OMAPDSS: move 'compatible' converter to omapdss driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 15 May 2014 07:41:34 +0000 (10:41 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 28 May 2014 06:25:15 +0000 (09:25 +0300)
commitf2dd36ac9974cc2353bcbb8e6b643fb96030564c
treefda3f517df2ec8c72dca114ba5688a54b358b3ef
parent2b22df835ba42ad6c5f09a52baf68cfb60650f56
OMAPDSS: move 'compatible' converter to omapdss driver

Move the panel/encoder driver compatible-string converter from
arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical
place for it, as it's really an omapdss internal hack.

The code is rewritten to follow the video node graph, starting from
omapdss. This removes the need to have the device compatible-string
database.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
arch/arm/mach-omap2/display.c
drivers/video/fbdev/omap2/Makefile
drivers/video/fbdev/omap2/dss/Kconfig
drivers/video/fbdev/omap2/dss/Makefile
drivers/video/fbdev/omap2/dss/omapdss-boot-init.c [new file with mode: 0644]
This page took 0.042495 seconds and 5 git commands to generate.