All of lore.kernel.org
 help / color / mirror / Atom feed
From: carlis <zhangxuezhi3@gmail.com>
To: David Lechner <david@lechnology.com>
Cc: airlied@linux.ie, daniel@ffwll.ch, zhangxuezhi1@yulong.com,
	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 16:18:29 +0800	[thread overview]
Message-ID: <20210330161829.00002263@gmail.com> (raw)
In-Reply-To: <ee78a788-3a69-164d-95da-6482e05f8603@lechnology.com>

On Tue, 30 Mar 2021 09:17:19 -0500
David Lechner <david@lechnology.com> wrote:

> 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>  
> 
OK, i will remove this in the next patch.
> 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  
thanks,
Xuezhi Zhang


WARNING: multiple messages have this Message-ID (diff)
From: carlis <zhangxuezhi3@gmail.com>
To: David Lechner <david@lechnology.com>
Cc: airlied@linux.ie, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org, kraxel@redhat.com,
	tzimmermann@suse.de, zhangxuezhi1@yulong.com, sam@ravnborg.org
Subject: Re: [PATCH v3 0/1] drm/tiny: add support for Waveshare 2inch LCD module
Date: Tue, 30 Mar 2021 16:18:29 +0800	[thread overview]
Message-ID: <20210330161829.00002263@gmail.com> (raw)
In-Reply-To: <ee78a788-3a69-164d-95da-6482e05f8603@lechnology.com>

On Tue, 30 Mar 2021 09:17:19 -0500
David Lechner <david@lechnology.com> wrote:

> 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>  
> 
OK, i will remove this in the next patch.
> 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  
thanks,
Xuezhi Zhang

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-03-31  1:27 UTC|newest]

Thread overview: 6+ 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  8:08 ` Carlis
2021-03-30 14:17 ` David Lechner
2021-03-30 14:17   ` David Lechner
2021-03-30  8:18   ` carlis [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=20210330161829.00002263@gmail.com \
    --to=zhangxuezhi3@gmail.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=david@lechnology.com \
    --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 \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.