devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] Fix some DT binding references at next-20210722
@ 2021-07-22  9:59 Mauro Carvalho Chehab
  2021-07-22  9:59 ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Mauro Carvalho Chehab
  2021-07-23  6:27 ` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722 Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-07-22  9:59 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	Guenter Roeck, Jakub Kicinski, Jean Delvare, Miquel Raynal,
	Richard Weinberger, Rob Herring, Vignesh Raghavendra, devicetree,
	linux-hwmon, linux-mtd, netdev

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference
  2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
@ 2021-07-22  9:59 ` Mauro Carvalho Chehab
  2021-07-29 20:07   ` Rob Herring
  2021-07-23  6:27 ` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722 Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-07-22  9:59 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linus Walleij,
	Miquel Raynal, Richard Weinberger, Rob Herring,
	Vignesh Raghavendra, devicetree, linux-kernel, linux-mtd

Changeset 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
renamed: Documentation/devicetree/bindings/mtd/mtd-physmap.txt
to: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml.

Update its cross-reference accordingly.

Fixes: 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
index c8567b40fe13..2133be0d52f2 100644
--- a/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
+++ b/Documentation/devicetree/bindings/mtd/gpmc-nor.txt
@@ -10,7 +10,7 @@ Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
 Required properties:
 - bank-width: 		Width of NOR flash in bytes. GPMC supports 8-bit and
 			16-bit devices and so must be either 1 or 2 bytes.
-- compatible:		Documentation/devicetree/bindings/mtd/mtd-physmap.txt
+- compatible:		Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
 - gpmc,cs-on-ns:		Chip-select assertion time
 - gpmc,cs-rd-off-ns:	Chip-select de-assertion time for reads
 - gpmc,cs-wr-off-ns:	Chip-select de-assertion time for writes
@@ -21,7 +21,7 @@ Required properties:
 - gpmc,access-ns:	Start cycle to first data capture (read access)
 - gpmc,rd-cycle-ns:	Total read cycle time
 - gpmc,wr-cycle-ns:	Total write cycle time
-- linux,mtd-name:	Documentation/devicetree/bindings/mtd/mtd-physmap.txt
+- linux,mtd-name:	Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
 - reg:			Chip-select, base address (relative to chip-select)
 			and size of NOR flash. Note that base address will be
 			typically 0 as this is the start of the chip-select.
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH 00/15] Fix some DT binding references at next-20210722
  2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
  2021-07-22  9:59 ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Mauro Carvalho Chehab
@ 2021-07-23  6:27 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-07-23  6:27 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List
  Cc: Krzysztof Kozlowski, linux-kernel, linux-hwmon, Guenter Roeck,
	Miquel Raynal, netdev, Jakub Kicinski, Jonathan Corbet,
	Jean Delvare, Vignesh Raghavendra, Richard Weinberger, linux-mtd,
	devicetree, Rob Herring

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 <krzysztof.kozlowski@canonical.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference
  2021-07-22  9:59 ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Mauro Carvalho Chehab
@ 2021-07-29 20:07   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-07-29 20:07 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Miquel Raynal, linux-kernel, Richard Weinberger, devicetree,
	linux-mtd, Linus Walleij, Linux Doc Mailing List,
	Jonathan Corbet, Rob Herring, Vignesh Raghavendra

On Thu, 22 Jul 2021 11:59:58 +0200, Mauro Carvalho Chehab wrote:
> Changeset 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
> renamed: Documentation/devicetree/bindings/mtd/mtd-physmap.txt
> to: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-29 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
2021-07-22  9:59 ` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference Mauro Carvalho Chehab
2021-07-29 20:07   ` Rob Herring
2021-07-23  6:27 ` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722 Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).