netdev.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 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.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 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
  2021-07-22  9:59 [PATCH 00/15] Fix some DT binding references at next-20210722 Mauro Carvalho Chehab
@ 2021-07-22 10:00 ` Mauro Carvalho Chehab
  2021-07-22 11:11   ` Vladimir Oltean
  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 10:00 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, David S. Miller, Jonathan Corbet,
	Jakub Kicinski, Vladimir Oltean, linux-kernel, netdev

Changeset 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
renamed: Documentation/devicetree/bindings/net/dsa/sja1105.txt
to: Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml.

Update its cross-reference accordingly.

Fixes: 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/networking/dsa/sja1105.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/dsa/sja1105.rst b/Documentation/networking/dsa/sja1105.rst
index da4057ba37f1..4fd6441dab5d 100644
--- a/Documentation/networking/dsa/sja1105.rst
+++ b/Documentation/networking/dsa/sja1105.rst
@@ -512,7 +512,7 @@ not available.
 Device Tree bindings and board design
 =====================================
 
-This section references ``Documentation/devicetree/bindings/net/dsa/sja1105.txt``
+This section references ``Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml``
 and aims to showcase some potential switch caveats.
 
 RMII PHY role and out-of-band signaling
-- 
2.31.1


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

* Re: [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
  2021-07-22 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference Mauro Carvalho Chehab
@ 2021-07-22 11:11   ` Vladimir Oltean
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir Oltean @ 2021-07-22 11:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, David S. Miller, Jonathan Corbet,
	Jakub Kicinski, Vladimir Oltean, linux-kernel, netdev

On Thu, Jul 22, 2021 at 12:00:00PM +0200, Mauro Carvalho Chehab wrote:
> Changeset 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
> renamed: Documentation/devicetree/bindings/net/dsa/sja1105.txt
> to: Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>

^ permalink raw reply	[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 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.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

end of thread, other threads:[~2021-07-23  6:27 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 10:00 ` [PATCH 03/15] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference Mauro Carvalho Chehab
2021-07-22 11:11   ` Vladimir Oltean
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).