]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/panel: Add simple panel support
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 13:10:14 +0000 (15:10 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 16 Oct 2013 18:03:03 +0000 (20:03 +0200)
commit283ca785afb42fdd434417d334f0cd1e363a71dd
tree4cb8a5753a673b4440d3c11eeeba3013cf544679
parentc4a17124346bc2207abdaabf2e12acf36e19b72f
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 three panels: An AU Optronics 10.1" WSVGA, a
Chunghwa Picture Tubes 10.1" WXGA and a Panasonic 10.1 WUXGA TFT LCD
panel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/panel/auo,b101aw03.txt [new file with mode: 0644]
Documentation/devicetree/bindings/panel/chunghwa,claa101wb03.txt [new file with mode: 0644]
Documentation/devicetree/bindings/panel/panasonic,vvx10f004b00.txt [new file with mode: 0644]
Documentation/devicetree/bindings/panel/simple-panel.txt [new file with mode: 0644]
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]