drm/panel: Add simple panel support
authorThierry Reding <treding@nvidia.com>
Fri, 25 Apr 2014 07:53:17 +0000 (16:53 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:38 +0000 (11:47 +0900)
commit941ade931fea9424626afc628b1307b7ef82de26
treea58befbc1315746882d05416f346990c3fa270fb
parentf1eea733ab065fe76820f53b8fd3202b4ee5aae9
drm/panel: Add simple panel support

Add a driver for simple panels. Such panels can have a regulator that
provides the supply voltage and a separate GPIO to enable the panel.
Optionally the panels can have a backlight associated with them so it
can be enabled or disabled according to the panel's power management
mode.

Support is added for two panels: An AU Optronics 10.1" WSVGA and a
Chunghwa Picture Tubes 10.1" WXGA panel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/Makefile
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile [new file with mode: 0644]
drivers/gpu/drm/panel/panel-simple.c [new file with mode: 0644]