All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar, Borislav Petkov,
	Broadcom internal kernel review list, Dave Hansen, Federico Vaga,
	Geert Uytterhoeven, Guenter Roeck, Ingo Molnar, Jarkko Sakkinen,
	Jean Delvare, Krzysztof Kozlowski, Linus Walleij, Markus Mayer,
	Rob Herring, Thomas Gleixner, Ulf Hansson, Viresh Kumar,
	alsa-devel, devicetree, keyrings, kvm, linux-arm-kernel,
	linux-cachefs, linux-gpio, linux-hwmon, linux-m68k, linux-mmc,
	linux-phy, linux-pm, linux-samsung-soc, linux-usb, x86

Hi John,

There were a number of DT binding conversions and other docs change that
were not updated. Address them, in order to keep the cross-references on
a sane state.

Patch series is against v5.19-rc1 (and applies cleanly on the top of
today's -next).

Mauro Carvalho Chehab (23):
  dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
  dt-bindings: arm: update vexpress-config.yaml references
  dt-bindings: reset: update st,stih407-powerdown.yaml references
  dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
  dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
    reference
  docs: netdev: update maintainer-netdev.rst reference
  docs: filesystems: update netfs-api.rst reference
  Documentation: update watch_queue.rst references
  Documentation: KVM: update s390-pv.rst reference
  Documentation: KVM: update amd-memory-encryption.rst references
  Documentation: KVM: update msr.rst reference
  Documentation: KVM: update s390-diag.rst reference
  MAINTAINERS: update arm,hdlcd.yaml reference
  MAINTAINERS: update arm,komeda.yaml reference
  MAINTAINERS: update arm,malidp.yaml reference
  MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
  MAINTAINERS: update maxim,max77693.yaml reference
  MAINTAINERS: update snps,axs10x-reset.yaml reference
  objtool: update objtool.txt references
  ASoC: wm8731: update wlf,wm8731.yaml reference
  arch: m68k: q40: README: drop references to IDE driver

 .../ABI/testing/sysfs-driver-bd9571mwv-regulator   |  2 +-
 Documentation/admin-guide/kernel-parameters.txt    |  2 +-
 .../bindings/cpufreq/brcm,stb-avs-cpu-freq.txt     |  2 +-
 .../devicetree/bindings/hwmon/vexpress.txt         |  2 +-
 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |  2 +-
 .../devicetree/bindings/phy/phy-stih407-usb.txt    |  2 +-
 .../devicetree/bindings/pinctrl/pinctrl-rk805.txt  |  2 +-
 .../devicetree/bindings/regulator/vexpress.txt     |  2 +-
 .../bindings/sound/atmel-sam9x5-wm8731-audio.txt   |  2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt  |  2 +-
 Documentation/security/keys/core.rst               |  2 +-
 Documentation/security/secrets/coco.rst            |  2 +-
 .../translations/it_IT/networking/netdev-FAQ.rst   |  2 +-
 Documentation/virt/kvm/api.rst                     |  4 ++--
 Documentation/virt/kvm/s390/s390-pv-boot.rst       |  2 +-
 Documentation/virt/kvm/x86/hypercalls.rst          |  2 +-
 Documentation/x86/orc-unwinder.rst                 |  2 +-
 MAINTAINERS                                        | 14 +++++++-------
 arch/m68k/q40/README                               |  4 +---
 include/linux/fscache.h                            |  2 +-
 include/linux/objtool.h                            |  2 +-
 include/linux/watch_queue.h                        |  2 +-
 init/Kconfig                                       |  2 +-
 kernel/watch_queue.c                               |  2 +-
 lib/Kconfig.debug                                  |  2 +-
 tools/include/linux/objtool.h                      |  2 +-
 tools/objtool/check.c                              |  2 +-
 29 files changed, 36 insertions(+), 38 deletions(-)

-- 
2.36.1



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

* [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar, Borislav Petkov,
	Broadcom internal kernel review list, Dave Hansen, Federico Vaga,
	Geert Uytterhoeven, Guenter Roeck, Ingo Molnar, Jarkko Sakkinen,
	Jean Delvare, Krzysztof Kozlowski, Linus Walleij, Markus Mayer,
	Rob Herring, Thomas Gleixner, Ulf Hansson, Viresh Kumar,
	alsa-devel, devicetree, keyrings, kvm, linux-arm-kernel,
	linux-cachefs, linux-gpio, linux-hwmon, linux-m68k, linux-mmc,
	linux-phy, linux-pm, linux-samsung-soc, linux-usb, x86

Hi John,

There were a number of DT binding conversions and other docs change that
were not updated. Address them, in order to keep the cross-references on
a sane state.

Patch series is against v5.19-rc1 (and applies cleanly on the top of
today's -next).

Mauro Carvalho Chehab (23):
  dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
  dt-bindings: arm: update vexpress-config.yaml references
  dt-bindings: reset: update st,stih407-powerdown.yaml references
  dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
  dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
    reference
  docs: netdev: update maintainer-netdev.rst reference
  docs: filesystems: update netfs-api.rst reference
  Documentation: update watch_queue.rst references
  Documentation: KVM: update s390-pv.rst reference
  Documentation: KVM: update amd-memory-encryption.rst references
  Documentation: KVM: update msr.rst reference
  Documentation: KVM: update s390-diag.rst reference
  MAINTAINERS: update arm,hdlcd.yaml reference
  MAINTAINERS: update arm,komeda.yaml reference
  MAINTAINERS: update arm,malidp.yaml reference
  MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
  MAINTAINERS: update maxim,max77693.yaml reference
  MAINTAINERS: update snps,axs10x-reset.yaml reference
  objtool: update objtool.txt references
  ASoC: wm8731: update wlf,wm8731.yaml reference
  arch: m68k: q40: README: drop references to IDE driver

 .../ABI/testing/sysfs-driver-bd9571mwv-regulator   |  2 +-
 Documentation/admin-guide/kernel-parameters.txt    |  2 +-
 .../bindings/cpufreq/brcm,stb-avs-cpu-freq.txt     |  2 +-
 .../devicetree/bindings/hwmon/vexpress.txt         |  2 +-
 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |  2 +-
 .../devicetree/bindings/phy/phy-stih407-usb.txt    |  2 +-
 .../devicetree/bindings/pinctrl/pinctrl-rk805.txt  |  2 +-
 .../devicetree/bindings/regulator/vexpress.txt     |  2 +-
 .../bindings/sound/atmel-sam9x5-wm8731-audio.txt   |  2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt  |  2 +-
 Documentation/security/keys/core.rst               |  2 +-
 Documentation/security/secrets/coco.rst            |  2 +-
 .../translations/it_IT/networking/netdev-FAQ.rst   |  2 +-
 Documentation/virt/kvm/api.rst                     |  4 ++--
 Documentation/virt/kvm/s390/s390-pv-boot.rst       |  2 +-
 Documentation/virt/kvm/x86/hypercalls.rst          |  2 +-
 Documentation/x86/orc-unwinder.rst                 |  2 +-
 MAINTAINERS                                        | 14 +++++++-------
 arch/m68k/q40/README                               |  4 +---
 include/linux/fscache.h                            |  2 +-
 include/linux/objtool.h                            |  2 +-
 include/linux/watch_queue.h                        |  2 +-
 init/Kconfig                                       |  2 +-
 kernel/watch_queue.c                               |  2 +-
 lib/Kconfig.debug                                  |  2 +-
 tools/include/linux/objtool.h                      |  2 +-
 tools/objtool/check.c                              |  2 +-
 29 files changed, 36 insertions(+), 38 deletions(-)

-- 
2.36.1



-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar, Borislav Petkov,
	Broadcom internal kernel review list, Dave Hansen, Federico Vaga,
	Geert Uytterhoeven, Guenter Roeck, Ingo Molnar, Jarkko Sakkinen,
	Jean Delvare, Krzysztof Kozlowski, Linus Walleij, Markus Mayer,
	Rob Herring, Thomas Gleixner, Ulf Hansson, Viresh Kumar,
	alsa-devel, devicetree, keyrings, kvm, linux-arm-kernel,
	linux-cachefs, linux-gpio, linux-hwmon, linux-m68k, linux-mmc,
	linux-phy, linux-pm, linux-samsung-soc, linux-usb, x86

Hi John,

There were a number of DT binding conversions and other docs change that
were not updated. Address them, in order to keep the cross-references on
a sane state.

Patch series is against v5.19-rc1 (and applies cleanly on the top of
today's -next).

Mauro Carvalho Chehab (23):
  dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
  dt-bindings: arm: update vexpress-config.yaml references
  dt-bindings: reset: update st,stih407-powerdown.yaml references
  dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
  dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
    reference
  docs: netdev: update maintainer-netdev.rst reference
  docs: filesystems: update netfs-api.rst reference
  Documentation: update watch_queue.rst references
  Documentation: KVM: update s390-pv.rst reference
  Documentation: KVM: update amd-memory-encryption.rst references
  Documentation: KVM: update msr.rst reference
  Documentation: KVM: update s390-diag.rst reference
  MAINTAINERS: update arm,hdlcd.yaml reference
  MAINTAINERS: update arm,komeda.yaml reference
  MAINTAINERS: update arm,malidp.yaml reference
  MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
  MAINTAINERS: update maxim,max77693.yaml reference
  MAINTAINERS: update snps,axs10x-reset.yaml reference
  objtool: update objtool.txt references
  ASoC: wm8731: update wlf,wm8731.yaml reference
  arch: m68k: q40: README: drop references to IDE driver

 .../ABI/testing/sysfs-driver-bd9571mwv-regulator   |  2 +-
 Documentation/admin-guide/kernel-parameters.txt    |  2 +-
 .../bindings/cpufreq/brcm,stb-avs-cpu-freq.txt     |  2 +-
 .../devicetree/bindings/hwmon/vexpress.txt         |  2 +-
 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |  2 +-
 .../devicetree/bindings/phy/phy-stih407-usb.txt    |  2 +-
 .../devicetree/bindings/pinctrl/pinctrl-rk805.txt  |  2 +-
 .../devicetree/bindings/regulator/vexpress.txt     |  2 +-
 .../bindings/sound/atmel-sam9x5-wm8731-audio.txt   |  2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt  |  2 +-
 Documentation/security/keys/core.rst               |  2 +-
 Documentation/security/secrets/coco.rst            |  2 +-
 .../translations/it_IT/networking/netdev-FAQ.rst   |  2 +-
 Documentation/virt/kvm/api.rst                     |  4 ++--
 Documentation/virt/kvm/s390/s390-pv-boot.rst       |  2 +-
 Documentation/virt/kvm/x86/hypercalls.rst          |  2 +-
 Documentation/x86/orc-unwinder.rst                 |  2 +-
 MAINTAINERS                                        | 14 +++++++-------
 arch/m68k/q40/README                               |  4 +---
 include/linux/fscache.h                            |  2 +-
 include/linux/objtool.h                            |  2 +-
 include/linux/watch_queue.h                        |  2 +-
 init/Kconfig                                       |  2 +-
 kernel/watch_queue.c                               |  2 +-
 lib/Kconfig.debug                                  |  2 +-
 tools/include/linux/objtool.h                      |  2 +-
 tools/objtool/check.c                              |  2 +-
 29 files changed, 36 insertions(+), 38 deletions(-)

-- 
2.36.1



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Ulf Hansson, Alim Akhtar, kvm, Rafael J. Wysocki, Viresh Kumar,
	Linus Walleij, Dave Hansen, alsa-devel, keyrings,
	Krzysztof Kozlowski, H. Peter Anvin, linux-phy,
	linux-samsung-soc, Mauro Carvalho Chehab, x86, Ingo Molnar,
	Geert Uytterhoeven, Federico Vaga,
	Broadcom internal kernel review list, Guenter Roeck, devicetree,
	Jean Delvare, linux-pm, linux-gpio, linux-m68k, Rob Herring,
	Borislav Petkov, Markus Mayer, Thomas Gleixner,
	Mauro Carvalho Chehab, linux-arm-kernel, linux-hwmon,
	linux-cachefs, linux-usb, linux-mmc, linux-kernel,
	Jarkko Sakkinen

Hi John,

There were a number of DT binding conversions and other docs change that
were not updated. Address them, in order to keep the cross-references on
a sane state.

Patch series is against v5.19-rc1 (and applies cleanly on the top of
today's -next).

Mauro Carvalho Chehab (23):
  dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
  dt-bindings: arm: update vexpress-config.yaml references
  dt-bindings: reset: update st,stih407-powerdown.yaml references
  dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
  dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
    reference
  docs: netdev: update maintainer-netdev.rst reference
  docs: filesystems: update netfs-api.rst reference
  Documentation: update watch_queue.rst references
  Documentation: KVM: update s390-pv.rst reference
  Documentation: KVM: update amd-memory-encryption.rst references
  Documentation: KVM: update msr.rst reference
  Documentation: KVM: update s390-diag.rst reference
  MAINTAINERS: update arm,hdlcd.yaml reference
  MAINTAINERS: update arm,komeda.yaml reference
  MAINTAINERS: update arm,malidp.yaml reference
  MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
  MAINTAINERS: update maxim,max77693.yaml reference
  MAINTAINERS: update snps,axs10x-reset.yaml reference
  objtool: update objtool.txt references
  ASoC: wm8731: update wlf,wm8731.yaml reference
  arch: m68k: q40: README: drop references to IDE driver

 .../ABI/testing/sysfs-driver-bd9571mwv-regulator   |  2 +-
 Documentation/admin-guide/kernel-parameters.txt    |  2 +-
 .../bindings/cpufreq/brcm,stb-avs-cpu-freq.txt     |  2 +-
 .../devicetree/bindings/hwmon/vexpress.txt         |  2 +-
 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |  2 +-
 .../devicetree/bindings/phy/phy-stih407-usb.txt    |  2 +-
 .../devicetree/bindings/pinctrl/pinctrl-rk805.txt  |  2 +-
 .../devicetree/bindings/regulator/vexpress.txt     |  2 +-
 .../bindings/sound/atmel-sam9x5-wm8731-audio.txt   |  2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt  |  2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt  |  2 +-
 Documentation/security/keys/core.rst               |  2 +-
 Documentation/security/secrets/coco.rst            |  2 +-
 .../translations/it_IT/networking/netdev-FAQ.rst   |  2 +-
 Documentation/virt/kvm/api.rst                     |  4 ++--
 Documentation/virt/kvm/s390/s390-pv-boot.rst       |  2 +-
 Documentation/virt/kvm/x86/hypercalls.rst          |  2 +-
 Documentation/x86/orc-unwinder.rst                 |  2 +-
 MAINTAINERS                                        | 14 +++++++-------
 arch/m68k/q40/README                               |  4 +---
 include/linux/fscache.h                            |  2 +-
 include/linux/objtool.h                            |  2 +-
 include/linux/watch_queue.h                        |  2 +-
 init/Kconfig                                       |  2 +-
 kernel/watch_queue.c                               |  2 +-
 lib/Kconfig.debug                                  |  2 +-
 tools/include/linux/objtool.h                      |  2 +-
 tools/objtool/check.c                              |  2 +-
 29 files changed, 36 insertions(+), 38 deletions(-)

-- 
2.36.1



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

* [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (2 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-07 19:25   ` Geert Uytterhoeven
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Geert Uytterhoeven,
	Lee Jones, Matti Vaittinen, Rob Herring, linux-kernel

Changeset 983b62975e90 ("dt-bindings: mfd: bd9571mwv: Convert to json-schema")
renamed: Documentation/devicetree/bindings/mfd/bd9571mwv.txt
to: Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml.

Update its cross-reference accordingly.

Fixes: 983b62975e90 ("dt-bindings: mfd: bd9571mwv: Convert to json-schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator b/Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator
index 42214b4ff14a..90596d8bb51c 100644
--- a/Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator
+++ b/Documentation/ABI/testing/sysfs-driver-bd9571mwv-regulator
@@ -26,6 +26,6 @@ Description:	Read/write the current state of DDR Backup Mode, which controls
 		     DDR Backup Mode must be explicitly enabled by the user,
 		     to invoke step 1.
 
-		See also Documentation/devicetree/bindings/mfd/bd9571mwv.txt.
+		See also Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml.
 Users:		User space applications for embedded boards equipped with a
 		BD9571MWV PMIC.
-- 
2.36.1


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

* [PATCH 02/23] dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (3 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Rafael J. Wysocki,
	Broadcom internal kernel review list, Florian Fainelli,
	Krzysztof Kozlowski, Markus Mayer, Rob Herring, Viresh Kumar,
	devicetree, linux-kernel, linux-pm

Changeset 539d25b21fe8 ("dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML")
renamed: Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt
to: Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.yaml.

Update its cross-reference accordingly.

Fixes: 539d25b21fe8 ("dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 .../devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt b/Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
index 73470ecd1f12..ce91a9197697 100644
--- a/Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
+++ b/Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
@@ -16,7 +16,7 @@ has been processed. See [2] for more information on the brcm,l2-intc node.
 firmware. On some SoCs, this firmware supports DFS and DVFS in addition to
 Adaptive Voltage Scaling.
 
-[2] Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt
+[2] Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.yaml
 
 
 Node brcm,avs-cpu-data-mem
-- 
2.36.1


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

* [PATCH 03/23] dt-bindings: arm: update vexpress-config.yaml references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (4 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 15:44   ` Guenter Roeck
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Andre Przywara,
	Guenter Roeck, Jean Delvare, Krzysztof Kozlowski, Liam Girdwood,
	Mark Brown, Rob Herring, devicetree, linux-hwmon, linux-kernel

Changeset 7e8339b5162f ("dt-bindings: arm: convert vexpress-config to DT schema")
renamed: Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
to: Documentation/devicetree/bindings/arm/vexpress-config.yaml.

Update the cross-references accordingly.

Fixes: 7e8339b5162f ("dt-bindings: arm: convert vexpress-config to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/hwmon/vexpress.txt     | 2 +-
 Documentation/devicetree/bindings/regulator/vexpress.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/hwmon/vexpress.txt b/Documentation/devicetree/bindings/hwmon/vexpress.txt
index 9c27ed694bbb..4a4df4ffc460 100644
--- a/Documentation/devicetree/bindings/hwmon/vexpress.txt
+++ b/Documentation/devicetree/bindings/hwmon/vexpress.txt
@@ -9,7 +9,7 @@ Requires node properties:
 	"arm,vexpress-power"
 	"arm,vexpress-energy"
 - "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
-  (see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
+  (see Documentation/devicetree/bindings/arm/vexpress-config.yaml
   for more details)
 
 Optional node properties:
diff --git a/Documentation/devicetree/bindings/regulator/vexpress.txt b/Documentation/devicetree/bindings/regulator/vexpress.txt
index d775f72487aa..1c2e92c7831e 100644
--- a/Documentation/devicetree/bindings/regulator/vexpress.txt
+++ b/Documentation/devicetree/bindings/regulator/vexpress.txt
@@ -4,7 +4,7 @@ Versatile Express voltage regulators
 Requires node properties:
 - "compatible" value: "arm,vexpress-volt"
 - "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
-  (see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
+  (see Documentation/devicetree/bindings/arm/vexpress-config.yaml
   for more details)
 
 Required regulator properties:
-- 
2.36.1


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

* [PATCH 04/23] dt-bindings: reset: update st,stih407-powerdown.yaml references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Kishon Vijay Abraham I, Krzysztof Kozlowski, Philipp Zabel,
	Rob Herring, Vinod Koul, devicetree, linux-kernel, linux-phy,
	linux-usb

Changeset 2ca065dc9468 ("dt-bindings: reset: st,sti-powerdown: Convert to yaml")
renamed: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
to: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml.

Update the cross-references accordingly.

Fixes: 2ca065dc9468 ("dt-bindings: reset: st,sti-powerdown: Convert to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt | 2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt         | 2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt         | 2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
index de6a706abcdb..35f03df00130 100644
--- a/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
+++ b/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
@@ -9,7 +9,7 @@ Required properties:
 - resets		: list of phandle and reset specifier pairs. There should be two entries, one
 			  for the whole phy and one for the port
 - reset-names		: list of reset signal names. Should be "global" and "port"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
diff --git a/Documentation/devicetree/bindings/usb/dwc3-st.txt b/Documentation/devicetree/bindings/usb/dwc3-st.txt
index bf73de0d5b4a..4aa368447b1e 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-st.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3-st.txt
@@ -13,7 +13,7 @@ Required properties:
  - resets	: list of phandle and reset specifier pairs. There should be two entries, one
 		  for the powerdown and softreset lines of the usb3 IP
  - reset-names	: list of reset signal names. Names should be "powerdown" and "softreset"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
  - #address-cells, #size-cells : should be '1' if the device has sub-nodes
diff --git a/Documentation/devicetree/bindings/usb/ehci-st.txt b/Documentation/devicetree/bindings/usb/ehci-st.txt
index 065c91d955ad..d6f2bdee20fc 100644
--- a/Documentation/devicetree/bindings/usb/ehci-st.txt
+++ b/Documentation/devicetree/bindings/usb/ehci-st.txt
@@ -17,7 +17,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
  - resets		: phandle + reset specifier pairs to the powerdown and softreset lines
 			  of the USB IP
  - reset-names		: should be "power" and "softreset"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
diff --git a/Documentation/devicetree/bindings/usb/ohci-st.txt b/Documentation/devicetree/bindings/usb/ohci-st.txt
index 44c998c16f85..1c735573abc0 100644
--- a/Documentation/devicetree/bindings/usb/ohci-st.txt
+++ b/Documentation/devicetree/bindings/usb/ohci-st.txt
@@ -15,7 +15,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
 
  - resets		: phandle to the powerdown and reset controller for the USB IP
  - reset-names		: should be "power" and "softreset".
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
-- 
2.36.1


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

* [PATCH 04/23] dt-bindings: reset: update st,stih407-powerdown.yaml references
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Kishon Vijay Abraham I, Krzysztof Kozlowski, Philipp Zabel,
	Rob Herring, Vinod Koul, devicetree, linux-kernel, linux-phy,
	linux-usb

Changeset 2ca065dc9468 ("dt-bindings: reset: st,sti-powerdown: Convert to yaml")
renamed: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
to: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml.

Update the cross-references accordingly.

Fixes: 2ca065dc9468 ("dt-bindings: reset: st,sti-powerdown: Convert to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt | 2 +-
 Documentation/devicetree/bindings/usb/dwc3-st.txt         | 2 +-
 Documentation/devicetree/bindings/usb/ehci-st.txt         | 2 +-
 Documentation/devicetree/bindings/usb/ohci-st.txt         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
index de6a706abcdb..35f03df00130 100644
--- a/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
+++ b/Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
@@ -9,7 +9,7 @@ Required properties:
 - resets		: list of phandle and reset specifier pairs. There should be two entries, one
 			  for the whole phy and one for the port
 - reset-names		: list of reset signal names. Should be "global" and "port"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
diff --git a/Documentation/devicetree/bindings/usb/dwc3-st.txt b/Documentation/devicetree/bindings/usb/dwc3-st.txt
index bf73de0d5b4a..4aa368447b1e 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-st.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3-st.txt
@@ -13,7 +13,7 @@ Required properties:
  - resets	: list of phandle and reset specifier pairs. There should be two entries, one
 		  for the powerdown and softreset lines of the usb3 IP
  - reset-names	: list of reset signal names. Names should be "powerdown" and "softreset"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
  - #address-cells, #size-cells : should be '1' if the device has sub-nodes
diff --git a/Documentation/devicetree/bindings/usb/ehci-st.txt b/Documentation/devicetree/bindings/usb/ehci-st.txt
index 065c91d955ad..d6f2bdee20fc 100644
--- a/Documentation/devicetree/bindings/usb/ehci-st.txt
+++ b/Documentation/devicetree/bindings/usb/ehci-st.txt
@@ -17,7 +17,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
  - resets		: phandle + reset specifier pairs to the powerdown and softreset lines
 			  of the USB IP
  - reset-names		: should be "power" and "softreset"
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
diff --git a/Documentation/devicetree/bindings/usb/ohci-st.txt b/Documentation/devicetree/bindings/usb/ohci-st.txt
index 44c998c16f85..1c735573abc0 100644
--- a/Documentation/devicetree/bindings/usb/ohci-st.txt
+++ b/Documentation/devicetree/bindings/usb/ohci-st.txt
@@ -15,7 +15,7 @@ See: Documentation/devicetree/bindings/clock/clock-bindings.txt
 
  - resets		: phandle to the powerdown and reset controller for the USB IP
  - reset-names		: should be "power" and "softreset".
-See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
+See: Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 See: Documentation/devicetree/bindings/reset/reset.txt
 
 Example:
-- 
2.36.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* [PATCH 05/23] dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (6 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Chris Morgan,
	Krzysztof Kozlowski, Lee Jones, Linus Walleij, Rob Herring,
	devicetree, linux-gpio, linux-kernel

Changeset 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml")
renamed: Documentation/devicetree/bindings/mfd/rk808.txt
to: Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml.

Update its cross-reference accordingly.

Fixes: 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt
index cbcbd31e3ce8..939cb5b6ffea 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt
@@ -27,7 +27,7 @@ Required properties:
 - pins: List of pins. Valid values of pins properties are: gpio0, gpio1.
 
 First 2 properties must be added in the RK805 PMIC node, documented in
-Documentation/devicetree/bindings/mfd/rk808.txt
+Documentation/devicetree/bindings/mfd/rockchip,rk808.yaml
 
 Optional properties:
 -------------------
-- 
2.36.1


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

* [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Alim Akhtar,
	Krzysztof Kozlowski, Linus Walleij, Rob Herring, Sam Protsenko,
	Ulf Hansson, devicetree, linux-arm-kernel, linux-kernel,
	linux-mmc, linux-samsung-soc

Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
renamed: bindings/pinctrl/samsung-pinctrl.txt
to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
files.

Update exynos-dw-mshc.txt accordingly.

Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
index 753e9d7d8956..985b781f0a48 100644
--- a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
@@ -64,7 +64,7 @@ Required properties for a slot (Deprecated - Recommend to use one slot per host)
   rest of the gpios (depending on the bus-width property) are the data lines in
   no particular order. The format of the gpio specifier depends on the gpio
   controller.
-(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt)
+(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml)
 
 Example:
 
-- 
2.36.1


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

* [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Alim Akhtar,
	Krzysztof Kozlowski, Linus Walleij, Rob Herring, Sam Protsenko,
	Ulf Hansson, devicetree, linux-arm-kernel, linux-kernel,
	linux-mmc, linux-samsung-soc

Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
renamed: bindings/pinctrl/samsung-pinctrl.txt
to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
files.

Update exynos-dw-mshc.txt accordingly.

Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
index 753e9d7d8956..985b781f0a48 100644
--- a/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
@@ -64,7 +64,7 @@ Required properties for a slot (Deprecated - Recommend to use one slot per host)
   rest of the gpios (depending on the bus-width property) are the data lines in
   no particular order. The format of the gpio specifier depends on the gpio
   controller.
-(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt)
+(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml)
 
 Example:
 
-- 
2.36.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 07/23] docs: netdev: update maintainer-netdev.rst reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (8 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 16:22   ` Jakub Kicinski
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Federico Vaga,
	Florian Fainelli, Jakub Kicinski, Paolo Abeni, linux-kernel

Changeset 8df0136376dc ("docs: netdev: move the netdev-FAQ to the process pages")
renamed: Documentation/networking/netdev-FAQ.rst
to: Documentation/process/maintainer-netdev.rst.

Update its cross-reference accordingly.

Fixes: 8df0136376dc ("docs: netdev: move the netdev-FAQ to the process pages")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/translations/it_IT/networking/netdev-FAQ.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/it_IT/networking/netdev-FAQ.rst b/Documentation/translations/it_IT/networking/netdev-FAQ.rst
index 7e2456bb7d92..8a1e049585c0 100644
--- a/Documentation/translations/it_IT/networking/netdev-FAQ.rst
+++ b/Documentation/translations/it_IT/networking/netdev-FAQ.rst
@@ -1,6 +1,6 @@
 .. include:: ../disclaimer-ita.rst
 
-:Original: :ref:`Documentation/networking/netdev-FAQ.rst <netdev-FAQ>`
+:Original: :ref:`Documentation/process/maintainer-netdev.rst <netdev-FAQ>`
 
 .. _it_netdev-FAQ:
 
-- 
2.36.1


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

* [PATCH 08/23] docs: filesystems: update netfs-api.rst reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (9 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, David Howells,
	linux-cachefs, linux-kernel

Changeset efc930fa1d84 ("docs: filesystems: caching/netfs-api.txt: convert it to ReST")
renamed: Documentation/filesystems/caching/netfs-api.txt
to: Documentation/filesystems/caching/netfs-api.rst.

Update its cross-reference accordingly.

Fixes: efc930fa1d84 ("docs: filesystems: caching/netfs-api.txt: convert it to ReST")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 include/linux/fscache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fscache.h b/include/linux/fscache.h
index 72585c9729a2..2f82ea31d4c1 100644
--- a/include/linux/fscache.h
+++ b/include/linux/fscache.h
@@ -378,7 +378,7 @@ void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data,
  *
  * Request that the size of an object be changed.
  *
- * See Documentation/filesystems/caching/netfs-api.txt for a complete
+ * See Documentation/filesystems/caching/netfs-api.rst for a complete
  * description.
  */
 static inline
-- 
2.36.1


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

* [PATCH 09/23] Documentation: update watch_queue.rst references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (10 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 15:56   ` Randy Dunlap
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Fabio M. De Francesco,
	Mauro Carvalho Chehab, Aaron Tomlin, Andrew Morton,
	Arnd Bergmann, Chris Down, Christophe JAILLET, David Howells,
	Dmitry Torokhov, Eric Dumazet, Jarkko Sakkinen, Johannes Weiner,
	Kees Cook, Masami Hiramatsu, Nathan Chancellor, Nick Desaulniers,
	Peter Xu, Randy Dunlap, Sean Christopherson,
	Sebastian Andrzej Siewior, Vlastimil Babka, keyrings,
	linux-kernel

Changeset f5461124d59b ("Documentation: move watch_queue to core-api")
renamed: Documentation/watch_queue.rst
to: Documentation/core-api/watch_queue.rst.

Update the cross-references accordingly.

Fixes: f5461124d59b ("Documentation: move watch_queue to core-api")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/security/keys/core.rst | 2 +-
 include/linux/watch_queue.h          | 2 +-
 init/Kconfig                         | 2 +-
 kernel/watch_queue.c                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst
index b3ed5c581034..811b905b56bf 100644
--- a/Documentation/security/keys/core.rst
+++ b/Documentation/security/keys/core.rst
@@ -1046,7 +1046,7 @@ The keyctl syscall functions are:
      "filter" is either NULL to remove a watch or a filter specification to
      indicate what events are required from the key.
 
-     See Documentation/watch_queue.rst for more information.
+     See Documentation/core-api/watch_queue.rst for more information.
 
      Note that only one watch may be emplaced for any particular { key,
      queue_fd } combination.
diff --git a/include/linux/watch_queue.h b/include/linux/watch_queue.h
index 3b9a40ae8bdb..fc6bba20273b 100644
--- a/include/linux/watch_queue.h
+++ b/include/linux/watch_queue.h
@@ -4,7 +4,7 @@
  * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
  *
- * See Documentation/watch_queue.rst
+ * See Documentation/core-api/watch_queue.rst
  */
 
 #ifndef _LINUX_WATCH_QUEUE_H
diff --git a/init/Kconfig b/init/Kconfig
index c984afc489de..c84ceb2b2b9f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -414,7 +414,7 @@ config WATCH_QUEUE
 	  with watches for key/keyring change notifications and device
 	  notifications.
 
-	  See Documentation/watch_queue.rst
+	  See Documentation/core-api/watch_queue.rst
 
 config CROSS_MEMORY_ATTACH
 	bool "Enable process_vm_readv/writev syscalls"
diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
index 230038d4f908..869fea4fe26b 100644
--- a/kernel/watch_queue.c
+++ b/kernel/watch_queue.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
  *
- * See Documentation/watch_queue.rst
+ * See Documentation/core-api/watch_queue.rst
  */
 
 #define pr_fmt(fmt) "watchq: " fmt
-- 
2.36.1


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

* [PATCH 10/23] Documentation: KVM: update s390-pv.rst reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (11 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Paolo Bonzini, kvm,
	linux-kernel

Changesets: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
and: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/s390-pv.rst
to: Documentation/virt/kvm/s390/s390-pv.rst.

Update its cross-reference accordingly.

Fixes: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/virt/kvm/s390/s390-pv-boot.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/s390/s390-pv-boot.rst b/Documentation/virt/kvm/s390/s390-pv-boot.rst
index 73a6083cb5e7..96c48480a360 100644
--- a/Documentation/virt/kvm/s390/s390-pv-boot.rst
+++ b/Documentation/virt/kvm/s390/s390-pv-boot.rst
@@ -10,7 +10,7 @@ The memory of Protected Virtual Machines (PVMs) is not accessible to
 I/O or the hypervisor. In those cases where the hypervisor needs to
 access the memory of a PVM, that memory must be made accessible.
 Memory made accessible to the hypervisor will be encrypted. See
-Documentation/virt/kvm/s390-pv.rst for details."
+Documentation/virt/kvm/s390/s390-pv.rst for details."
 
 On IPL (boot) a small plaintext bootloader is started, which provides
 information about the encrypted components and necessary metadata to
-- 
2.36.1


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

* [PATCH 11/23] Documentation: KVM: update amd-memory-encryption.rst references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (12 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Paul E. McKenney,
	Andrew Morton, Ard Biesheuvel, Borislav Petkov, Damien Le Moal,
	Dov Murik, Gerd Hoffmann, Kees Cook, Muchun Song, Paolo Bonzini,
	Randy Dunlap, kvm, linux-kernel

Changeset daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/amd-memory-encryption.rst
to: Documentation/virt/kvm/x86/amd-memory-encryption.rst.

Update the cross-references accordingly.

Fixes: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 Documentation/security/secrets/coco.rst         | 2 +-
 Documentation/virt/kvm/api.rst                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 8090130b544b..5ef0b2998af7 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3104,7 +3104,7 @@
 			mem_encrypt=on:		Activate SME
 			mem_encrypt=off:	Do not activate SME
 
-			Refer to Documentation/virt/kvm/amd-memory-encryption.rst
+			Refer to Documentation/virt/kvm/x86/amd-memory-encryption.rst
 			for details on when memory encryption can be activated.
 
 	mem_sleep_default=	[SUSPEND] Default system suspend mode:
diff --git a/Documentation/security/secrets/coco.rst b/Documentation/security/secrets/coco.rst
index 262e7abb1b24..087e2d1ae38b 100644
--- a/Documentation/security/secrets/coco.rst
+++ b/Documentation/security/secrets/coco.rst
@@ -98,6 +98,6 @@ References
 
 See [sev-api-spec]_ for more info regarding SEV ``LAUNCH_SECRET`` operation.
 
-.. [sev] Documentation/virt/kvm/amd-memory-encryption.rst
+.. [sev] Documentation/virt/kvm/x86/amd-memory-encryption.rst
 .. [secrets-coco-abi] Documentation/ABI/testing/securityfs-secrets-coco
 .. [sev-api-spec] https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index 11e00a46c610..b71e1d778e28 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -4667,7 +4667,7 @@ encrypted VMs.
 
 Currently, this ioctl is used for issuing Secure Encrypted Virtualization
 (SEV) commands on AMD Processors. The SEV commands are defined in
-Documentation/virt/kvm/amd-memory-encryption.rst.
+Documentation/virt/kvm/x86/amd-memory-encryption.rst.
 
 4.111 KVM_MEMORY_ENCRYPT_REG_REGION
 -----------------------------------
-- 
2.36.1


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

* [PATCH 12/23] Documentation: KVM: update msr.rst reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (13 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Paolo Bonzini, kvm,
	linux-kernel

Changeset daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/msr.rst
to: Documentation/virt/kvm/x86/msr.rst.

Update its cross-reference accordingly.

Fixes: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/virt/kvm/api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index b71e1d778e28..9cc6981f5a34 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -7670,7 +7670,7 @@ architecture-specific interfaces.  This capability and the architecture-
 specific interfaces must be consistent, i.e. if one says the feature
 is supported, than the other should as well and vice versa.  For arm64
 see Documentation/virt/kvm/devices/vcpu.rst "KVM_ARM_VCPU_PVTIME_CTRL".
-For x86 see Documentation/virt/kvm/msr.rst "MSR_KVM_STEAL_TIME".
+For x86 see Documentation/virt/kvm/x86/msr.rst "MSR_KVM_STEAL_TIME".
 
 8.25 KVM_CAP_S390_DIAG318
 -------------------------
-- 
2.36.1


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

* [PATCH 13/23] Documentation: KVM: update s390-diag.rst reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (14 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Ashish Kalra,
	Paolo Bonzini, Sean Christopherson, Steve Rutherford, kvm,
	linux-kernel

Changeset daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
renamed: Documentation/virt/kvm/s390-diag.rst
to: Documentation/virt/kvm/s390/s390-diag.rst.

Update its cross-reference accordingly.

Fixes: daec8d408308 ("Documentation: KVM: add separate directories for architecture-specific documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/virt/kvm/x86/hypercalls.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/x86/hypercalls.rst b/Documentation/virt/kvm/x86/hypercalls.rst
index e56fa8b9cfca..10db7924720f 100644
--- a/Documentation/virt/kvm/x86/hypercalls.rst
+++ b/Documentation/virt/kvm/x86/hypercalls.rst
@@ -22,7 +22,7 @@ S390:
   number in R1.
 
   For further information on the S390 diagnose call as supported by KVM,
-  refer to Documentation/virt/kvm/s390-diag.rst.
+  refer to Documentation/virt/kvm/s390/s390-diag.rst.
 
 PowerPC:
   It uses R3-R10 and hypercall number in R11. R4-R11 are used as output registers.
-- 
2.36.1


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

* [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (15 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 15:34   ` Andre Przywara
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Andre Przywara,
	Rob Herring, linux-kernel

Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.

Update its cross-reference accordingly.

Fixes: 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a6d3bd9d2a8d..c20bd168d209 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1507,7 +1507,7 @@ F:	drivers/clocksource/arm_arch_timer.c
 ARM HDLCD DRM DRIVER
 M:	Liviu Dudau <liviu.dudau@arm.com>
 S:	Supported
-F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
+F:	Documentation/devicetree/bindings/display/arm,hdlcd.yaml
 F:	drivers/gpu/drm/arm/hdlcd_*
 
 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
-- 
2.36.1


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

* [PATCH 15/23] MAINTAINERS: update arm,komeda.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (16 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Andre Przywara,
	Rob Herring, linux-kernel

Changeset 0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema")
renamed: Documentation/devicetree/bindings/display/arm,komeda.txt
to: Documentation/devicetree/bindings/display/arm,komeda.yaml.

Update its cross-reference accordingly.

Fixes: 0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c20bd168d209..aba64cae8f68 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1542,7 +1542,7 @@ M:	Mihail Atanassov <mihail.atanassov@arm.com>
 L:	Mali DP Maintainers <malidp@foss.arm.com>
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
-F:	Documentation/devicetree/bindings/display/arm,komeda.txt
+F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
 F:	Documentation/gpu/komeda-kms.rst
 F:	drivers/gpu/drm/arm/display/include/
 F:	drivers/gpu/drm/arm/display/komeda/
-- 
2.36.1


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

* [PATCH 16/23] MAINTAINERS: update arm,malidp.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (17 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Andre Przywara,
	Rob Herring, linux-kernel

Changeset 2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema")
renamed: Documentation/devicetree/bindings/display/arm,malidp.txt
to: Documentation/devicetree/bindings/display/arm,malidp.yaml.

Update its cross-reference accordingly.

Fixes: 2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aba64cae8f68..91b3ed8ef420 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1564,7 +1564,7 @@ M:	Brian Starkey <brian.starkey@arm.com>
 L:	Mali DP Maintainers <malidp@foss.arm.com>
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
-F:	Documentation/devicetree/bindings/display/arm,malidp.txt
+F:	Documentation/devicetree/bindings/display/arm,malidp.yaml
 F:	Documentation/gpu/afbc.rst
 F:	drivers/gpu/drm/arm/
 
-- 
2.36.1


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

* [PATCH 17/23] MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (18 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-07 22:42   ` Linus Walleij
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Corentin Labbe,
	Linus Walleij, Rob Herring, linux-kernel

Changeset 208b65f7b5cc ("dt-bindings: net: convert net/cortina,gemini-ethernet to yaml")
renamed: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
to: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml.

Update its cross-reference accordingly.

Fixes: 208b65f7b5cc ("dt-bindings: net: convert net/cortina,gemini-ethernet to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 91b3ed8ef420..e122b6946063 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2009,7 +2009,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://github.com/ulli-kroll/linux.git
 F:	Documentation/devicetree/bindings/arm/gemini.yaml
-F:	Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
+F:	Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml
 F:	Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
 F:	Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml
 F:	arch/arm/boot/dts/gemini*
-- 
2.36.1


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

* [PATCH 18/23] MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (19 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab,
	Krzysztof Kozlowski, Sakari Ailus, linux-kernel

Changeset a1f4626b282d ("media: dt-bindings: Convert Dongwoon dw9807-vcm bindings to json-schema")
renamed: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
to: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml.

Update its cross-reference accordingly.

Fixes: a1f4626b282d ("media: dt-bindings: Convert Dongwoon dw9807-vcm bindings to json-schema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e122b6946063..a11aa7ebb6af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6078,7 +6078,7 @@ M:	Sakari Ailus <sakari.ailus@linux.intel.com>
 L:	linux-media@vger.kernel.org
 S:	Maintained
 T:	git git://linuxtv.org/media_tree.git
-F:	Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
+F:	Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml
 F:	drivers/media/i2c/dw9807-vcm.c
 
 DOUBLETALK DRIVER
-- 
2.36.1


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

* [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (20 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 15:37   ` Krzysztof Kozlowski
  -1 siblings, 1 reply; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab,
	Krzysztof Kozlowski, Lee Jones, Rob Herring, linux-kernel

Changeset b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
renamed: Documentation/devicetree/bindings/mfd/max77693.txt
to: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml.

Update its cross-reference accordingly.

Fixes: b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a11aa7ebb6af..dc64a23d0bdc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12118,7 +12118,7 @@ F:	Documentation/devicetree/bindings/*/maxim,max77686.yaml
 F:	Documentation/devicetree/bindings/*/maxim,max77693.yaml
 F:	Documentation/devicetree/bindings/*/maxim,max77843.yaml
 F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
-F:	Documentation/devicetree/bindings/mfd/max77693.txt
+F:	Documentation/devicetree/bindings/mfd/maxim,max77693.yaml
 F:	drivers/*/*max77843.c
 F:	drivers/*/max14577*.c
 F:	drivers/*/max77686*.c
-- 
2.36.1


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

* [PATCH 20/23] MAINTAINERS: update snps,axs10x-reset.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (21 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Philipp Zabel,
	Rob Herring, linux-kernel

Changeset 820f722c05dd ("dt-bindings: reset: snps,axs10x-reset: Convert to yaml")
renamed: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
to: Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml.

Update its cross-reference accordingly.

Fixes: 820f722c05dd ("dt-bindings: reset: snps,axs10x-reset: Convert to yaml")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index dc64a23d0bdc..47cbe1fef266 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19220,7 +19220,7 @@ F:	arch/arc/plat-axs10x
 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
 M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
 S:	Supported
-F:	Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
+F:	Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml
 F:	drivers/reset/reset-axs10x.c
 
 SYNOPSYS CREG GPIO DRIVER
-- 
2.36.1


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

* [PATCH 21/23] objtool: update objtool.txt references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (22 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, H. Peter Anvin, Mauro Carvalho Chehab,
	Andrew Morton, Borislav Petkov, Dan Williams, Daniel Latypov,
	Dave Hansen, Ingo Molnar, Isabella Basso, Josh Poimboeuf,
	Kees Cook, Masami Hiramatsu, Miroslav Benes, Nathan Chancellor,
	Peter Zijlstra, Rasmus Villemoes, Thomas Gleixner,
	Vlastimil Babka, linux-kernel, x86

Changeset a8e35fece49b ("objtool: Update documentation")
renamed: tools/objtool/Documentation/stack-validation.txt
to: tools/objtool/Documentation/objtool.txt.

Update the cross-references accordingly.

Fixes: a8e35fece49b ("objtool: Update documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 Documentation/x86/orc-unwinder.rst | 2 +-
 include/linux/objtool.h            | 2 +-
 lib/Kconfig.debug                  | 2 +-
 tools/include/linux/objtool.h      | 2 +-
 tools/objtool/check.c              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/x86/orc-unwinder.rst b/Documentation/x86/orc-unwinder.rst
index 9a66a88be765..cdb257015bd9 100644
--- a/Documentation/x86/orc-unwinder.rst
+++ b/Documentation/x86/orc-unwinder.rst
@@ -140,7 +140,7 @@ Unwinder implementation details
 
 Objtool generates the ORC data by integrating with the compile-time
 stack metadata validation feature, which is described in detail in
-tools/objtool/Documentation/stack-validation.txt.  After analyzing all
+tools/objtool/Documentation/objtool.txt.  After analyzing all
 the code paths of a .o file, it creates an array of orc_entry structs,
 and a parallel array of instruction addresses associated with those
 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections
diff --git a/include/linux/objtool.h b/include/linux/objtool.h
index 6491fa8fba6d..6f89471005ee 100644
--- a/include/linux/objtool.h
+++ b/include/linux/objtool.h
@@ -62,7 +62,7 @@ struct unwind_hint {
  * It should only be used in special cases where you're 100% sure it won't
  * affect the reliability of frame pointers and kernel stack traces.
  *
- * For more information, see tools/objtool/Documentation/stack-validation.txt.
+ * For more information, see tools/objtool/Documentation/objtool.txt.
  */
 #define STACK_FRAME_NON_STANDARD(func) \
 	static void __used __section(".discard.func_stack_frame_non_standard") \
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 2e24db4bff19..79a71eb96111 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -498,7 +498,7 @@ config STACK_VALIDATION
 	  runtime stack traces are more reliable.
 
 	  For more information, see
-	  tools/objtool/Documentation/stack-validation.txt.
+	  tools/objtool/Documentation/objtool.txt.
 
 config NOINSTR_VALIDATION
 	bool
diff --git a/tools/include/linux/objtool.h b/tools/include/linux/objtool.h
index 6491fa8fba6d..6f89471005ee 100644
--- a/tools/include/linux/objtool.h
+++ b/tools/include/linux/objtool.h
@@ -62,7 +62,7 @@ struct unwind_hint {
  * It should only be used in special cases where you're 100% sure it won't
  * affect the reliability of frame pointers and kernel stack traces.
  *
- * For more information, see tools/objtool/Documentation/stack-validation.txt.
+ * For more information, see tools/objtool/Documentation/objtool.txt.
  */
 #define STACK_FRAME_NON_STANDARD(func) \
 	static void __used __section(".discard.func_stack_frame_non_standard") \
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 864bb9dd3584..970844ceecdc 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -3190,7 +3190,7 @@ static struct instruction *next_insn_to_validate(struct objtool_file *file,
  * Follow the branch starting at the given instruction, and recursively follow
  * any other branches (jumps).  Meanwhile, track the frame pointer state at
  * each instruction and validate all the rules described in
- * tools/objtool/Documentation/stack-validation.txt.
+ * tools/objtool/Documentation/objtool.txt.
  */
 static int validate_branch(struct objtool_file *file, struct symbol *func,
 			   struct instruction *insn, struct insn_state state)
-- 
2.36.1


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

* [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
  2022-06-06 15:25 ` Mauro Carvalho Chehab
  (?)
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Alexandre Belloni,
	Charles Keepax, Claudiu Beznea, Krzysztof Kozlowski,
	Liam Girdwood, Mark Brown, Nicolas Ferre, Rob Herring,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel

Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
renamed: Documentation/devicetree/bindings/sound/wm8731.txt
to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.

Update its cross-reference accordingly.

Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
index 0720857089a7..8facbce53db8 100644
--- a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
+++ b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
@@ -16,7 +16,7 @@ Board connectors:
  * Line In Jack
 
 wm8731 pins:
-cf Documentation/devicetree/bindings/sound/wm8731.txt
+cf Documentation/devicetree/bindings/sound/wlf,wm8731.yaml
 
 Example:
 sound {
-- 
2.36.1


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

* [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: devicetree, Alexandre Belloni, Charles Keepax, alsa-devel,
	Mauro Carvalho Chehab, linux-kernel, Liam Girdwood, Rob Herring,
	Nicolas Ferre, Mark Brown, Krzysztof Kozlowski,
	Mauro Carvalho Chehab, Claudiu Beznea, linux-arm-kernel

Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
renamed: Documentation/devicetree/bindings/sound/wm8731.txt
to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.

Update its cross-reference accordingly.

Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
index 0720857089a7..8facbce53db8 100644
--- a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
+++ b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
@@ -16,7 +16,7 @@ Board connectors:
  * Line In Jack
 
 wm8731 pins:
-cf Documentation/devicetree/bindings/sound/wm8731.txt
+cf Documentation/devicetree/bindings/sound/wlf,wm8731.yaml
 
 Example:
 sound {
-- 
2.36.1


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

* [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-06 15:25   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: devicetree, Alexandre Belloni, Charles Keepax, alsa-devel,
	Mauro Carvalho Chehab, linux-kernel, Liam Girdwood, Rob Herring,
	Mark Brown, Krzysztof Kozlowski, Mauro Carvalho Chehab,
	Claudiu Beznea, linux-arm-kernel

Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
renamed: Documentation/devicetree/bindings/sound/wm8731.txt
to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.

Update its cross-reference accordingly.

Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
index 0720857089a7..8facbce53db8 100644
--- a/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
+++ b/Documentation/devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt
@@ -16,7 +16,7 @@ Board connectors:
  * Line In Jack
 
 wm8731 pins:
-cf Documentation/devicetree/bindings/sound/wm8731.txt
+cf Documentation/devicetree/bindings/sound/wlf,wm8731.yaml
 
 Example:
 sound {
-- 
2.36.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver
  2022-06-06 15:25 ` Mauro Carvalho Chehab
                   ` (24 preceding siblings ...)
  (?)
@ 2022-06-06 15:25 ` Mauro Carvalho Chehab
  2022-06-06 16:07   ` Randy Dunlap
  2022-06-07  8:07   ` Geert Uytterhoeven
  -1 siblings, 2 replies; 59+ messages in thread
From: Mauro Carvalho Chehab @ 2022-06-06 15:25 UTC (permalink / raw)
  To: Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Geert Uytterhoeven,
	Jens Axboe, linux-kernel, linux-m68k

Since IDE support was deleted by Christoph Hellwig <hch@lst.de>,
Jun 16 2021, drop the left-over from README file.

Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/

 arch/m68k/q40/README | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
index a4991d2d8af6..4db6db54d57a 100644
--- a/arch/m68k/q40/README
+++ b/arch/m68k/q40/README
@@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
 		     genrtc.c		# RTC
 		char/joystick/*		# most of this should work, not
 				        # in default config.in
-	        block/q40ide.c		# startup for ide
-		      ide*		# see Documentation/ide/ide.rst
-		      floppy.c		# normal PC driver, DMA emu in asm/floppy.h
+	        block/floppy.c		# normal PC driver, DMA emu in asm/floppy.h
 					# and arch/m68k/kernel/entry.S
 					# see drivers/block/README.fd
 		net/ne.c
-- 
2.36.1


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

* Re: [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference
  2022-06-06 15:25 ` [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference Mauro Carvalho Chehab
@ 2022-06-06 15:34   ` Andre Przywara
  2022-06-06 17:13     ` Rob Herring
  0 siblings, 1 reply; 59+ messages in thread
From: Andre Przywara @ 2022-06-06 15:34 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Rob Herring, linux-kernel, Lukas Bulwahn

On Mon,  6 Jun 2022 16:25:36 +0100
Mauro Carvalho Chehab <mchehab@kernel.org> wrote:

Hi Mauro,

> Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
> to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.
> 
> Update its cross-reference accordingly.

So Lukas sent the same thing already last week:
https://lore.kernel.org/linux-kernel/20220601041746.22986-1-lukas.bulwahn@gmail.com/

His patch covered all of the three ARM display updates (14, 15, 16/23
in this series) in one go.
Not sure where to go from here, or if Lukas' patch already made it
somewhere.

If we go ahead with this series instead, please feel free to copy my ACK
from the other patch.

Cheers,
Andre

> Fixes: 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..c20bd168d209 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1507,7 +1507,7 @@ F:	drivers/clocksource/arm_arch_timer.c
>  ARM HDLCD DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  S:	Supported
> -F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
> +F:	Documentation/devicetree/bindings/display/arm,hdlcd.yaml
>  F:	drivers/gpu/drm/arm/hdlcd_*
>  
>  ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT


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

* Re: [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference
  2022-06-06 15:25 ` [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference Mauro Carvalho Chehab
@ 2022-06-06 15:37   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 59+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-06 15:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Lee Jones, Rob Herring, linux-kernel

On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
> Changeset b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
> renamed: Documentation/devicetree/bindings/mfd/max77693.txt
> to: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")

I look at that commit and it performs proper update of Maintainers file.
It is not the commit which introduced the issue, so the fixes tag is wrong.

The commit which introduced the issue is I think within Lee's branches:

Fixes: afb67df31a8c ("Merge branches 'ib-mfd-hwmon-regulator-5.18',
'ib-mfd-iio-5.18', 'ib-mfd-led-power-regulator-5.18',
'ib-mfd-mediatek-mt6366-5.18', 'ib-mfd-rtc-watchdog-5.18' and
'ib-mfd-spi-dt-5.18' into ibs-for-mfd-merged")



> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a11aa7ebb6af..dc64a23d0bdc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12118,7 +12118,7 @@ F:	Documentation/devicetree/bindings/*/maxim,max77686.yaml
>  F:	Documentation/devicetree/bindings/*/maxim,max77693.yaml
>  F:	Documentation/devicetree/bindings/*/maxim,max77843.yaml
>  F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
> -F:	Documentation/devicetree/bindings/mfd/max77693.txt
> +F:	Documentation/devicetree/bindings/mfd/maxim,max77693.yaml

This "+" is not correct. The entry is already properly covered.

Just remove the max77693.txt.


Best regards,
Krzysztof

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

* Re: [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
  2022-06-06 15:25   ` Mauro Carvalho Chehab
@ 2022-06-06 15:41     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 59+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-06 15:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Alim Akhtar, Krzysztof Kozlowski,
	Linus Walleij, Rob Herring, Sam Protsenko, Ulf Hansson,
	devicetree, linux-arm-kernel, linux-kernel, linux-mmc,
	linux-samsung-soc

On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
> Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
> renamed: bindings/pinctrl/samsung-pinctrl.txt
> to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
> files.
> 
> Update exynos-dw-mshc.txt accordingly.
> 
> Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Commit is okay, but you can also drop it entirely because entire part
will be removed with:
https://lore.kernel.org/all/20220605163710.144210-4-krzysztof.kozlowski@linaro.org/



Best regards,
Krzysztof

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

* Re: [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
@ 2022-06-06 15:41     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 59+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-06 15:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Alim Akhtar, Krzysztof Kozlowski,
	Linus Walleij, Rob Herring, Sam Protsenko, Ulf Hansson,
	devicetree, linux-arm-kernel, linux-kernel, linux-mmc,
	linux-samsung-soc

On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
> Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
> renamed: bindings/pinctrl/samsung-pinctrl.txt
> to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
> files.
> 
> Update exynos-dw-mshc.txt accordingly.
> 
> Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Commit is okay, but you can also drop it entirely because entire part
will be removed with:
https://lore.kernel.org/all/20220605163710.144210-4-krzysztof.kozlowski@linaro.org/



Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 03/23] dt-bindings: arm: update vexpress-config.yaml references
  2022-06-06 15:25 ` [PATCH 03/23] dt-bindings: arm: update vexpress-config.yaml references Mauro Carvalho Chehab
@ 2022-06-06 15:44   ` Guenter Roeck
  0 siblings, 0 replies; 59+ messages in thread
From: Guenter Roeck @ 2022-06-06 15:44 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Andre Przywara, Jean Delvare,
	Krzysztof Kozlowski, Liam Girdwood, Mark Brown, Rob Herring,
	devicetree, linux-hwmon, linux-kernel

On 6/6/22 08:25, Mauro Carvalho Chehab wrote:
> Changeset 7e8339b5162f ("dt-bindings: arm: convert vexpress-config to DT schema")
> renamed: Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
> to: Documentation/devicetree/bindings/arm/vexpress-config.yaml.
> 
> Update the cross-references accordingly.
> 
> Fixes: 7e8339b5162f ("dt-bindings: arm: convert vexpress-config to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Acked-by: Guenter Roeck <linux@roeck-us.net>

> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>   Documentation/devicetree/bindings/hwmon/vexpress.txt     | 2 +-
>   Documentation/devicetree/bindings/regulator/vexpress.txt | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/vexpress.txt b/Documentation/devicetree/bindings/hwmon/vexpress.txt
> index 9c27ed694bbb..4a4df4ffc460 100644
> --- a/Documentation/devicetree/bindings/hwmon/vexpress.txt
> +++ b/Documentation/devicetree/bindings/hwmon/vexpress.txt
> @@ -9,7 +9,7 @@ Requires node properties:
>   	"arm,vexpress-power"
>   	"arm,vexpress-energy"
>   - "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
> -  (see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
> +  (see Documentation/devicetree/bindings/arm/vexpress-config.yaml
>     for more details)
>   
>   Optional node properties:
> diff --git a/Documentation/devicetree/bindings/regulator/vexpress.txt b/Documentation/devicetree/bindings/regulator/vexpress.txt
> index d775f72487aa..1c2e92c7831e 100644
> --- a/Documentation/devicetree/bindings/regulator/vexpress.txt
> +++ b/Documentation/devicetree/bindings/regulator/vexpress.txt
> @@ -4,7 +4,7 @@ Versatile Express voltage regulators
>   Requires node properties:
>   - "compatible" value: "arm,vexpress-volt"
>   - "arm,vexpress-sysreg,func" when controlled via vexpress-sysreg
> -  (see Documentation/devicetree/bindings/arm/vexpress-sysreg.txt
> +  (see Documentation/devicetree/bindings/arm/vexpress-config.yaml
>     for more details)
>   
>   Required regulator properties:


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

* Re: [PATCH 09/23] Documentation: update watch_queue.rst references
  2022-06-06 15:25 ` [PATCH 09/23] Documentation: update watch_queue.rst references Mauro Carvalho Chehab
@ 2022-06-06 15:56   ` Randy Dunlap
  0 siblings, 0 replies; 59+ messages in thread
From: Randy Dunlap @ 2022-06-06 15:56 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Fabio M. De Francesco, Mauro Carvalho Chehab, Aaron Tomlin,
	Andrew Morton, Arnd Bergmann, Chris Down, Christophe JAILLET,
	David Howells, Dmitry Torokhov, Eric Dumazet, Jarkko Sakkinen,
	Johannes Weiner, Kees Cook, Masami Hiramatsu, Nathan Chancellor,
	Nick Desaulniers, Peter Xu, Sean Christopherson,
	Sebastian Andrzej Siewior, Vlastimil Babka, keyrings,
	linux-kernel

Hi Mauro,

On 6/6/22 08:25, Mauro Carvalho Chehab wrote:
> Changeset f5461124d59b ("Documentation: move watch_queue to core-api")
> renamed: Documentation/watch_queue.rst
> to: Documentation/core-api/watch_queue.rst.
> 
> Update the cross-references accordingly.
> 
> Fixes: f5461124d59b ("Documentation: move watch_queue to core-api")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---

Oops. Thanks for the update.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  Documentation/security/keys/core.rst | 2 +-
>  include/linux/watch_queue.h          | 2 +-
>  init/Kconfig                         | 2 +-
>  kernel/watch_queue.c                 | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst
> index b3ed5c581034..811b905b56bf 100644
> --- a/Documentation/security/keys/core.rst
> +++ b/Documentation/security/keys/core.rst
> @@ -1046,7 +1046,7 @@ The keyctl syscall functions are:
>       "filter" is either NULL to remove a watch or a filter specification to
>       indicate what events are required from the key.
>  
> -     See Documentation/watch_queue.rst for more information.
> +     See Documentation/core-api/watch_queue.rst for more information.
>  
>       Note that only one watch may be emplaced for any particular { key,
>       queue_fd } combination.
> diff --git a/include/linux/watch_queue.h b/include/linux/watch_queue.h
> index 3b9a40ae8bdb..fc6bba20273b 100644
> --- a/include/linux/watch_queue.h
> +++ b/include/linux/watch_queue.h
> @@ -4,7 +4,7 @@
>   * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
>   * Written by David Howells (dhowells@redhat.com)
>   *
> - * See Documentation/watch_queue.rst
> + * See Documentation/core-api/watch_queue.rst
>   */
>  
>  #ifndef _LINUX_WATCH_QUEUE_H
> diff --git a/init/Kconfig b/init/Kconfig
> index c984afc489de..c84ceb2b2b9f 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -414,7 +414,7 @@ config WATCH_QUEUE
>  	  with watches for key/keyring change notifications and device
>  	  notifications.
>  
> -	  See Documentation/watch_queue.rst
> +	  See Documentation/core-api/watch_queue.rst
>  
>  config CROSS_MEMORY_ATTACH
>  	bool "Enable process_vm_readv/writev syscalls"
> diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
> index 230038d4f908..869fea4fe26b 100644
> --- a/kernel/watch_queue.c
> +++ b/kernel/watch_queue.c
> @@ -4,7 +4,7 @@
>   * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved.
>   * Written by David Howells (dhowells@redhat.com)
>   *
> - * See Documentation/watch_queue.rst
> + * See Documentation/core-api/watch_queue.rst
>   */
>  
>  #define pr_fmt(fmt) "watchq: " fmt

-- 
~Randy

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

* Re: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver
  2022-06-06 15:25 ` [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver Mauro Carvalho Chehab
@ 2022-06-06 16:07   ` Randy Dunlap
  2022-06-07  8:07   ` Geert Uytterhoeven
  1 sibling, 0 replies; 59+ messages in thread
From: Randy Dunlap @ 2022-06-06 16:07 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Geert Uytterhoeven, Jens Axboe,
	linux-kernel, linux-m68k



On 6/6/22 08:25, Mauro Carvalho Chehab wrote:
> Since IDE support was deleted by Christoph Hellwig <hch@lst.de>,
> Jun 16 2021, drop the left-over from README file.
> 
> Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  arch/m68k/q40/README | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index a4991d2d8af6..4db6db54d57a 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
>  		     genrtc.c		# RTC
>  		char/joystick/*		# most of this should work, not
>  				        # in default config.in
> -	        block/q40ide.c		# startup for ide
> -		      ide*		# see Documentation/ide/ide.rst
> -		      floppy.c		# normal PC driver, DMA emu in asm/floppy.h
> +	        block/floppy.c		# normal PC driver, DMA emu in asm/floppy.h
>  					# and arch/m68k/kernel/entry.S
>  					# see drivers/block/README.fd
>  		net/ne.c

-- 
~Randy

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

* Re: [PATCH 07/23] docs: netdev: update maintainer-netdev.rst reference
  2022-06-06 15:25 ` [PATCH 07/23] docs: netdev: update maintainer-netdev.rst reference Mauro Carvalho Chehab
@ 2022-06-06 16:22   ` Jakub Kicinski
  0 siblings, 0 replies; 59+ messages in thread
From: Jakub Kicinski @ 2022-06-06 16:22 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Federico Vaga, Florian Fainelli, Paolo Abeni, linux-kernel

On Mon,  6 Jun 2022 16:25:29 +0100 Mauro Carvalho Chehab wrote:
> Changeset 8df0136376dc ("docs: netdev: move the netdev-FAQ to the process pages")
> renamed: Documentation/networking/netdev-FAQ.rst
> to: Documentation/process/maintainer-netdev.rst.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 8df0136376dc ("docs: netdev: move the netdev-FAQ to the process pages")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Acked-by: Jakub Kicinski <kuba@kernel.org>

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

* Re: [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference
  2022-06-06 15:34   ` Andre Przywara
@ 2022-06-06 17:13     ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 17:13 UTC (permalink / raw)
  To: Andre Przywara
  Cc: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet,
	Mauro Carvalho Chehab, linux-kernel, Lukas Bulwahn

On Mon, Jun 06, 2022 at 04:34:01PM +0100, Andre Przywara wrote:
> On Mon,  6 Jun 2022 16:25:36 +0100
> Mauro Carvalho Chehab <mchehab@kernel.org> wrote:
> 
> Hi Mauro,
> 
> > Changeset 36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
> > renamed: Documentation/devicetree/bindings/display/arm,hdlcd.txt
> > to: Documentation/devicetree/bindings/display/arm,hdlcd.yaml.
> > 
> > Update its cross-reference accordingly.
> 
> So Lukas sent the same thing already last week:
> https://lore.kernel.org/linux-kernel/20220601041746.22986-1-lukas.bulwahn@gmail.com/
> 
> His patch covered all of the three ARM display updates (14, 15, 16/23
> in this series) in one go.
> Not sure where to go from here, or if Lukas' patch already made it
> somewhere.

I'll apply that one.

Rob

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

* Re: [PATCH 00/23] Update Documentation/ cross-references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
  (?)
  (?)
@ 2022-06-06 17:17   ` Rob Herring
  -1 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 17:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	linux-kernel, H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar,
	Borislav Petkov, Broadcom internal kernel review list,
	Dave Hansen, Federico Vaga, Geert Uytterhoeven, Guenter Roeck,
	Ingo Molnar, Jarkko Sakkinen, Jean Delvare, Krzysztof Kozlowski,
	Linus Walleij, Markus Mayer, Thomas Gleixner, Ulf Hansson,
	Viresh Kumar, alsa-devel, devicetree, keyrings, kvm,
	linux-arm-kernel, linux-cachefs, linux-gpio, linux-hwmon,
	linux-m68k, linux-mmc, linux-phy, linux-pm, linux-samsung-soc,
	linux-usb, x86

On Mon, Jun 06, 2022 at 04:25:22PM +0100, Mauro Carvalho Chehab wrote:
> Hi John,
> 
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> Mauro Carvalho Chehab (23):
>   dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
>   dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
>   dt-bindings: arm: update vexpress-config.yaml references
>   dt-bindings: reset: update st,stih407-powerdown.yaml references
>   dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
>   dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
>     reference
>   docs: netdev: update maintainer-netdev.rst reference
>   docs: filesystems: update netfs-api.rst reference
>   Documentation: update watch_queue.rst references
>   Documentation: KVM: update s390-pv.rst reference
>   Documentation: KVM: update amd-memory-encryption.rst references
>   Documentation: KVM: update msr.rst reference
>   Documentation: KVM: update s390-diag.rst reference
>   MAINTAINERS: update arm,hdlcd.yaml reference
>   MAINTAINERS: update arm,komeda.yaml reference
>   MAINTAINERS: update arm,malidp.yaml reference
>   MAINTAINERS: update cortina,gemini-ethernet.yaml reference
>   MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
>   MAINTAINERS: update maxim,max77693.yaml reference
>   MAINTAINERS: update snps,axs10x-reset.yaml reference
>   objtool: update objtool.txt references
>   ASoC: wm8731: update wlf,wm8731.yaml reference
>   arch: m68k: q40: README: drop references to IDE driver

Applied patches 1-5,17,18,20

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 17:17   ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 17:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	linux-kernel, H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar,
	Borislav Petkov, Broadcom internal kernel review list,
	Dave Hansen, Federico Vaga, Geert Uytterhoeven, Guenter Roeck,
	Ingo Molnar, Jarkko Sakkinen, Jean Delvare, Krzysztof Kozlowski,
	Linus Walleij, Markus Mayer, Thomas Gleixner, Ulf Hansson,
	Viresh Kumar, alsa-devel, devicetree, keyrings, kvm,
	linux-arm-kernel, linux-cachefs, linux-gpio, linux-hwmon,
	linux-m68k, linux-mmc, linux-phy, linux-pm, linux-samsung-soc,
	linux-usb, x86

On Mon, Jun 06, 2022 at 04:25:22PM +0100, Mauro Carvalho Chehab wrote:
> Hi John,
> 
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> Mauro Carvalho Chehab (23):
>   dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
>   dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
>   dt-bindings: arm: update vexpress-config.yaml references
>   dt-bindings: reset: update st,stih407-powerdown.yaml references
>   dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
>   dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
>     reference
>   docs: netdev: update maintainer-netdev.rst reference
>   docs: filesystems: update netfs-api.rst reference
>   Documentation: update watch_queue.rst references
>   Documentation: KVM: update s390-pv.rst reference
>   Documentation: KVM: update amd-memory-encryption.rst references
>   Documentation: KVM: update msr.rst reference
>   Documentation: KVM: update s390-diag.rst reference
>   MAINTAINERS: update arm,hdlcd.yaml reference
>   MAINTAINERS: update arm,komeda.yaml reference
>   MAINTAINERS: update arm,malidp.yaml reference
>   MAINTAINERS: update cortina,gemini-ethernet.yaml reference
>   MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
>   MAINTAINERS: update maxim,max77693.yaml reference
>   MAINTAINERS: update snps,axs10x-reset.yaml reference
>   objtool: update objtool.txt references
>   ASoC: wm8731: update wlf,wm8731.yaml reference
>   arch: m68k: q40: README: drop references to IDE driver

Applied patches 1-5,17,18,20

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

* Re: [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 17:17   ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 17:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	linux-kernel, H. Peter Anvin, Rafael J. Wysocki, Alim Akhtar,
	Borislav Petkov, Broadcom internal kernel review list,
	Dave Hansen, Federico Vaga, Geert Uytterhoeven, Guenter Roeck,
	Ingo Molnar, Jarkko Sakkinen, Jean Delvare, Krzysztof Kozlowski,
	Linus Walleij, Markus Mayer, Thomas Gleixner, Ulf Hansson,
	Viresh Kumar, alsa-devel, devicetree, keyrings, kvm,
	linux-arm-kernel, linux-cachefs, linux-gpio, linux-hwmon,
	linux-m68k, linux-mmc, linux-phy, linux-pm, linux-samsung-soc,
	linux-usb, x86

On Mon, Jun 06, 2022 at 04:25:22PM +0100, Mauro Carvalho Chehab wrote:
> Hi John,
> 
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> Mauro Carvalho Chehab (23):
>   dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
>   dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
>   dt-bindings: arm: update vexpress-config.yaml references
>   dt-bindings: reset: update st,stih407-powerdown.yaml references
>   dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
>   dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
>     reference
>   docs: netdev: update maintainer-netdev.rst reference
>   docs: filesystems: update netfs-api.rst reference
>   Documentation: update watch_queue.rst references
>   Documentation: KVM: update s390-pv.rst reference
>   Documentation: KVM: update amd-memory-encryption.rst references
>   Documentation: KVM: update msr.rst reference
>   Documentation: KVM: update s390-diag.rst reference
>   MAINTAINERS: update arm,hdlcd.yaml reference
>   MAINTAINERS: update arm,komeda.yaml reference
>   MAINTAINERS: update arm,malidp.yaml reference
>   MAINTAINERS: update cortina,gemini-ethernet.yaml reference
>   MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
>   MAINTAINERS: update maxim,max77693.yaml reference
>   MAINTAINERS: update snps,axs10x-reset.yaml reference
>   objtool: update objtool.txt references
>   ASoC: wm8731: update wlf,wm8731.yaml reference
>   arch: m68k: q40: README: drop references to IDE driver

Applied patches 1-5,17,18,20

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-06 17:17   ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 17:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Ulf Hansson, x86, Alim Akhtar, kvm, Rafael J. Wysocki,
	Viresh Kumar, Linus Walleij, Dave Hansen, alsa-devel, keyrings,
	Krzysztof Kozlowski, H. Peter Anvin, linux-phy,
	linux-samsung-soc, Jonathan Corbet, Mauro Carvalho Chehab,
	Linux Doc Mailing List, Ingo Molnar, Geert Uytterhoeven,
	Federico Vaga, Broadcom internal kernel review list,
	Guenter Roeck, devicetree, Jean Delvare, linux-pm, linux-gpio,
	linux-m68k, Borislav Petkov, Markus Mayer, Thomas Gleixner,
	linux-arm-kernel, linux-hwmon, linux-cachefs, linux-usb,
	linux-mmc, linux-kernel, Jarkko Sakkinen

On Mon, Jun 06, 2022 at 04:25:22PM +0100, Mauro Carvalho Chehab wrote:
> Hi John,
> 
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> Mauro Carvalho Chehab (23):
>   dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
>   dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference
>   dt-bindings: arm: update vexpress-config.yaml references
>   dt-bindings: reset: update st,stih407-powerdown.yaml references
>   dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference
>   dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml
>     reference
>   docs: netdev: update maintainer-netdev.rst reference
>   docs: filesystems: update netfs-api.rst reference
>   Documentation: update watch_queue.rst references
>   Documentation: KVM: update s390-pv.rst reference
>   Documentation: KVM: update amd-memory-encryption.rst references
>   Documentation: KVM: update msr.rst reference
>   Documentation: KVM: update s390-diag.rst reference
>   MAINTAINERS: update arm,hdlcd.yaml reference
>   MAINTAINERS: update arm,komeda.yaml reference
>   MAINTAINERS: update arm,malidp.yaml reference
>   MAINTAINERS: update cortina,gemini-ethernet.yaml reference
>   MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference
>   MAINTAINERS: update maxim,max77693.yaml reference
>   MAINTAINERS: update snps,axs10x-reset.yaml reference
>   objtool: update objtool.txt references
>   ASoC: wm8731: update wlf,wm8731.yaml reference
>   arch: m68k: q40: README: drop references to IDE driver

Applied patches 1-5,17,18,20

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
  2022-06-06 15:25   ` Mauro Carvalho Chehab
  (?)
@ 2022-06-06 19:01     ` Rob Herring
  -1 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 19:01 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Rob Herring, Linux Doc Mailing List, Mark Brown,
	Krzysztof Kozlowski, Charles Keepax, Claudiu Beznea,
	Jonathan Corbet, linux-arm-kernel, linux-kernel, Nicolas Ferre,
	alsa-devel, devicetree, Mauro Carvalho Chehab, Alexandre Belloni,
	Liam Girdwood

On Mon, 06 Jun 2022 16:25:44 +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-06 19:01     ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 19:01 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: devicetree, alsa-devel, Charles Keepax, Alexandre Belloni,
	Linux Doc Mailing List, Mauro Carvalho Chehab, Liam Girdwood,
	Jonathan Corbet, linux-kernel, Rob Herring, Nicolas Ferre,
	Mark Brown, Krzysztof Kozlowski, Claudiu Beznea,
	linux-arm-kernel

On Mon, 06 Jun 2022 16:25:44 +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-06 19:01     ` Rob Herring
  0 siblings, 0 replies; 59+ messages in thread
From: Rob Herring @ 2022-06-06 19:01 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: devicetree, alsa-devel, Charles Keepax, Alexandre Belloni,
	Linux Doc Mailing List, Mauro Carvalho Chehab, Liam Girdwood,
	Jonathan Corbet, linux-kernel, Rob Herring, Mark Brown,
	Krzysztof Kozlowski, Claudiu Beznea, linux-arm-kernel

On Mon, 06 Jun 2022 16:25:44 +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
> 
>  .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver
  2022-06-06 15:25 ` [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver Mauro Carvalho Chehab
  2022-06-06 16:07   ` Randy Dunlap
@ 2022-06-07  8:07   ` Geert Uytterhoeven
  1 sibling, 0 replies; 59+ messages in thread
From: Geert Uytterhoeven @ 2022-06-07  8:07 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Jens Axboe, Linux Kernel Mailing List, linux-m68k

Hi Mauro,

Thanks for your patch!

On Mon, Jun 6, 2022 at 5:25 PM Mauro Carvalho Chehab <mchehab@kernel.org> wrote:
> Since IDE support was deleted by Christoph Hellwig <hch@lst.de>,
> Jun 16 2021, drop the left-over from README file.

This is only half of the story, cfr. commit 44b1fbc0f5f30e66 ("m68k/q40:
Replace q40ide driver with pata_falcon and falconide").

> Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver")

Hence this Fixes tag should be dropped...

> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/
>
>  arch/m68k/q40/README | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/arch/m68k/q40/README b/arch/m68k/q40/README
> index a4991d2d8af6..4db6db54d57a 100644
> --- a/arch/m68k/q40/README
> +++ b/arch/m68k/q40/README
> @@ -30,9 +30,7 @@ drivers used by the Q40, apart from the very obvious (console etc.):
>                      genrtc.c           # RTC
>                 char/joystick/*         # most of this should work, not
>                                         # in default config.in
> -               block/q40ide.c          # startup for ide
> -                     ide*              # see Documentation/ide/ide.rst

... and the above should be replaced by ata/pata_falcon.c.
There doesn't seem to be an ATA replacement for Documentation/ide/ide.rst?

> -                     floppy.c          # normal PC driver, DMA emu in asm/floppy.h
> +               block/floppy.c          # normal PC driver, DMA emu in asm/floppy.h
>                                         # and arch/m68k/kernel/entry.S
>                                         # see drivers/block/README.fd
>                 net/ne.c

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
  2022-06-06 15:41     ` Krzysztof Kozlowski
@ 2022-06-07 12:15       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 59+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07 12:15 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Alim Akhtar, Krzysztof Kozlowski,
	Linus Walleij, Rob Herring, Sam Protsenko, Ulf Hansson,
	devicetree, linux-arm-kernel, linux-kernel, linux-mmc,
	linux-samsung-soc

On 06/06/2022 17:41, Krzysztof Kozlowski wrote:
> On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
>> Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
>> renamed: bindings/pinctrl/samsung-pinctrl.txt
>> to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
>> files.
>>
>> Update exynos-dw-mshc.txt accordingly.
>>
>> Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
>> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> 
> Commit is okay, but you can also drop it entirely because entire part
> will be removed with:
> https://lore.kernel.org/all/20220605163710.144210-4-krzysztof.kozlowski@linaro.org/

Which was now applied by Ulf.

Best regards,
Krzysztof

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

* Re: [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference
@ 2022-06-07 12:15       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 59+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07 12:15 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List, Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Alim Akhtar, Krzysztof Kozlowski,
	Linus Walleij, Rob Herring, Sam Protsenko, Ulf Hansson,
	devicetree, linux-arm-kernel, linux-kernel, linux-mmc,
	linux-samsung-soc

On 06/06/2022 17:41, Krzysztof Kozlowski wrote:
> On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
>> Changeset af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
>> renamed: bindings/pinctrl/samsung-pinctrl.txt
>> to: bindings/pinctrl/samsung-pinctrl.yaml, splitting it into multiple
>> files.
>>
>> Update exynos-dw-mshc.txt accordingly.
>>
>> Fixes: af030d83da1d ("dt-bindings: pinctrl: samsung: convert to dtschema")
>> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> 
> Commit is okay, but you can also drop it entirely because entire part
> will be removed with:
> https://lore.kernel.org/all/20220605163710.144210-4-krzysztof.kozlowski@linaro.org/

Which was now applied by Ulf.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: (subset) [PATCH 00/23] Update Documentation/ cross-references
  2022-06-06 15:25 ` Mauro Carvalho Chehab
  (?)
  (?)
@ 2022-06-07 14:11   ` Mark Brown
  -1 siblings, 0 replies; 59+ messages in thread
From: Mark Brown @ 2022-06-07 14:11 UTC (permalink / raw)
  To: linux-doc, corbet, mchehab
  Cc: linux, linux-cachefs, devicetree, linux-kernel, dave.hansen,
	linux-samsung-soc, geert, ulf.hansson, hpa, alsa-devel,
	linux-m68k, krzysztof.kozlowski+dt, bcm-kernel-feedback-list,
	kvm, mingo, mchehab+huawei, jdelvare, robh+dt, linux-gpio,
	rafael, linux-mmc, federico.vaga, bp, linux-phy, mmayer,
	keyrings, x86, linux-usb, linux-arm-kernel, alim.akhtar,
	Viresh Kumar, linux-pm, linux-hwmon, jarkko, tglx, linus.walleij

On Mon, 6 Jun 2022 16:25:22 +0100, Mauro Carvalho Chehab wrote:
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
        commit: 69c8027c5ff43d68449fda4510a8cce70e8578b0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: (subset) [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-07 14:11   ` Mark Brown
  0 siblings, 0 replies; 59+ messages in thread
From: Mark Brown @ 2022-06-07 14:11 UTC (permalink / raw)
  To: linux-doc, corbet, mchehab
  Cc: linux, linux-cachefs, devicetree, linux-kernel, dave.hansen,
	linux-samsung-soc, geert, ulf.hansson, hpa, alsa-devel,
	linux-m68k, krzysztof.kozlowski+dt, bcm-kernel-feedback-list,
	kvm, mingo, mchehab+huawei, jdelvare, robh+dt, linux-gpio,
	rafael, linux-mmc, federico.vaga, bp, linux-phy, mmayer,
	keyrings, x86, linux-usb, linux-arm-kernel, alim.akhtar,
	Viresh Kumar, linux-pm, linux-hwmon, jarkko, tglx, linus.walleij

On Mon, 6 Jun 2022 16:25:22 +0100, Mauro Carvalho Chehab wrote:
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
        commit: 69c8027c5ff43d68449fda4510a8cce70e8578b0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: (subset) [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-07 14:11   ` Mark Brown
  0 siblings, 0 replies; 59+ messages in thread
From: Mark Brown @ 2022-06-07 14:11 UTC (permalink / raw)
  To: linux-doc, corbet, mchehab
  Cc: linux, linux-cachefs, devicetree, linux-kernel, dave.hansen,
	linux-samsung-soc, geert, ulf.hansson, hpa, alsa-devel,
	linux-m68k, krzysztof.kozlowski+dt, bcm-kernel-feedback-list,
	kvm, mingo, mchehab+huawei, jdelvare, robh+dt, linux-gpio,
	rafael, linux-mmc, federico.vaga, bp, linux-phy, mmayer,
	keyrings, x86, linux-usb, linux-arm-kernel, alim.akhtar,
	Viresh Kumar, linux-pm, linux-hwmon, jarkko, tglx, linus.walleij

On Mon, 6 Jun 2022 16:25:22 +0100, Mauro Carvalho Chehab wrote:
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
        commit: 69c8027c5ff43d68449fda4510a8cce70e8578b0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: (subset) [PATCH 00/23] Update Documentation/ cross-references
@ 2022-06-07 14:11   ` Mark Brown
  0 siblings, 0 replies; 59+ messages in thread
From: Mark Brown @ 2022-06-07 14:11 UTC (permalink / raw)
  To: linux-doc, corbet, mchehab
  Cc: ulf.hansson, alim.akhtar, kvm, rafael, Viresh Kumar,
	linus.walleij, dave.hansen, alsa-devel, keyrings,
	krzysztof.kozlowski+dt, hpa, linux-phy, linux-samsung-soc,
	mchehab+huawei, x86, linux-cachefs, geert, federico.vaga,
	bcm-kernel-feedback-list, linux, devicetree, jdelvare, linux-pm,
	linux-gpio, linux-m68k, robh+dt, bp, mmayer, tglx, mingo,
	linux-arm-kernel, linux-hwmon, linux-usb, linux-mmc,
	linux-kernel, jarkko

On Mon, 6 Jun 2022 16:25:22 +0100, Mauro Carvalho Chehab wrote:
> There were a number of DT binding conversions and other docs change that
> were not updated. Address them, in order to keep the cross-references on
> a sane state.
> 
> Patch series is against v5.19-rc1 (and applies cleanly on the top of
> today's -next).
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
        commit: 69c8027c5ff43d68449fda4510a8cce70e8578b0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
  2022-06-06 15:25 ` [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference Mauro Carvalho Chehab
@ 2022-06-07 19:25   ` Geert Uytterhoeven
  0 siblings, 0 replies; 59+ messages in thread
From: Geert Uytterhoeven @ 2022-06-07 19:25 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Geert Uytterhoeven, Lee Jones, Matti Vaittinen, Rob Herring,
	Linux Kernel Mailing List

On Mon, Jun 6, 2022 at 5:25 PM Mauro Carvalho Chehab <mchehab@kernel.org> wrote:
> Changeset 983b62975e90 ("dt-bindings: mfd: bd9571mwv: Convert to json-schema")
> renamed: Documentation/devicetree/bindings/mfd/bd9571mwv.txt
> to: Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: 983b62975e90 ("dt-bindings: mfd: bd9571mwv: Convert to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Mea culpa
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 17/23] MAINTAINERS: update cortina,gemini-ethernet.yaml reference
  2022-06-06 15:25 ` [PATCH 17/23] MAINTAINERS: update cortina,gemini-ethernet.yaml reference Mauro Carvalho Chehab
@ 2022-06-07 22:42   ` Linus Walleij
  0 siblings, 0 replies; 59+ messages in thread
From: Linus Walleij @ 2022-06-07 22:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Corentin Labbe, Rob Herring, linux-kernel

On Mon, Jun 6, 2022 at 5:25 PM Mauro Carvalho Chehab <mchehab@kernel.org> wrote:

> Changeset 208b65f7b5cc ("dt-bindings: net: convert net/cortina,gemini-ethernet to yaml")
> renamed: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
> to: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: 208b65f7b5cc ("dt-bindings: net: convert net/cortina,gemini-ethernet to yaml")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
  2022-06-06 15:25   ` Mauro Carvalho Chehab
  (?)
@ 2022-06-13  9:47     ` Charles Keepax
  -1 siblings, 0 replies; 59+ messages in thread
From: Charles Keepax @ 2022-06-13  9:47 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Jonathan Corbet, Mauro Carvalho Chehab,
	Alexandre Belloni, Claudiu Beznea, Krzysztof Kozlowski,
	Liam Girdwood, Mark Brown, Nicolas Ferre, Rob Herring,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel

On Mon, Jun 06, 2022 at 04:25:44PM +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-13  9:47     ` Charles Keepax
  0 siblings, 0 replies; 59+ messages in thread
From: Charles Keepax @ 2022-06-13  9:47 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: devicetree, Alexandre Belloni, alsa-devel, Jonathan Corbet,
	Mauro Carvalho Chehab, linux-kernel, Linux Doc Mailing List,
	Liam Girdwood, Rob Herring, Nicolas Ferre, Mark Brown,
	Krzysztof Kozlowski, Claudiu Beznea, linux-arm-kernel

On Mon, Jun 06, 2022 at 04:25:44PM +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference
@ 2022-06-13  9:47     ` Charles Keepax
  0 siblings, 0 replies; 59+ messages in thread
From: Charles Keepax @ 2022-06-13  9:47 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: devicetree, Alexandre Belloni, alsa-devel, Jonathan Corbet,
	Mauro Carvalho Chehab, linux-kernel, Linux Doc Mailing List,
	Liam Girdwood, Rob Herring, Mark Brown, Krzysztof Kozlowski,
	Claudiu Beznea, linux-arm-kernel

On Mon, Jun 06, 2022 at 04:25:44PM +0100, Mauro Carvalho Chehab wrote:
> Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> renamed: Documentation/devicetree/bindings/sound/wm8731.txt
> to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml.
> 
> Update its cross-reference accordingly.
> 
> Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format")
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-13  9:49 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 15:25 [PATCH 00/23] Update Documentation/ cross-references Mauro Carvalho Chehab
2022-06-06 15:25 ` Mauro Carvalho Chehab
2022-06-06 15:25 ` Mauro Carvalho Chehab
2022-06-06 15:25 ` Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference Mauro Carvalho Chehab
2022-06-07 19:25   ` Geert Uytterhoeven
2022-06-06 15:25 ` [PATCH 02/23] dt-bindings: interrupt-controller: update brcm,l2-intc.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 03/23] dt-bindings: arm: update vexpress-config.yaml references Mauro Carvalho Chehab
2022-06-06 15:44   ` Guenter Roeck
2022-06-06 15:25 ` [PATCH 04/23] dt-bindings: reset: update st,stih407-powerdown.yaml references Mauro Carvalho Chehab
2022-06-06 15:25   ` Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 05/23] dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 06/23] dt-bindings: mmc: exynos-dw-mshc: update samsung,pinctrl.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25   ` Mauro Carvalho Chehab
2022-06-06 15:41   ` Krzysztof Kozlowski
2022-06-06 15:41     ` Krzysztof Kozlowski
2022-06-07 12:15     ` Krzysztof Kozlowski
2022-06-07 12:15       ` Krzysztof Kozlowski
2022-06-06 15:25 ` [PATCH 07/23] docs: netdev: update maintainer-netdev.rst reference Mauro Carvalho Chehab
2022-06-06 16:22   ` Jakub Kicinski
2022-06-06 15:25 ` [PATCH 08/23] docs: filesystems: update netfs-api.rst reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 09/23] Documentation: update watch_queue.rst references Mauro Carvalho Chehab
2022-06-06 15:56   ` Randy Dunlap
2022-06-06 15:25 ` [PATCH 10/23] Documentation: KVM: update s390-pv.rst reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 11/23] Documentation: KVM: update amd-memory-encryption.rst references Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 12/23] Documentation: KVM: update msr.rst reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 13/23] Documentation: KVM: update s390-diag.rst reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 14/23] MAINTAINERS: update arm,hdlcd.yaml reference Mauro Carvalho Chehab
2022-06-06 15:34   ` Andre Przywara
2022-06-06 17:13     ` Rob Herring
2022-06-06 15:25 ` [PATCH 15/23] MAINTAINERS: update arm,komeda.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 16/23] MAINTAINERS: update arm,malidp.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 17/23] MAINTAINERS: update cortina,gemini-ethernet.yaml reference Mauro Carvalho Chehab
2022-06-07 22:42   ` Linus Walleij
2022-06-06 15:25 ` [PATCH 18/23] MAINTAINERS: update dongwoon,dw9807-vcm.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference Mauro Carvalho Chehab
2022-06-06 15:37   ` Krzysztof Kozlowski
2022-06-06 15:25 ` [PATCH 20/23] MAINTAINERS: update snps,axs10x-reset.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 21/23] objtool: update objtool.txt references Mauro Carvalho Chehab
2022-06-06 15:25 ` [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference Mauro Carvalho Chehab
2022-06-06 15:25   ` Mauro Carvalho Chehab
2022-06-06 15:25   ` Mauro Carvalho Chehab
2022-06-06 19:01   ` Rob Herring
2022-06-06 19:01     ` Rob Herring
2022-06-06 19:01     ` Rob Herring
2022-06-13  9:47   ` Charles Keepax
2022-06-13  9:47     ` Charles Keepax
2022-06-13  9:47     ` Charles Keepax
2022-06-06 15:25 ` [PATCH 23/23] arch: m68k: q40: README: drop references to IDE driver Mauro Carvalho Chehab
2022-06-06 16:07   ` Randy Dunlap
2022-06-07  8:07   ` Geert Uytterhoeven
2022-06-06 17:17 ` [PATCH 00/23] Update Documentation/ cross-references Rob Herring
2022-06-06 17:17   ` Rob Herring
2022-06-06 17:17   ` Rob Herring
2022-06-06 17:17   ` Rob Herring
2022-06-07 14:11 ` (subset) " Mark Brown
2022-06-07 14:11   ` Mark Brown
2022-06-07 14:11   ` Mark Brown
2022-06-07 14:11   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.