From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
linux-kernel@vger.kernel.org, "H. Peter Anvin" <hpa@zytor.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
Borislav Petkov <bp@alien8.de>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
Federico Vaga <federico.vaga@vaga.pv.it>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Guenter Roeck <linux@roeck-us.net>,
Ingo Molnar <mingo@redhat.com>,
Jarkko Sakkinen <jarkko@kernel.org>,
Jean Delvare <jdelvare@suse.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Markus Mayer <mmayer@broadcom.com>,
Rob Herring <robh+dt@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ulf Hansson <ulf.hansson@linaro.org>,
Viresh Kumar <viresh.kumar@linaro.org>,
alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
keyrings@vger.kernel.org, kvm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-cachefs@redhat.com,
linux-gpio@vger.kernel.org, linux-hwmon@vger.kernel.org,
linux-m68k@lists.linux-m68k.org, linux-mmc@vger.kernel.org,
linux-phy@lists.infradead.org, linux-pm@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org,
x86@kernel.org
Subject: [PATCH 00/23] Update Documentation/ cross-references
Date: Mon, 6 Jun 2022 16:25:22 +0100 [thread overview]
Message-ID: <cover.1654529011.git.mchehab@kernel.org> (raw)
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
next reply other threads:[~2022-06-06 15:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 15:25 Mauro Carvalho Chehab [this message]
2022-06-06 15:25 ` [PATCH 05/23] dt-bindings: mfd: rk808: update rockchip,rk808.yaml reference Mauro Carvalho Chehab
2022-06-06 17:17 ` [PATCH 00/23] Update Documentation/ cross-references Rob Herring
2022-06-07 14:11 ` (subset) " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1654529011.git.mchehab@kernel.org \
--to=mchehab@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bp@alien8.de \
--cc=corbet@lwn.net \
--cc=dave.hansen@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=federico.vaga@vaga.pv.it \
--cc=geert@linux-m68k.org \
--cc=hpa@zytor.com \
--cc=jarkko@kernel.org \
--cc=jdelvare@suse.com \
--cc=keyrings@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-cachefs@redhat.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mchehab+huawei@kernel.org \
--cc=mingo@redhat.com \
--cc=mmayer@broadcom.com \
--cc=rafael@kernel.org \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.de \
--cc=ulf.hansson@linaro.org \
--cc=viresh.kumar@linaro.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).