summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-04-04 08:59:18 +0200
committerThierry Reding <treding@nvidia.com>2014-04-04 09:06:30 +0200
commit03e255b993ff96bf194c91c28af9dc03f322af51 (patch)
treeb7b0686dcdb69665504545e628241e625203db62 /MAINTAINERS
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
downloadlinux-0-day-03e255b993ff96bf194c91c28af9dc03f322af51.tar.gz
linux-0-day-03e255b993ff96bf194c91c28af9dc03f322af51.tar.xz
MAINTAINERS: Add entry for DRM panel drivers
Add myself as the maintainer for DRM panel drivers. The plan is to collect panel-related patches in one place to reduce conflicts and unburden Dave. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b2cf5cfb4d29d..1a43a9409f402 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2851,6 +2851,16 @@ F: drivers/gpu/drm/
F: include/drm/
F: include/uapi/drm/
+DRM PANEL DRIVERS
+M: Thierry Reding <thierry.reding@gmail.com>
+L: dri-devel@lists.freedesktop.org
+T: git git://anongit.freedesktop.org/tegra/linux.git
+S: Maintained
+F: drivers/gpu/drm/drm_panel.c
+F: drivers/gpu/drm/panel/
+F: include/drm/drm_panel.h
+F: Documentation/devicetree/bindings/panel/
+
INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
M: Daniel Vetter <daniel.vetter@ffwll.ch>
M: Jani Nikula <jani.nikula@linux.intel.com>