Some pieces of userspace like debian-installer expect to find the fb0
driver name by readlink-ing /sys/class/graphics/fb0/device/driver but
this was broken with amba-clcd as it sets up fb_info manually and missed
the .device parent pointer.
Signed-off-by: Loïc Minier <redacted>
Cc: Russell King <redacted>
Cc: Paul Mundt <redacted>
---
drivers/video/amba-clcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: Paul Mundt <hidden> Date: 2011-06-24 08:07:21
On Mon, Jun 20, 2011 at 10:44:17PM +0200, Lo??c Minier wrote:
Some pieces of userspace like debian-installer expect to find the fb0
driver name by readlink-ing /sys/class/graphics/fb0/device/driver but
this was broken with amba-clcd as it sets up fb_info manually and missed
the .device parent pointer.
Signed-off-by: Lo??c Minier <redacted>
Cc: Russell King <redacted>
Cc: Paul Mundt <redacted>
---
drivers/video/amba-clcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
While this is titled as an ARM patch it's certainly fbdev-specific. I'll
apply it barring any objections from Russell.
From: Russell King - ARM Linux <hidden> Date: 2011-06-24 09:01:43
On Fri, Jun 24, 2011 at 05:07:21PM +0900, Paul Mundt wrote:
On Mon, Jun 20, 2011 at 10:44:17PM +0200, Lo??c Minier wrote:
quoted
Some pieces of userspace like debian-installer expect to find the fb0
driver name by readlink-ing /sys/class/graphics/fb0/device/driver but
this was broken with amba-clcd as it sets up fb_info manually and missed
the .device parent pointer.
Signed-off-by: Lo??c Minier <redacted>
Cc: Russell King <redacted>
Cc: Paul Mundt <redacted>
---
drivers/video/amba-clcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
While this is titled as an ARM patch it's certainly fbdev-specific. I'll
apply it barring any objections from Russell.
From: Nicolas Pitre <hidden> Date: 2011-06-24 13:57:06
On Fri, 24 Jun 2011, Paul Mundt wrote:
On Mon, Jun 20, 2011 at 10:44:17PM +0200, Lo??c Minier wrote:
quoted
Some pieces of userspace like debian-installer expect to find the fb0
driver name by readlink-ing /sys/class/graphics/fb0/device/driver but
this was broken with amba-clcd as it sets up fb_info manually and missed
the .device parent pointer.
Signed-off-by: Lo??c Minier <redacted>
Cc: Russell King <redacted>
Cc: Paul Mundt <redacted>
---
drivers/video/amba-clcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
While this is titled as an ARM patch it's certainly fbdev-specific. I'll
apply it barring any objections from Russell.
BTW this should be "Loïc Minier" not "Lo??c Minier" The original email
was fine with proper UTF-8 in that regard. Maybe you should have a look
at your MUA config so the resulting patch log going into git is not
dammaged.
Nicolas
From: Paul Mundt <hidden> Date: 2011-06-26 16:20:08
On Fri, Jun 24, 2011 at 09:57:06AM -0400, Nicolas Pitre wrote:
On Fri, 24 Jun 2011, Paul Mundt wrote:
quoted
On Mon, Jun 20, 2011 at 10:44:17PM +0200, Lo??c Minier wrote:
quoted
Some pieces of userspace like debian-installer expect to find the fb0
driver name by readlink-ing /sys/class/graphics/fb0/device/driver but
this was broken with amba-clcd as it sets up fb_info manually and missed
the .device parent pointer.
Signed-off-by: Lo??c Minier <redacted>
Cc: Russell King <redacted>
Cc: Paul Mundt <redacted>
---
drivers/video/amba-clcd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
While this is titled as an ARM patch it's certainly fbdev-specific. I'll
apply it barring any objections from Russell.
BTW this should be "Lo?c Minier" not "Lo??c Minier" The original email
was fine with proper UTF-8 in that regard. Maybe you should have a look
at your MUA config so the resulting patch log going into git is not
dammaged.
My MUA ignores UTF-8 intentionally, but this has no bearing on the status
in my git tree.