[PATCH v3 0/1] drm/tiny: add support for Waveshare 2inch LCD module

David Lechner david at lechnology.com
Tue Mar 30 14:17:19 UTC 2021


On 3/30/21 3:08 AM, Carlis wrote:
> From: Xuezhi Zhang <zhangxuezhi1 at yulong.com>
> 
> This adds a new module for the ST7789V controller with parameters for
> the Waveshare 2inch LCD module.
> 
> Signed-off-by: Xuezhi Zhang <zhangxuezhi1 at 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 <david at lechnology.com>

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

> +M:	Xuezhi Zhang <zhangxuezhi1 at 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.walleij at linaro.org>
>   S:	Maintained


More information about the dri-devel mailing list