devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/24] Fix broken file docs cross-references
@ 2021-01-13 10:59 Mauro Carvalho Chehab
  2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	Akira Yokosawa, Daniel Lustig, Daniel Vetter, David Airlie,
	Guenter Roeck, Jean Delvare, Joel Fernandes, Jonathan Cameron,
	Lars-Peter Clausen, Matthias Brugger, Mauro Carvalho Chehab,
	Peter Meerwald-Stadler, Rob Herring, devicetree, dri-devel,
	linux-arch, linux-arm-kernel, linux-hwmon, linux-iio, linux-media,
	linux-mediatek

File renames and yaml conversions broke file references for several files,
as reported by:

	./scripts/documentation-file-ref-check

Fix most of them.

Please notice that this series was generated against  linux-next
(next-20210113).  So, it is better if the fixup patch could be added
at the same tree that received the patch renaming the filename.

Regards,
Mauro

Mauro Carvalho Chehab (24):
  MAINTAINERS: update adi,ad5758.yaml reference
  MAINTAINERS: update fsl,dpaa2-console.yaml reference
  MAINTAINERS: update st,hts221.yaml reference
  MAINTAINERS: update dpot-dac.yaml reference
  MAINTAINERS: update envelope-detector.yaml reference
  MAINTAINERS: update current-sense-amplifier.yaml reference
  MAINTAINERS: update current-sense-shunt.yaml reference
  MAINTAINERS: update voltage-divider.yaml reference
  MAINTAINERS: update mtk-sd.yaml reference
  MAINTAINERS: update atmel,sama5d2-adc.yaml reference
  MAINTAINERS: update pni,rm3100.yaml reference
  MAINTAINERS: update renesas,rcar-gyroadc.yaml reference
  MAINTAINERS: update st,lsm6dsx.yaml reference
  MAINTAINERS: update st,vl53l0x.yaml reference
  MAINTAINERS: update ti,dac7612.yaml reference
  Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference
  arch/Kconfig: update unaligned-memory-access.rst reference
  include/linux/iio/dac/mcp4725.h: update a microchip,mcp4725.yaml ref
  doc: update rcu_dereference.rst reference
  ASoC: audio-graph-card: update audio-graph-card.yaml reference
  dt-bindings: display: mediatek: update mediatek,dpi.yaml reference
  dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml
    references
  dt-bindings:iio:adc: update adc.yaml reference
  dt-bindings: phy: update phy-cadence-sierra.yaml reference

 .../bindings/display/bridge/sii902x.txt       |  2 +-
 .../display/mediatek/mediatek,disp.txt        |  4 +--
 .../bindings/iio/adc/adi,ad7192.yaml          |  2 +-
 .../bindings/media/mediatek-jpeg-decoder.txt  |  2 +-
 .../bindings/media/mediatek-jpeg-encoder.txt  |  2 +-
 .../bindings/media/mediatek-mdp.txt           |  2 +-
 .../bindings/phy/ti,phy-j721e-wiz.yaml        |  2 +-
 Documentation/hwmon/ina2xx.rst                |  2 +-
 MAINTAINERS                                   | 30 +++++++++----------
 arch/Kconfig                                  |  2 +-
 include/linux/iio/dac/mcp4725.h               |  2 +-
 tools/memory-model/Documentation/glossary.txt |  2 +-
 12 files changed, 27 insertions(+), 27 deletions(-)

-- 
2.29.2



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

