* [PATCH 00/24] Fix broken file docs cross-references
@ 2021-01-13 10:59 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 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references Mauro Carvalho Chehab
0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: linux-iio, Akira Yokosawa, dri-devel, Peter Meerwald-Stadler,
Joel Fernandes, linux-arch, Lars-Peter Clausen, Jonathan Corbet,
Mauro Carvalho Chehab, David Airlie, Guenter Roeck, linux-media,
devicetree, Jean Delvare, Daniel Lustig, Rob Herring,
linux-mediatek, Matthias Brugger, Mauro Carvalho Chehab,
linux-arm-kernel, linux-hwmon, linux-kernel, Daniel Vetter,
Jonathan Cameron
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
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
^ permalink raw reply [flat|nested] 5+ 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 ` Mauro Carvalho Chehab 2021-01-25 19:35 ` Rob Herring 2021-01-13 10:59 ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references Mauro Carvalho Chehab 1 sibling, 1 reply; 5+ 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: Chun-Kuang Hu, devicetree, Mauro Carvalho Chehab, Linux Doc Mailing List, linux-kernel, dri-devel, linux-mediatek, Philipp Zabel, Jonathan Corbet, linux-arm-kernel 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 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek ^ permalink raw reply related [flat|nested] 5+ 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; 5+ messages in thread From: Rob Herring @ 2021-01-25 19:35 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Chun-Kuang Hu, Jonathan Corbet, David Airlie, Linux Doc Mailing List, linux-kernel, dri-devel, devicetree, Rob Herring, linux-mediatek, Daniel Vetter, Matthias Brugger, linux-arm-kernel 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! _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek ^ permalink raw reply [flat|nested] 5+ 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 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 ` Rob Herring 1 sibling, 1 reply; 5+ 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: Bin Liu, Andrew-CT Chen, Minghsiu Tsai, Rick Chang, Linux Doc Mailing List, Mauro Carvalho Chehab, dri-devel, Jonathan Corbet, linux-kernel, Chun-Kuang Hu, devicetree, linux-mediatek, Houlong Wei, Philipp Zabel, linux-arm-kernel, linux-media 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 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek ^ permalink raw reply related [flat|nested] 5+ 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; 5+ messages in thread From: Rob Herring @ 2021-01-25 19:36 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Bin Liu, devicetree, Minghsiu Tsai, Rick Chang, Jonathan Corbet, David Airlie, Linux Doc Mailing List, linux-kernel, Houlong Wei, Matthias Brugger, Chun-Kuang Hu, Rob Herring, linux-mediatek, dri-devel, Daniel Vetter, Andrew-CT Chen, Mauro Carvalho Chehab, linux-arm-kernel, linux-media 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! _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-01-25 19:36 UTC | newest] Thread overview: 5+ 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 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference Mauro Carvalho Chehab 2021-01-25 19:35 ` 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 ` 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).