OMAPDSS: implement display sysfs without dss bus
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 13 Feb 2013 11:40:19 +0000 (13:40 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:50 +0000 (14:00 +0300)
We aim to remove the custom omapdss bus totally, as it's quite a strange
construct and won't be compatible with common display framework. One
problem on the road is that we have sysfs files for each display, and
they depend on the omapdss bus.

This patch creates the display sysfs files independent of the omapdss
bus. This gives us backwards compatibility without using the omapdss bus
for the sysfs files.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found