linux/drivers/video/omap2
Tomi Valkeinen 2e7e3dc794 OMAPDSS: add panel list
We currently use the omapdss bus (which contains all the available
displays) to iterate the displays. As the omapdss bus is on its way out,
this needs to be changed.

Instead of using the dss bus to iterate displays, this patch adds our
own list of displays which we manage. The panels on the dss bus are
automatically added to this new list.

An "alias" field is also added to omap_dss_device. This field is
set to "display%d", the same way as omap_dss_device's dev name is set.
This alias is later used to keep backward compatibility, when the
embedded dev is no longer used.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-06-17 14:00:48 +03:00
..
displays OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not found 2013-05-02 12:25:44 +03:00
dss OMAPDSS: add panel list 2013-06-17 14:00:48 +03:00
omapfb OMAPDSS: Implement display (dis)connect support 2013-06-17 14:00:43 +03:00
Kconfig ARM: OMAP: Fix drivers to depend on omap for internal devices 2012-12-16 15:23:37 -08:00
Makefile OMAPDSS: Makefile: move omapfb after panels 2013-05-02 11:24:18 +03:00
vrfb.c drivers/video/omap2: don't check resource with devm_ioremap_resource 2013-05-18 11:58:01 +02:00