OMAP: DSS2: Add generic DPI panel display driver
authorBryan Wu <bryan.wu@canonical.com>
Wed, 17 Nov 2010 13:34:33 +0000 (13:34 +0000)
committerTomi Valkeinen <tomi.valkeinen@nokia.com>
Mon, 10 Jan 2011 09:09:53 +0000 (11:09 +0200)
commita9a62b6a886545960488cae3b97acb482361b802
tree2a823adb3f38f088abad13ef7cbc7dfbb573490f
parent36e8c27f3bee5e58f96b0a79d65922fa9e53b030
OMAP: DSS2: Add generic DPI panel display driver

Generic DPI panel driver includes the driver and 4 similar panel configurations. It
will match the panel name which is passed from platform data and setup the
right configurations.

With generic DPI panel driver, we can remove those 4 duplicated panel display
drivers. In the future, it is simple for us just add new panel configuration
date in panel-generic-dpi.c to support new display panel.

Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Acked-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
arch/arm/plat-omap/include/plat/panel-generic-dpi.h [new file with mode: 0644]
drivers/video/omap2/displays/Kconfig
drivers/video/omap2/displays/Makefile
drivers/video/omap2/displays/panel-generic-dpi.c [new file with mode: 0644]
This page took 0.031927 seconds and 5 git commands to generate.