* [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference
  2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
@ 2021-01-13 10:59 ` Mauro Carvalho Chehab
  2021-01-25 19:34   ` Rob Herring
  2021-01-13 10:59 ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference Mauro Carvalho Chehab
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Alexandru Gagniuc, Rob Herring, Sam Ravnborg, Thomas Bogendoerfer,
	devicetree, dri-devel, linux-kernel

Changeset 97198614f6c3 ("ASoC: audio-graph-card: switch to yaml base Documentation")
renamed: Documentation/devicetree/bindings/sound/audio-graph-card.txt
to: Documentation/devicetree/bindings/sound/audio-graph-card.yaml.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/bridge/sii902x.txt b/Documentation/devicetree/bindings/display/bridge/sii902x.txt
index 02c21b584741..3bc760cc31cb 100644
--- a/Documentation/devicetree/bindings/display/bridge/sii902x.txt
+++ b/Documentation/devicetree/bindings/display/bridge/sii902x.txt
@@ -40,7 +40,7 @@ Optional properties:
 	documents on how to describe the way the sii902x device is
 	connected to the rest of the audio system:
 	Documentation/devicetree/bindings/sound/simple-card.yaml
-	Documentation/devicetree/bindings/sound/audio-graph-card.txt
+	Documentation/devicetree/bindings/sound/audio-graph-card.yaml
 	Note: In case of the audio-graph-card binding the used port
 	index should be 3.
 
-- 
2.29.2


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

* [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference
  2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
  2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
@ 2021-01-13 10:59 ` Mauro Carvalho Chehab
  2021-01-25 19:35   ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference Rob Herring
  2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references Mauro Carvalho Chehab
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie, Matthias Brugger, Rob Herring
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Chun-Kuang Hu, Philipp Zabel, devicetree, dri-devel,
	linux-arm-kernel, linux-kernel, linux-mediatek

Changeset 9273cf7d3942 ("dt-bindings: display: mediatek: convert the dpi bindings to yaml")
renamed: Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt
to: Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 .../devicetree/bindings/display/mediatek/mediatek,disp.txt      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
index 33977e15bebd..865e1e1b88ac 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
@@ -23,7 +23,7 @@ connected to.
 
 For a description of the display interface sink function blocks, see
 Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.txt and
-Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt.
+Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml.
 
 Required properties (all function blocks):
 - compatible: "mediatek,<chip>-disp-<function>", one of
-- 
2.29.2


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

* [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references
  2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
  2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
  2021-01-13 10:59 ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference Mauro Carvalho Chehab
@ 2021-01-13 10:59 ` Mauro Carvalho Chehab
  2021-01-25 19:36   ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references Rob Herring
  2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
  2021-01-13 10:59 ` [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference Mauro Carvalho Chehab
  4 siblings, 1 reply; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie, Matthias Brugger,
	Mauro Carvalho Chehab, Rob Herring
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Andrew-CT Chen, Bin Liu, Chun-Kuang Hu, Houlong Wei,
	Minghsiu Tsai, Philipp Zabel, Rick Chang, devicetree, dri-devel,
	linux-arm-kernel, linux-kernel, linux-media, linux-mediatek

Changeset 27bb0e42855a ("dt-bindings: memory: mediatek: Convert SMI to DT schema")
renamed: Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
to: Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml.

Update its cross-references accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 .../devicetree/bindings/display/mediatek/mediatek,disp.txt      | 2 +-
 .../devicetree/bindings/media/mediatek-jpeg-decoder.txt         | 2 +-
 .../devicetree/bindings/media/mediatek-jpeg-encoder.txt         | 2 +-
 Documentation/devicetree/bindings/media/mediatek-mdp.txt        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
index 865e1e1b88ac..ed76332ec01e 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt
@@ -61,7 +61,7 @@ Required properties (DMA function blocks):
 	"mediatek,<chip>-disp-wdma"
   the supported chips are mt2701, mt8167 and mt8173.
 - larb: Should contain a phandle pointing to the local arbiter device as defined
-  in Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
+  in Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml
 - iommus: Should point to the respective IOMMU block with master port as
   argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
   for details.
diff --git a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
index 044b11913c49..cf60c5acc0e4 100644
--- a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
+++ b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
@@ -16,7 +16,7 @@ Required properties:
 - power-domains: a phandle to the power domain, see
   Documentation/devicetree/bindings/power/power_domain.txt for details.
 - mediatek,larb: must contain the local arbiters in the current Socs, see
-  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
+  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml
   for details.
 - iommus: should point to the respective IOMMU block with master port as
   argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
diff --git a/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt b/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt
index 736be7cad385..acfb50375b8a 100644
--- a/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt
+++ b/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt
@@ -14,7 +14,7 @@ Required properties:
 - power-domains: a phandle to the power domain, see
   Documentation/devicetree/bindings/power/power_domain.txt for details.
 - mediatek,larb: must contain the local arbiters in the current SoCs, see
-  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
+  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml
   for details.
 - iommus: should point to the respective IOMMU block with master port as
   argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
diff --git a/Documentation/devicetree/bindings/media/mediatek-mdp.txt b/Documentation/devicetree/bindings/media/mediatek-mdp.txt
index 0d03e3ae2be2..f4798d04e925 100644
--- a/Documentation/devicetree/bindings/media/mediatek-mdp.txt
+++ b/Documentation/devicetree/bindings/media/mediatek-mdp.txt
@@ -28,7 +28,7 @@ Required properties (DMA function blocks, child node):
   argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
   for details.
 - mediatek,larb: must contain the local arbiters in the current Socs, see
-  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
+  Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml
   for details.
 
 Example:
-- 
2.29.2


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

* [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference
  2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
                   ` (2 preceding siblings ...)
  2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references Mauro Carvalho Chehab
@ 2021-01-13 10:59 ` Mauro Carvalho Chehab
  2021-01-13 15:53   ` Jonathan Cameron
  2021-01-25 19:36   ` Rob Herring
  2021-01-13 10:59 ` [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference Mauro Carvalho Chehab
  4 siblings, 2 replies; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Jonathan Cameron, Rob Herring
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Alexandru Tachici, Lars-Peter Clausen, Michael Hennerich,
	Peter Meerwald-Stadler, devicetree, linux-iio, linux-kernel

Changeset b70d154d6558 ("dt-bindings:iio:adc: convert adc.txt to yaml")
renamed: Documentation/devicetree/bindings/iio/adc/adc.txt
to: Documentation/devicetree/bindings/iio/adc/adc.yaml.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
index e0cc3b2e8957..22b7ed3723f6 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
@@ -80,7 +80,7 @@ properties:
     type: boolean
 
   bipolar:
-    description: see Documentation/devicetree/bindings/iio/adc/adc.txt
+    description: see Documentation/devicetree/bindings/iio/adc/adc.yaml
     type: boolean
 
 required:
-- 
2.29.2


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

* [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference
  2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
                   ` (3 preceding siblings ...)
  2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
@ 2021-01-13 10:59 ` Mauro Carvalho Chehab
  2021-01-13 14:17   ` Vinod Koul
  4 siblings, 1 reply; 12+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Linux Doc Mailing List,
	Kishon Vijay Abraham I, Vinod Koul, devicetree, linux-kernel

Changeset ba2bf1f090eb ("dt-bindings: phy: Add Cadence Sierra PHY bindings in YAML format")
renamed: Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
to: Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
index c33e9bc79521..bbbd85501ada 100644
--- a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
+++ b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
@@ -151,7 +151,7 @@ patternProperties:
       WIZ node should have '1' subnode for the SERDES. It could be either
       Sierra SERDES or Torrent SERDES. Sierra SERDES should follow the
       bindings specified in
-      Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
+      Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml
       Torrent SERDES should follow the bindings specified in
       Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
 
-- 
2.29.2


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

* Re: [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference
  2021-01-13 10:59 ` [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference Mauro Carvalho Chehab
@ 2021-01-13 14:17   ` Vinod Koul
  0 siblings, 0 replies; 12+ messages in thread
From: Vinod Koul @ 2021-01-13 14:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Rob Herring, Jonathan Corbet, Linux Doc Mailing List,
	Kishon Vijay Abraham I, devicetree, linux-kernel

On 13-01-21, 11:59, Mauro Carvalho Chehab wrote:
> Changeset ba2bf1f090eb ("dt-bindings: phy: Add Cadence Sierra PHY bindings in YAML format")
> renamed: Documentation/devicetree/bindings/phy/phy-cadence-sierra.txt
> to: Documentation/devicetree/bindings/phy/phy-cadence-sierra.yaml.
> 
> Update its cross-reference accordingly.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference
  2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
@ 2021-01-13 15:53   ` Jonathan Cameron
  2021-01-25 19:36   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2021-01-13 15:53 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Jonathan Cameron, Rob Herring, Jonathan Corbet,
	Linux Doc Mailing List, Alexandru Tachici, Lars-Peter Clausen,
	Michael Hennerich, Peter Meerwald-Stadler, devicetree, linux-iio,
	linux-kernel

On Wed, 13 Jan 2021 11:59:24 +0100
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:

> Changeset b70d154d6558 ("dt-bindings:iio:adc: convert adc.txt to yaml")
> renamed: Documentation/devicetree/bindings/iio/adc/adc.txt
> to: Documentation/devicetree/bindings/iio/adc/adc.yaml.
> 
> Update its cross-reference accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>


> ---
>  Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> index e0cc3b2e8957..22b7ed3723f6 100644
> --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
> @@ -80,7 +80,7 @@ properties:
>      type: boolean
>  
>    bipolar:
> -    description: see Documentation/devicetree/bindings/iio/adc/adc.txt
> +    description: see Documentation/devicetree/bindings/iio/adc/adc.yaml
>      type: boolean
>  
>  required:


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

* Re: [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference
  2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
@ 2021-01-25 19:34   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-01-25 19:34 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: dri-devel, Thomas Bogendoerfer, devicetree, Jonathan Corbet,
	Alexandru Gagniuc, Rob Herring, David Airlie, linux-kernel,
	Sam Ravnborg, Linux Doc Mailing List, Daniel Vetter

On Wed, 13 Jan 2021 11:59:21 +0100, Mauro Carvalho Chehab wrote:
> Changeset 97198614f6c3 ("ASoC: audio-graph-card: switch to yaml base Documentation")
> renamed: Documentation/devicetree/bindings/sound/audio-graph-card.txt
> to: Documentation/devicetree/bindings/sound/audio-graph-card.yaml.
> 
> Update its cross-reference accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  Documentation/devicetree/bindings/display/bridge/sii902x.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

* Re: [PATCH 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference
  2021-01-13 10:59 ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference Mauro Carvalho Chehab
@ 2021-01-25 19:35   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-01-25 19:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Chun-Kuang Hu, devicetree, Jonathan Corbet, linux-arm-kernel,
	Daniel Vetter, Rob Herring, David Airlie, linux-mediatek,
	Matthias Brugger, linux-kernel, Linux Doc Mailing List, dri-devel

On Wed, 13 Jan 2021 11:59:22 +0100, Mauro Carvalho Chehab wrote:
> Changeset 9273cf7d3942 ("dt-bindings: display: mediatek: convert the dpi bindings to yaml")
> renamed: Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt
> to: Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml.
> 
> Update its cross-reference accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  .../devicetree/bindings/display/mediatek/mediatek,disp.txt      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

* Re: [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references
  2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references Mauro Carvalho Chehab
@ 2021-01-25 19:36   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-01-25 19:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Bin Liu, David Airlie, Jonathan Corbet, devicetree, linux-media,
	Houlong Wei, dri-devel, Rob Herring, Mauro Carvalho Chehab,
	linux-kernel, linux-arm-kernel, Daniel Vetter,
	Linux Doc Mailing List, Minghsiu Tsai, Andrew-CT Chen,
	linux-mediatek, Chun-Kuang Hu, Matthias Brugger, Rick Chang

On Wed, 13 Jan 2021 11:59:23 +0100, Mauro Carvalho Chehab wrote:
> Changeset 27bb0e42855a ("dt-bindings: memory: mediatek: Convert SMI to DT schema")
> renamed: Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
> to: Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml.
> 
> Update its cross-references accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  .../devicetree/bindings/display/mediatek/mediatek,disp.txt      | 2 +-
>  .../devicetree/bindings/media/mediatek-jpeg-decoder.txt         | 2 +-
>  .../devicetree/bindings/media/mediatek-jpeg-encoder.txt         | 2 +-
>  Documentation/devicetree/bindings/media/mediatek-mdp.txt        | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 

Applied, thanks!

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

* Re: [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference
  2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
  2021-01-13 15:53   ` Jonathan Cameron
@ 2021-01-25 19:36   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Rob Herring @ 2021-01-25 19:36 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Alexandru Tachici, Peter Meerwald-Stadler, Michael Hennerich,
	Lars-Peter Clausen, linux-kernel, Jonathan Corbet,
	Jonathan Cameron, devicetree, Linux Doc Mailing List, Rob Herring,
	linux-iio

On Wed, 13 Jan 2021 11:59:24 +0100, Mauro Carvalho Chehab wrote:
> Changeset b70d154d6558 ("dt-bindings:iio:adc: convert adc.txt to yaml")
> renamed: Documentation/devicetree/bindings/iio/adc/adc.txt
> to: Documentation/devicetree/bindings/iio/adc/adc.yaml.
> 
> Update its cross-reference accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

end of thread, other threads:[~2021-01-26  1:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13 10:59 [PATCH 00/24] Fix broken file docs cross-references Mauro Carvalho Chehab
2021-01-13 10:59 ` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference Mauro Carvalho Chehab
2021-01-25 19:34   ` Rob Herring
2021-01-13 10:59 ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference Mauro Carvalho Chehab
2021-01-25 19:35   ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference Rob Herring
2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references Mauro Carvalho Chehab
2021-01-25 19:36   ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references Rob Herring
2021-01-13 10:59 ` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference Mauro Carvalho Chehab
2021-01-13 15:53   ` Jonathan Cameron
2021-01-25 19:36   ` Rob Herring
2021-01-13 10:59 ` [PATCH 24/24] dt-bindings: phy: update phy-cadence-sierra.yaml reference Mauro Carvalho Chehab
2021-01-13 14:17   ` Vinod Koul

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