diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-23 13:18:41 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2020-02-29 14:02:46 +0100 |
commit | 899f24ed8d3a6d87734dc4252b4c3511b1128ad4 (patch) | |
tree | c12715f974e050cd21a8290e05347db03fb76934 /MAINTAINERS | |
parent | drm/panel: Add DT bindings for Novatek NT35510-based panels (diff) | |
download | linux-899f24ed8d3a6d87734dc4252b4c3511b1128ad4.tar.xz linux-899f24ed8d3a6d87734dc4252b4c3511b1128ad4.zip |
drm/panel: Add driver for Novatek NT35510-based panels
This adds a driver for panels based on the Novatek NT35510
display driver IC, such as the Hydis HVA40WV1 panel found
in the Samsung GT-S7710.
The NT35510 can be used with both internal and external
backlight (such as GPIO backlight) so we support both:
if no external backlight is found, we register a subdriver
for the internal backlight.
Cc: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200223121841.26836-3-linus.walleij@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index befc3c0afc75..9cabbd9268cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5335,6 +5335,13 @@ F: drivers/gpu/drm/msm/ F: include/uapi/drm/msm_drm.h F: Documentation/devicetree/bindings/display/msm/ +DRM DRIVER FOR NOVATEK NT35510 PANELS +M: Linus Walleij <linus.walleij@linaro.org> +T: git git://anongit.freedesktop.org/drm/drm-misc +S: Maintained +F: drivers/gpu/drm/panel/panel-novatek-nt35510.c +F: Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml + DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS M: Ben Skeggs <bskeggs@redhat.com> L: dri-devel@lists.freedesktop.org |