2021-07-22 10:06:58

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 00/15] Fix some DT binding references at next-20210722

Due to DT schema conversion to yaml, several references to dt-bindings got
broken.

Update them.

Mauro Carvalho Chehab (15):
dt-bindings: mtd: update mtd-physmap.yaml reference
dt-bindings: firmware: update arm,scpi.yaml reference
dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
MAINTAINERS: update mtd-physmap.yaml reference
MAINTAINERS: update arm,vic.yaml reference
MAINTAINERS: update aspeed,i2c.yaml reference
MAINTAINERS: update faraday,ftrtc010.yaml reference
MAINTAINERS: update fsl,fec.yaml reference
MAINTAINERS: update mtd-physmap.yaml reference
MAINTAINERS: update ti,am654-hbmc.yaml reference
MAINTAINERS: update ti,sci.yaml reference
MAINTAINERS: update gpio-zynq.yaml reference
MAINTAINERS: update arm,pl353-smc.yaml reference
MAINTAINERS: update intel,ixp46x-rng.yaml reference
MAINTAINERS: update nxp,imx8-jpeg.yaml reference

.../devicetree/bindings/mtd/gpmc-nor.txt | 4 ++--
Documentation/hwmon/scpi-hwmon.rst | 2 +-
Documentation/networking/dsa/sja1105.rst | 2 +-
MAINTAINERS | 24 +++++++++----------
4 files changed, 16 insertions(+), 16 deletions(-)

--
2.31.1



2021-07-22 10:07:42

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference

Changeset b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema")
renamed: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
to: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml.

Update its cross-reference accordingly.

Fixes: b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 76acb9fe0622..91b4da27226f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1525,7 +1525,7 @@ ARM PRIMECELL VIC PL190/PL192 DRIVER
M: Linus Walleij <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
-F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
+F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml
F: drivers/irqchip/irq-vic.c

ARM SMC WATCHDOG DRIVER
--
2.31.1

2021-07-22 10:08:43

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 15/15] MAINTAINERS: update nxp,imx8-jpeg.yaml reference

The file name: Documentation/devicetree/bindings/media/imx8-jpeg.yaml
should be, instead: Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml.

Update its cross-reference accordingly.

Fixes: be157db0a3d8 ("media: Add maintainer for IMX jpeg v4l2 driver")
Fixes: b16ed1e66008 ("media: dt-bindings: Add bindings for i.MX8QXP/QM JPEG driver")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index efcd2d461fc0..6538389c7f5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13429,7 +13429,7 @@ M: Mirela Rabulea <[email protected]>
R: NXP Linux Team <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/devicetree/bindings/media/imx8-jpeg.yaml
+F: Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
F: drivers/media/platform/imx-jpeg

NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
--
2.31.1

2021-07-22 10:13:28

by Sudeep Holla

[permalink] [raw]
Subject: Re: [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference

On Thu, Jul 22, 2021 at 12:00:02PM +0200, Mauro Carvalho Chehab wrote:
> Changeset b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema")
> renamed: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
> to: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml.
>
> Update its cross-reference accordingly.
>

Thanks for fixing this.

Acked-by: Sudeep Holla <[email protected]>

--
Regards,
Sudeep

2021-07-23 06:30:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: (subset) [PATCH 00/15] Fix some DT binding references at next-20210722

On Thu, 22 Jul 2021 11:59:57 +0200, Mauro Carvalho Chehab wrote:
> Due to DT schema conversion to yaml, several references to dt-bindings got
> broken.
>
> Update them.
>
> Mauro Carvalho Chehab (15):
> dt-bindings: mtd: update mtd-physmap.yaml reference
> dt-bindings: firmware: update arm,scpi.yaml reference
> dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
> MAINTAINERS: update mtd-physmap.yaml reference
> MAINTAINERS: update arm,vic.yaml reference
> MAINTAINERS: update aspeed,i2c.yaml reference
> MAINTAINERS: update faraday,ftrtc010.yaml reference
> MAINTAINERS: update fsl,fec.yaml reference
> MAINTAINERS: update mtd-physmap.yaml reference
> MAINTAINERS: update ti,am654-hbmc.yaml reference
> MAINTAINERS: update ti,sci.yaml reference
> MAINTAINERS: update gpio-zynq.yaml reference
> MAINTAINERS: update arm,pl353-smc.yaml reference
> MAINTAINERS: update intel,ixp46x-rng.yaml reference
> MAINTAINERS: update nxp,imx8-jpeg.yaml reference
>
> [...]

Applied, thanks!

[13/15] MAINTAINERS: update arm,pl353-smc.yaml reference
commit: e460a86aab669e00c5952a7643665f3096fbfe27

Best regards,
--
Krzysztof Kozlowski <[email protected]>

2021-07-26 12:17:28

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH 05/15] MAINTAINERS: update arm,vic.yaml reference

On Thu, Jul 22, 2021 at 12:00 PM Mauro Carvalho Chehab
<[email protected]> wrote:

> Changeset b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema")
> renamed: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
> to: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

2021-08-03 10:32:42

by Mirela Rabulea

[permalink] [raw]
Subject: Re: [EXT] [PATCH 15/15] MAINTAINERS: update nxp,imx8-jpeg.yaml reference

Hi Mauro,

On Thu, 2021-07-22 at 12:00 +0200, Mauro Carvalho Chehab wrote:
> Caution: EXT Email
>
> The file name: Documentation/devicetree/bindings/media/imx8-jpeg.yaml
> should be, instead: Documentation/devicetree/bindings/media/nxp,imx8-
> jpeg.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: be157db0a3d8 ("media: Add maintainer for IMX jpeg v4l2
> driver")
> Fixes: b16ed1e66008 ("media: dt-bindings: Add bindings for
> i.MX8QXP/QM JPEG driver")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efcd2d461fc0..6538389c7f5b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13429,7 +13429,7 @@ M: Mirela Rabulea <
> [email protected]>
> R: NXP Linux Team <[email protected]>
> L: [email protected]
> S: Maintained
> -F: Documentation/devicetree/bindings/media/imx8-jpeg.yaml
> +F: Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml

Thanks a lot for fixing this, indeed, this file changed name during
review process, and I forgot to update the MAINTAINERS file.

Please note that there is another patch set with multiple fixes in
MAINTAINERS file from Lukas Bulwahn (just added him to this mail
thread), which also fixes the reference for imx8-jpeg, among other
fixes.
I don't know which patch is best/easiest to apply. Appologies for my
late reply, as I was on PTO.

For the contents of this patch:
Reviewed-by: Mirela Rabulea <[email protected]>

Regards,
Mirela

> F: drivers/media/platform/imx-jpeg
>
> NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
> --
> 2.31.1
>