diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2017-04-05 08:43:17 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2020-05-14 01:10:52 +0200 |
commit | 07de3d31f15fdc51c3b9c30e347573499cf08aeb (patch) | |
tree | f2a124caae1dead41a48cf2e651f2cbc94c2691d /MAINTAINERS | |
parent | dt-bindings: display: renesas: du: Document optional reset properties (diff) | |
download | linux-07de3d31f15fdc51c3b9c30e347573499cf08aeb.tar.xz linux-07de3d31f15fdc51c3b9c30e347573499cf08aeb.zip |
drm: panels: Add MAINTAINERS entry for LVDS panel driver
As the DRM LVDS panel driver uses a different approach to DT bindings
compared to what Thierry Reding advocates, add a specific MAINTAINERS
entry to avoid bothering Thierry with requests related to that driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 225bc22c4106..eee3efca40bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5335,6 +5335,14 @@ S: Orphan / Obsolete F: drivers/gpu/drm/i810/ F: include/uapi/drm/i810_drm.h +DRM DRIVER FOR LVDS PANELS +M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> +L: dri-devel@lists.freedesktop.org +T: git git://anongit.freedesktop.org/drm/drm-misc +S: Maintained +F: drivers/gpu/drm/panel/panel-lvds.c +F: Documentation/devicetree/bindings/display/panel/lvds.yaml + DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS S: Orphan / Obsolete F: drivers/gpu/drm/mga/ |