diff options
author | David Lechner <david@lechnology.com> | 2018-01-01 14:02:16 -0500 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2018-01-03 07:54:24 -0500 |
commit | 5b8ea816e8e057702d8c2ac66342c864fa517ede (patch) | |
tree | e28a76bb9582b59ef5b86731bc239bae349a2322 /MAINTAINERS | |
parent | 634ab311fca6f864f5ce5b887ae8a55e238c1dea (diff) |
drm/tinydrm: add driver for ST7735R panels
This adds a new driver for Sitronix ST7735R display panels.
This has been tested using an Adafruit 1.8" TFT.
Signed-off-by: David Lechner <david@lechnology.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1514833336-22564-4-git-send-email-david@lechnology.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c721818af481..e2a31bf033cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4553,6 +4553,12 @@ S: Maintained | |||
4553 | F: drivers/gpu/drm/tinydrm/st7586.c | 4553 | F: drivers/gpu/drm/tinydrm/st7586.c |
4554 | F: Documentation/devicetree/bindings/display/st7586.txt | 4554 | F: Documentation/devicetree/bindings/display/st7586.txt |
4555 | 4555 | ||
4556 | DRM DRIVER FOR SITRONIX ST7735R PANELS | ||
4557 | M: David Lechner <david@lechnology.com> | ||
4558 | S: Maintained | ||
4559 | F: drivers/gpu/drm/tinydrm/st7735r.c | ||
4560 | F: Documentation/devicetree/bindings/display/st7735r.txt | ||
4561 | |||
4556 | DRM DRIVER FOR TDFX VIDEO CARDS | 4562 | DRM DRIVER FOR TDFX VIDEO CARDS |
4557 | S: Orphan / Obsolete | 4563 | S: Orphan / Obsolete |
4558 | F: drivers/gpu/drm/tdfx/ | 4564 | F: drivers/gpu/drm/tdfx/ |