diff options
author | Dave Airlie <airlied@redhat.com> | 2014-04-05 02:12:27 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-04-05 02:12:27 -0400 |
commit | 243b930f8b228428c2a14ebbb09045041ed0bc70 (patch) | |
tree | 5bd5d87efba1a5394af4a13f85b94703fa8efc31 /MAINTAINERS | |
parent | 13b938927412db95274a045aacadf310e6a30acb (diff) | |
parent | 712ac1ba63448d38e2fc3f2b58e62ca4af9778c2 (diff) |
Merge tag 'drm/panel/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/panel: Changes for v3.15-rc1
Add support for a couple more simple panels. A few cleanups to the
simple panel driver are also included (gpiod interface conversion,
removal of redundant call to regulator_disable()).
* tag 'drm/panel/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux:
drm/panel: add support for LG LD070WX3-SL01 panel
drm/panel: add support for LG LH500WX1-SD03 panel
drm/panel: simple: Allow DSI panels to provide mode flags
drm/panel: simple: Allow GPIO accesses to sleep
drm/panel: remove redundant regulator_disable()
drm/panel: use gpiod interface for enable GPIO
drm/panel: Add LG 12.9" LCD panel
MAINTAINERS: Add entry for DRM panel drivers
Conflicts:
MAINTAINERS
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a308b8e10a4..4f56025da802 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2866,6 +2866,16 @@ F: drivers/gpu/drm/radeon/ | |||
2866 | F: include/drm/radeon* | 2866 | F: include/drm/radeon* |
2867 | F: include/uapi/drm/radeon* | 2867 | F: include/uapi/drm/radeon* |
2868 | 2868 | ||
2869 | DRM PANEL DRIVERS | ||
2870 | M: Thierry Reding <thierry.reding@gmail.com> | ||
2871 | L: dri-devel@lists.freedesktop.org | ||
2872 | T: git git://anongit.freedesktop.org/tegra/linux.git | ||
2873 | S: Maintained | ||
2874 | F: drivers/gpu/drm/drm_panel.c | ||
2875 | F: drivers/gpu/drm/panel/ | ||
2876 | F: include/drm/drm_panel.h | ||
2877 | F: Documentation/devicetree/bindings/panel/ | ||
2878 | |||
2869 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | 2879 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
2870 | M: Daniel Vetter <daniel.vetter@ffwll.ch> | 2880 | M: Daniel Vetter <daniel.vetter@ffwll.ch> |
2871 | M: Jani Nikula <jani.nikula@linux.intel.com> | 2881 | M: Jani Nikula <jani.nikula@linux.intel.com> |