From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Subject: Re: [PATCH 2/3] dt-bindings: display: panel: Add panels based on ILITEK ILI9806E
Date: Thu, 20 Jul 2023 15:52:33 +0200 [thread overview]
Message-ID: <20230720155233.604cc5cc@booty> (raw)
In-Reply-To: <a4ad14db-f3e6-a9a9-c7a9-b64bf2b3d33d@linaro.org>
Hello Krzysztof,
thanks for reviewing.
On Wed, 19 Jul 2023 21:12:14 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:
> On 19/07/2023 17:21, Luca Ceresoli wrote:
> > Add bindings for LCD panels based on the ILITEK ILI9806E RGB controller
> > connected over SPI and the "ShenZhen New Display Co NDS040480800-V3"
> > 480x800 panel based on it.
>
>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index aee340630eca..3c38699ee821 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6515,6 +6515,12 @@ T: git git://anongit.freedesktop.org/drm/drm-misc
> > F: Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
> > F: drivers/gpu/drm/tiny/ili9486.c
> >
> > +DRM DRIVER FOR ILITEK ILI9806E PANELS
> > +M: Luca Ceresoli <luca.ceresoli@bootlin.com>
> > +S: Maintained
> > +T: git git://anongit.freedesktop.org/drm/drm-misc
>
> Nope, same for recent one-driver-subsystem. It's like a second try...
> You do not have git tree for one driver. The git tree is for subsystem,
> not driver.
I see, no problem, I'm removing the T: line in v2.
As this came from copy-pasting another panel driver, should the T: line
be removed from every "DRM DRIVER FOR * PANELS" entry? I could send a
patch to do that, if that makes sense.
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
WARNING: multiple messages have this Message-ID (diff)
From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Sam Ravnborg <sam@ravnborg.org>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Subject: Re: [PATCH 2/3] dt-bindings: display: panel: Add panels based on ILITEK ILI9806E
Date: Thu, 20 Jul 2023 15:52:33 +0200 [thread overview]
Message-ID: <20230720155233.604cc5cc@booty> (raw)
In-Reply-To: <a4ad14db-f3e6-a9a9-c7a9-b64bf2b3d33d@linaro.org>
Hello Krzysztof,
thanks for reviewing.
On Wed, 19 Jul 2023 21:12:14 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:
> On 19/07/2023 17:21, Luca Ceresoli wrote:
> > Add bindings for LCD panels based on the ILITEK ILI9806E RGB controller
> > connected over SPI and the "ShenZhen New Display Co NDS040480800-V3"
> > 480x800 panel based on it.
>
>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index aee340630eca..3c38699ee821 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6515,6 +6515,12 @@ T: git git://anongit.freedesktop.org/drm/drm-misc
> > F: Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
> > F: drivers/gpu/drm/tiny/ili9486.c
> >
> > +DRM DRIVER FOR ILITEK ILI9806E PANELS
> > +M: Luca Ceresoli <luca.ceresoli@bootlin.com>
> > +S: Maintained
> > +T: git git://anongit.freedesktop.org/drm/drm-misc
>
> Nope, same for recent one-driver-subsystem. It's like a second try...
> You do not have git tree for one driver. The git tree is for subsystem,
> not driver.
I see, no problem, I'm removing the T: line in v2.
As this came from copy-pasting another panel driver, should the T: line
be removed from every "DRM DRIVER FOR * PANELS" entry? I could send a
patch to do that, if that makes sense.
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2023-07-20 13:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-19 15:21 [PATCH 1/3] dt-bindings: vendor-prefixes: add ShenZhen New Display Co Luca Ceresoli
2023-07-19 15:21 ` Luca Ceresoli
2023-07-19 15:21 ` [PATCH 2/3] dt-bindings: display: panel: Add panels based on ILITEK ILI9806E Luca Ceresoli
2023-07-19 15:21 ` Luca Ceresoli
2023-07-19 16:44 ` Conor Dooley
2023-07-19 16:44 ` Conor Dooley
2023-07-20 13:52 ` Luca Ceresoli
2023-07-20 13:52 ` Luca Ceresoli
2023-07-19 19:02 ` Rob Herring
2023-07-19 19:02 ` Rob Herring
2023-07-20 13:52 ` Luca Ceresoli
2023-07-20 13:52 ` Luca Ceresoli
2023-07-24 14:31 ` Rob Herring
2023-07-24 14:31 ` Rob Herring
2023-07-19 19:12 ` Krzysztof Kozlowski
2023-07-19 19:12 ` Krzysztof Kozlowski
2023-07-20 13:52 ` Luca Ceresoli [this message]
2023-07-20 13:52 ` Luca Ceresoli
2023-07-19 15:21 ` [PATCH 3/3] DRM: panel: add Ilitek ILI9806E driver Luca Ceresoli
2023-07-19 15:21 ` Luca Ceresoli
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=20230720155233.604cc5cc@booty \
--to=luca.ceresoli@bootlin.com \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=paul.kocialkowski@bootlin.com \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=thomas.petazzoni@bootlin.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.