On 3/30/21 3:08 AM, Carlis wrote:
From: Xuezhi Zhang <zhangxuez...@yulong.com>

This adds a new module for the ST7789V controller with parameters for
the Waveshare 2inch LCD module.

Signed-off-by: Xuezhi Zhang <zhangxuez...@yulong.com>
---
v2:change compatible value.
v3:change author name.
---
  MAINTAINERS                    |   8 +
  drivers/gpu/drm/tiny/Kconfig   |  14 ++
  drivers/gpu/drm/tiny/Makefile  |   1 +
  drivers/gpu/drm/tiny/st7789v.c | 269 +++++++++++++++++++++++++++++++++
  4 files changed, 292 insertions(+)
  create mode 100644 drivers/gpu/drm/tiny/st7789v.c

diff --git a/MAINTAINERS b/MAINTAINERS
index d92f85ca831d..df25e8e0deb1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5769,6 +5769,14 @@ T:       git git://anongit.freedesktop.org/drm/drm-misc
  F:    Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
  F:    drivers/gpu/drm/tiny/st7735r.c
+DRM DRIVER FOR SITRONIX ST7789V PANELS
+M:     David Lechner <da...@lechnology.com>

I should not be added here. I don't have one of these displays.

+M:     Xuezhi Zhang <zhangxuez...@yulong.com>
+S:     Maintained
+T:     git git://anongit.freedesktop.org/drm/drm-misc
+F:     Documentation/devicetree/bindings/display/sitronix,st7789v-dbi.yaml
+F:     drivers/gpu/drm/tiny/st7789v.c
+
  DRM DRIVER FOR SONY ACX424AKP PANELS
  M:    Linus Walleij <linus.wall...@linaro.org>
  S:    Maintained

Reply via email to