linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Lechner <david@lechnology.com>
To: Carlis <zhangxuezhi3@gmail.com>,
	airlied@linux.ie, daniel@ffwll.ch, zhangxuezhi1@yulong.com
Cc: sam@ravnborg.org, kraxel@redhat.com, tzimmermann@suse.de,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3 0/1] drm/tiny: add support for Waveshare 2inch LCD module
Date: Tue, 30 Mar 2021 09:17:19 -0500	[thread overview]
Message-ID: <ee78a788-3a69-164d-95da-6482e05f8603@lechnology.com> (raw)
In-Reply-To: <20210330080846.116223-1-zhangxuezhi3@gmail.com>

On 3/30/21 3:08 AM, Carlis wrote:
> From: Xuezhi Zhang <zhangxuezhi1@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@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@lechnology.com>

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

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

  reply	other threads:[~2021-03-30 14:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30  8:08 [PATCH v3 0/1] drm/tiny: add support for Waveshare 2inch LCD module Carlis
2021-03-30 14:17 ` David Lechner [this message]
2021-03-30  8:18   ` carlis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee78a788-3a69-164d-95da-6482e05f8603@lechnology.com \
    --to=david@lechnology.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=tzimmermann@suse.de \
    --cc=zhangxuezhi1@yulong.com \
    --cc=zhangxuezhi3@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).