commit | 17e8c4e1ebf139743e3830439fa65fd906af4a43 | [log] [tgz] |
---|---|---|
author | Loïc Minier <loic.minier@linaro.org> | Mon Jun 20 20:44:17 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jun 24 17:11:50 2011 +0900 |
tree | 061eacbcf385a4818cee1cdeaf0d44ce2a9dbe50 | |
parent | 39785eb1d3e6c58cc8bf8f6990956a58037ecc75 [diff] |
fbdev: amba: Link fb device to its parent 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 <loic.minier@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>