2022-06-06 15:45:22

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference

Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.

Update its cross-reference accordingly.

Fixes: 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a6d3bd9d2a8d..c20bd168d209 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1507,7 +1507,7 @@ F: drivers/clocksource/arm_arch_timer.c
ARM HDLCD DRM DRIVER
M: Liviu Dudau <[email protected]>
S: Supported
-F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
+F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml
F: drivers/gpu/drm/arm/hdlcd_*

ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
--
2.36.1


2022-06-06 15:52:21

by Andre Przywara

[permalink] [raw]
Subject: Re: [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference

On Mon, 6 Jun 2022 16:25:36 +0100
Mauro Carvalho Chehab <[email protected]> wrote:

Hi Mauro,

> Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
> to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.
>
> Update its cross-reference accordingly.

So Lukas sent the same thing already last week:
https://lore.kernel.org/linux-kernel/[email protected]/

His patch covered all of the three ARM display updates (14, 15, 16/23
in this series) in one go.
Not sure where to go from here, or if Lukas' patch already made it
somewhere.

If we go ahead with this series instead, please feel free to copy my ACK
from the other patch.

Cheers,
Andre

> Fixes: 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..c20bd168d209 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1507,7 +1507,7 @@ F: drivers/clocksource/arm_arch_timer.c
> ARM HDLCD DRM DRIVER
> M: Liviu Dudau <[email protected]>
> S: Supported
> -F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
> +F: Documentation/devicetree/bindings/display/arm,hdlcd.yaml
> F: drivers/gpu/drm/arm/hdlcd_*
>
> ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT

2022-06-06 17:48:41

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference

On Mon, Jun 06, 2022 at 04:34:01PM +0100, Andre Przywara wrote:
> On Mon, 6 Jun 2022 16:25:36 +0100
> Mauro Carvalho Chehab <[email protected]> wrote:
>
> Hi Mauro,
>
> > Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> > renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
> > to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.
> >
> > Update its cross-reference accordingly.
>
> So Lukas sent the same thing already last week:
> https://lore.kernel.org/linux-kernel/[email protected]/
>
> His patch covered all of the three ARM display updates (14, 15, 16/23
> in this series) in one go.
> Not sure where to go from here, or if Lukas' patch already made it
> somewhere.

I'll apply that one.

Rob