linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] Fix broken docs references at next-20210602
@ 2021-06-02 15:43 Mauro Carvalho Chehab
  2021-06-02 15:43 ` [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo Mauro Carvalho Chehab
  2021-06-03 20:00 ` [PATCH 00/12] Fix broken docs references at next-20210602 Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-06-02 15:43 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	David S. Miller, Bartosz Golaszewski, Bjorn Andersson,
	Jakub Kicinski, Jonathan Cameron, Keerthy, Lars-Peter Clausen,
	Linus Walleij, Marc Kleine-Budde, Mark Brown, Mathieu Poirier,
	Ohad Ben-Cohen, Peter Rosin, Peter Ujfalusi, Rob Herring,
	Ulf Hansson, Vinod Koul, Wolfgang Grandegger, devicetree,
	dmaengine, linux-arm-kernel, linux-can, linux-gpio, linux-i2c,
	linux-iio, linux-mmc, linux-remoteproc, linux-spi, linux-usb,
	netdev

There are some broken references at today's linux-next with regards
to files inside Documentation/.

Address them.

Mauro Carvalho Chehab (12):
  dt-bindings: power: supply: cpcap-battery: update cpcap-battery.yaml
    reference
  dt-bindings: power: supply: cpcap-charger: update cpcap-charger.yaml
    reference
  dt-bindings: soc: ti: update sci-pm-domain.yaml references
  dt-bindings: clock: update ti,sci-clk.yaml references
  dt-bindings: reset: update ti,sci-reset.yaml references
  dt-bindings: iio: io-channel-mux.yaml: fix a typo
  docs: accounting: update delay-accounting.rst reference
  MAINTAINERS: update faraday,ftrtc010.yaml reference
  MAINTAINERS: update marvell,armada-3700-utmi-phy.yaml reference
  MAINTAINERS: update ti,omap-gpio.yaml reference
  MAINTAINERS: update ti,sci.yaml reference
  MAINTAINERS: update nxp,imx8-jpeg.yaml reference

 Documentation/admin-guide/sysctl/kernel.rst      |  2 +-
 .../devicetree/bindings/dma/ti-edma.txt          |  4 ++--
 .../devicetree/bindings/gpio/gpio-davinci.txt    |  2 +-
 .../devicetree/bindings/i2c/i2c-davinci.txt      |  4 ++--
 .../bindings/iio/multiplexer/io-channel-mux.yaml |  2 +-
 .../devicetree/bindings/mfd/motorola-cpcap.txt   |  4 ++--
 .../devicetree/bindings/mmc/ti-omap-hsmmc.txt    |  4 ++--
 .../devicetree/bindings/net/can/c_can.txt        |  4 ++--
 .../bindings/remoteproc/ti,keystone-rproc.txt    |  4 ++--
 .../devicetree/bindings/spi/spi-davinci.txt      |  2 +-
 .../devicetree/bindings/usb/ti,j721e-usb.yaml    |  2 +-
 .../bindings/usb/ti,keystone-dwc3.yaml           |  2 +-
 MAINTAINERS                                      | 16 ++++++++--------
 13 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.31.1



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

* [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo
  2021-06-02 15:43 [PATCH 00/12] Fix broken docs references at next-20210602 Mauro Carvalho Chehab
@ 2021-06-02 15:43 ` Mauro Carvalho Chehab
  2021-06-02 21:04   ` Rob Herring
  2021-06-03 20:00 ` [PATCH 00/12] Fix broken docs references at next-20210602 Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-06-02 15:43 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Jonathan Cameron,
	Lars-Peter Clausen, Peter Rosin, Rob Herring, devicetree,
	linux-iio, linux-kernel

The file name: Documentation/device-tree/bindings/mux/mux-controller.yaml
should be, instead: Documentation/devicetree/bindings/mux/mux-controller.yaml.

Update its cross-reference accordingly.

Fixes: a66cec598f49 ("dt-bindings: iio: multiplexer: Convert io-channel-mux bindings to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 .../devicetree/bindings/iio/multiplexer/io-channel-mux.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
index 37382b85f2b8..f37586702489 100644
--- a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
+++ b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
@@ -17,7 +17,7 @@ description: |
   created. The number of this io-channel is the same as the index into the list
   of strings in the channels property, and also matches the mux controller
   state. The mux controller state is described in
-  Documentation/device-tree/bindings/mux/mux-controller.yaml
+  Documentation/devicetree/bindings/mux/mux-controller.yaml
 
 properties:
 
-- 
2.31.1


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

* Re: [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo
  2021-06-02 15:43 ` [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo Mauro Carvalho Chehab
@ 2021-06-02 21:04   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-06-02 21:04 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Lars-Peter Clausen, linux-kernel, linux-iio, Jonathan Cameron,
	Jonathan Corbet, Linux Doc Mailing List, devicetree, Rob Herring,
	Peter Rosin

On Wed, 02 Jun 2021 17:43:12 +0200, Mauro Carvalho Chehab wrote:
> The file name: Documentation/device-tree/bindings/mux/mux-controller.yaml
> should be, instead: Documentation/devicetree/bindings/mux/mux-controller.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: a66cec598f49 ("dt-bindings: iio: multiplexer: Convert io-channel-mux bindings to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  .../devicetree/bindings/iio/multiplexer/io-channel-mux.yaml     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

* Re: [PATCH 00/12] Fix broken docs references at next-20210602
  2021-06-02 15:43 [PATCH 00/12] Fix broken docs references at next-20210602 Mauro Carvalho Chehab
  2021-06-02 15:43 ` [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo Mauro Carvalho Chehab
@ 2021-06-03 20:00 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-06-03 20:00 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, linux-kernel, Jonathan Corbet,
	David S. Miller, Bartosz Golaszewski, Bjorn Andersson,
	Jakub Kicinski, Jonathan Cameron, Keerthy, Lars-Peter Clausen,
	Linus Walleij, Marc Kleine-Budde, Mark Brown, Mathieu Poirier,
	Ohad Ben-Cohen, Peter Rosin, Peter Ujfalusi, Ulf Hansson,
	Vinod Koul, Wolfgang Grandegger, devicetree, dmaengine,
	linux-arm-kernel, linux-can, linux-gpio, linux-i2c, linux-iio,
	linux-mmc, linux-remoteproc, linux-spi, linux-usb, netdev

On Wed, Jun 2, 2021 at 10:43 AM Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
>
> There are some broken references at today's linux-next with regards
> to files inside Documentation/.
>
> Address them.

I've finally added this to my automated checks, so now anyone that
breaks this on binding schema patches should get notified (with the
exception of patches not Cc'ed to the DT list).

Rob

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

end of thread, other threads:[~2021-06-03 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 15:43 [PATCH 00/12] Fix broken docs references at next-20210602 Mauro Carvalho Chehab
2021-06-02 15:43 ` [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo Mauro Carvalho Chehab
2021-06-02 21:04   ` Rob Herring
2021-06-03 20:00 ` [PATCH 00/12] Fix broken docs references at next-20210602 Rob Herring

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).