linux-hwmon.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 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* [PATCH 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.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-21 19:28   ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-01-13 10:59 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Linux Doc Mailing List, linux-hwmon, linux-kernel

Changeset 94f1ab944565 ("dt-bindings: hwmon: convert TI INA2xx bindings to dt-schema")
renamed: Documentation/devicetree/bindings/hwmon/ina2xx.txt
to: Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml.

Update its cross-reference accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/hwmon/ina2xx.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/ina2xx.rst b/Documentation/hwmon/ina2xx.rst
index f78a5cd44c4c..27d2e39bc8ac 100644
--- a/Documentation/hwmon/ina2xx.rst
+++ b/Documentation/hwmon/ina2xx.rst
@@ -74,7 +74,7 @@ bus supply voltage.
 
 The shunt value in micro-ohms can be set via platform data or device tree at
 compile-time or via the shunt_resistor attribute in sysfs at run-time. Please
-refer to the Documentation/devicetree/bindings/hwmon/ina2xx.txt for bindings
+refer to the Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml for bindings
 if the device tree is used.
 
 Additionally ina226 supports update_interval attribute as described in
-- 
2.29.2


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

* Re: [PATCH 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference
  2021-01-13 10:59 ` [PATCH 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference Mauro Carvalho Chehab
@ 2021-01-21 19:28   ` Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2021-01-21 19:28 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Jean Delvare, Jonathan Corbet, Linux Doc Mailing List,
	linux-hwmon, linux-kernel

On Wed, Jan 13, 2021 at 11:59:17AM +0100, Mauro Carvalho Chehab wrote:
> Changeset 94f1ab944565 ("dt-bindings: hwmon: convert TI INA2xx bindings to dt-schema")
> renamed: Documentation/devicetree/bindings/hwmon/ina2xx.txt
> to: Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml.
> 
> Update its cross-reference accordingly.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Applied.

Thanks,
Guenter

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

end of thread, other threads:[~2021-01-21 19:30 UTC | newest]

Thread overview: 3+ 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 16/24] Documentation/hwmon/ina2xx.rst: update ti,ina2xx.yaml reference Mauro Carvalho Chehab
2021-01-21 19:28   ` Guenter Roeck

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