From: Conor Dooley <conor@kernel.org>
To: Alexandre Mergnat <amergnat@baylibre.com>
Cc: "Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"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>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Jitao Shi" <jitao.shi@mediatek.com>,
"Xinlei Lee" <xinlei.lee@mediatek.com>,
"CK Hu" <ck.hu@mediatek.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Will Deacon" <will@kernel.org>,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org
Subject: Re: [PATCH 02/18] dt-bindings: display: mediatek: ccorr: add binding for MT8365 SoC
Date: Mon, 23 Oct 2023 18:33:49 +0100 [thread overview]
Message-ID: <20231023-marrow-modified-fdeff0fea45a@spud> (raw)
In-Reply-To: <20231023-reshoot-liquefy-429aacb68694@spud>
[-- Attachment #1: Type: text/plain, Size: 1682 bytes --]
On Mon, Oct 23, 2023 at 06:31:45PM +0100, Conor Dooley wrote:
> On Mon, Oct 23, 2023 at 04:40:02PM +0200, Alexandre Mergnat wrote:
> > Display Color Correction for MT8365 is compatible with another SoC.
> > Then, add MT8365 binding along with MT8183 SoC.
>
> This commit message's first line is too vague & the second doesn't make
> sense. I suspect something as succinct as "Document the display colour
> correction on mt<foo>, which is compatible with that of the mt<bar>"
> does what you are looking for.
>
> I suspect this is going to apply to the rest of the series...
It does, as does the comment about s/binding/compatible/ I left on patch
1.
>
> Cheers,
> Conor.
>
>
> >
> > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
> > ---
> > Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > index 8c2a737237f2..9f8366763831 100644
> > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > @@ -24,6 +24,9 @@ properties:
> > - enum:
> > - mediatek,mt8183-disp-ccorr
> > - mediatek,mt8192-disp-ccorr
> > + - items:
> > + - const: mediatek,mt8365-disp-ccorr
> > + - const: mediatek,mt8183-disp-ccorr
> > - items:
> > - enum:
> > - mediatek,mt8186-disp-ccorr
> >
> > --
> > 2.25.1
> >
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Alexandre Mergnat <amergnat@baylibre.com>
Cc: "Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"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>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Jitao Shi" <jitao.shi@mediatek.com>,
"Xinlei Lee" <xinlei.lee@mediatek.com>,
"CK Hu" <ck.hu@mediatek.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Will Deacon" <will@kernel.org>,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org
Subject: Re: [PATCH 02/18] dt-bindings: display: mediatek: ccorr: add binding for MT8365 SoC
Date: Mon, 23 Oct 2023 18:33:49 +0100 [thread overview]
Message-ID: <20231023-marrow-modified-fdeff0fea45a@spud> (raw)
In-Reply-To: <20231023-reshoot-liquefy-429aacb68694@spud>
[-- Attachment #1.1: Type: text/plain, Size: 1682 bytes --]
On Mon, Oct 23, 2023 at 06:31:45PM +0100, Conor Dooley wrote:
> On Mon, Oct 23, 2023 at 04:40:02PM +0200, Alexandre Mergnat wrote:
> > Display Color Correction for MT8365 is compatible with another SoC.
> > Then, add MT8365 binding along with MT8183 SoC.
>
> This commit message's first line is too vague & the second doesn't make
> sense. I suspect something as succinct as "Document the display colour
> correction on mt<foo>, which is compatible with that of the mt<bar>"
> does what you are looking for.
>
> I suspect this is going to apply to the rest of the series...
It does, as does the comment about s/binding/compatible/ I left on patch
1.
>
> Cheers,
> Conor.
>
>
> >
> > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
> > ---
> > Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > index 8c2a737237f2..9f8366763831 100644
> > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > @@ -24,6 +24,9 @@ properties:
> > - enum:
> > - mediatek,mt8183-disp-ccorr
> > - mediatek,mt8192-disp-ccorr
> > + - items:
> > + - const: mediatek,mt8365-disp-ccorr
> > + - const: mediatek,mt8183-disp-ccorr
> > - items:
> > - enum:
> > - mediatek,mt8186-disp-ccorr
> >
> > --
> > 2.25.1
> >
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Alexandre Mergnat <amergnat@baylibre.com>
Cc: devicetree@vger.kernel.org,
"Catalin Marinas" <catalin.marinas@arm.com>,
dri-devel@lists.freedesktop.org,
"Thierry Reding" <thierry.reding@gmail.com>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Will Deacon" <will@kernel.org>,
linux-pwm@vger.kernel.org,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Chun-Kuang Hu" <chunkuang.hu@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Jitao Shi" <jitao.shi@mediatek.com>,
"Xinlei Lee" <xinlei.lee@mediatek.com>,
"Rob Herring" <robh+dt@kernel.org>,
linux-mediatek@lists.infradead.org,
"Matthias Brugger" <matthias.bgg@gmail.com>,
linux-arm-kernel@lists.infradead.org,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 02/18] dt-bindings: display: mediatek: ccorr: add binding for MT8365 SoC
Date: Mon, 23 Oct 2023 18:33:49 +0100 [thread overview]
Message-ID: <20231023-marrow-modified-fdeff0fea45a@spud> (raw)
In-Reply-To: <20231023-reshoot-liquefy-429aacb68694@spud>
[-- Attachment #1: Type: text/plain, Size: 1682 bytes --]
On Mon, Oct 23, 2023 at 06:31:45PM +0100, Conor Dooley wrote:
> On Mon, Oct 23, 2023 at 04:40:02PM +0200, Alexandre Mergnat wrote:
> > Display Color Correction for MT8365 is compatible with another SoC.
> > Then, add MT8365 binding along with MT8183 SoC.
>
> This commit message's first line is too vague & the second doesn't make
> sense. I suspect something as succinct as "Document the display colour
> correction on mt<foo>, which is compatible with that of the mt<bar>"
> does what you are looking for.
>
> I suspect this is going to apply to the rest of the series...
It does, as does the comment about s/binding/compatible/ I left on patch
1.
>
> Cheers,
> Conor.
>
>
> >
> > Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
> > ---
> > Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > index 8c2a737237f2..9f8366763831 100644
> > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ccorr.yaml
> > @@ -24,6 +24,9 @@ properties:
> > - enum:
> > - mediatek,mt8183-disp-ccorr
> > - mediatek,mt8192-disp-ccorr
> > + - items:
> > + - const: mediatek,mt8365-disp-ccorr
> > + - const: mediatek,mt8183-disp-ccorr
> > - items:
> > - enum:
> > - mediatek,mt8186-disp-ccorr
> >
> > --
> > 2.25.1
> >
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-10-23 17:34 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-23 14:40 [PATCH 00/18] Add display support for the MT8365-EVK board Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 01/18] dt-bindings: display: mediatek: aal: add binding for MT8365 SoC Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 17:03 ` Conor Dooley
2023-10-23 17:03 ` Conor Dooley
2023-10-23 17:03 ` Conor Dooley
2023-10-23 14:40 ` [PATCH 02/18] dt-bindings: display: mediatek: ccorr: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 17:31 ` Conor Dooley
2023-10-23 17:31 ` Conor Dooley
2023-10-23 17:31 ` Conor Dooley
2023-10-23 17:33 ` Conor Dooley [this message]
2023-10-23 17:33 ` Conor Dooley
2023-10-23 17:33 ` Conor Dooley
2023-10-23 14:40 ` [PATCH 03/18] dt-bindings: display: mediatek: color: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-24 9:40 ` Chen-Yu Tsai
2023-10-24 9:40 ` Chen-Yu Tsai
2023-10-24 9:40 ` Chen-Yu Tsai
2023-10-24 9:47 ` Alexandre Mergnat
2023-10-24 9:47 ` Alexandre Mergnat
2023-10-24 9:47 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 04/18] dt-bindings: display: mediatek: dither: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 05/18] dt-bindings: display: mediatek: dsi: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-24 20:30 ` Rob Herring
2023-10-24 20:30 ` Rob Herring
2023-10-24 20:30 ` Rob Herring
2023-10-25 7:35 ` Alexandre Mergnat
2023-10-25 7:35 ` Alexandre Mergnat
2023-10-25 7:35 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 06/18] dt-bindings: display: mediatek: dpi: add power-domains property amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` [PATCH 07/18] dt-bindings: display: mediatek: dpi: add binding for MT8365 amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` [PATCH 08/18] dt-bindings: display: mediatek: gamma: add binding for MT8365 SoC Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 09/18] dt-bindings: display: mediatek: ovl: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 10/18] dt-bindings: display: mediatek: rdma: " Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 11/18] dt-bindings: pwm: add power-domains property Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 17:38 ` Conor Dooley
2023-10-23 17:38 ` Conor Dooley
2023-10-23 17:38 ` Conor Dooley
2023-10-24 9:21 ` Alexandre Mergnat
2023-10-24 9:21 ` Alexandre Mergnat
2023-10-24 9:21 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 12/18] dt-bindings: pwm: add binding for mt8365 SoC Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 17:35 ` Conor Dooley
2023-10-23 17:35 ` Conor Dooley
2023-10-23 17:35 ` Conor Dooley
2023-10-23 21:44 ` Uwe Kleine-König
2023-10-23 21:44 ` Uwe Kleine-König
2023-10-23 21:44 ` Uwe Kleine-König
2023-12-06 17:38 ` Uwe Kleine-König
2023-12-06 17:38 ` Uwe Kleine-König
2023-12-06 17:38 ` Uwe Kleine-König
2023-10-24 9:16 ` AngeloGioacchino Del Regno
2023-10-24 9:16 ` AngeloGioacchino Del Regno
2023-10-24 9:16 ` AngeloGioacchino Del Regno
2023-10-23 14:40 ` [PATCH 13/18] drm/mediatek: dsi: Improves the DSI lane setup robustness Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 14/18] drm/mediatek: dpi: add support for dpi clock amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` amergnat
2023-10-24 9:12 ` AngeloGioacchino Del Regno
2023-10-24 9:12 ` AngeloGioacchino Del Regno
2023-10-24 9:12 ` AngeloGioacchino Del Regno
2024-04-16 14:53 ` Alexandre Mergnat
2024-04-16 14:53 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 15/18] drm/mediatek: add MT8365 SoC support amergnat
2023-10-23 14:40 ` amergnat
2023-10-23 14:40 ` amergnat
2023-10-24 9:20 ` AngeloGioacchino Del Regno
2023-10-24 9:20 ` AngeloGioacchino Del Regno
2023-10-24 9:20 ` AngeloGioacchino Del Regno
2023-10-23 14:40 ` [PATCH 16/18] arm64: defconfig: enable display connector support Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 17/18] arm64: dts: mediatek: add display blocks support for the MT8365 SoC Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` [PATCH 18/18] arm64: dts: mediatek: add display support for mt8365-evk Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
2023-10-23 14:40 ` Alexandre Mergnat
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=20231023-marrow-modified-fdeff0fea45a@spud \
--to=conor@kernel.org \
--cc=airlied@gmail.com \
--cc=amergnat@baylibre.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=catalin.marinas@arm.com \
--cc=chunkuang.hu@kernel.org \
--cc=ck.hu@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jitao.shi@mediatek.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=will@kernel.org \
--cc=xinlei.lee@mediatek.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.