* [PATCH 00/32] Fix broken documentation file references
@ 2021-04-01 12:17 Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 32/32] pinctrl: update pin-control.rst references Mauro Carvalho Chehab
0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-04-01 12:17 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
Przemysław Gaj, Alexandre Belloni, Andy Whitcroft,
Daniel Vetter, David Airlie, Dwaipayan Ray, Joe Perches,
Jonathan Cameron, Lars-Peter Clausen, Linus Walleij,
Lukas Bulwahn, Matthias Brugger, Mauro Carvalho Chehab,
Rob Herring, Vitor Soares, alsa-devel, devicetree, dri-devel,
linux-arm-kernel, linux-gpio, linux-i3c, linux-iio, linux-media,
linux-mediatek, linux-pm, patches
Each patch on this series can be applied independently. They fix broken
file references.
Most of them are due to DT binding renames, but there are also other
unrelated changes.
This series is based on next-20210401.
Mauro Carvalho Chehab (32):
MAINTAINERS: update adi,ad5758.yaml reference
MAINTAINERS: update ste,mcde.yaml reference
MAINTAINERS: update brcm,bcm-v3d.yaml reference
MAINTAINERS: update fsl,dpaa2-console.yaml reference
MAINTAINERS: update st,hts221.yaml reference
MAINTAINERS: update dpot-dac.yaml reference
MAINTAINERS: update envelope-detector.yaml reference
MAINTAINERS: update current-sense-amplifier.yaml reference
MAINTAINERS: update current-sense-shunt.yaml reference
MAINTAINERS: update voltage-divider.yaml reference
MAINTAINERS: update invensense,mpu3050.yaml reference
MAINTAINERS: update lego,ev3-battery.yaml reference
MAINTAINERS: update marvell,armada-3700-utmi-phy.yaml reference
MAINTAINERS: update mtk-sd.yaml reference
MAINTAINERS: update atmel,sama5d2-adc.yaml reference
MAINTAINERS: update pni,rm3100.yaml reference
MAINTAINERS: update renesas,rcar-gyroadc.yaml reference
MAINTAINERS: update st,lsm6dsx.yaml reference
MAINTAINERS: update st,vl53l0x.yaml reference
MAINTAINERS: update snps,dw-axi-dmac.yaml reference
MAINTAINERS: update ti,dac7612.yaml reference
MAINTAINERS: update nxp,imx8-jpeg.yaml reference
MAINTAINERS: update ovti,ov2680.yaml reference
MAINTAINERS: update imi,rdacm2x-gmsl.yaml reference
dt-bindings:iio:dac: update microchip,mcp4725.yaml reference
dt-bindings: iommu: mediatek: update mediatek,iommu.yaml references
dt-bindings: i3c: update i3c.yaml references
dt-bindings: power: update battery.yaml reference
docs: dt: update writing-schema.rst references
Documentation: net: dsa: update configuration.rst reference
Documentation: update sysfs-platform_profile.rst reference
pinctrl: update pin-control.rst references
.../display/mediatek/mediatek,disp.txt | 2 +-
.../bindings/i3c/cdns,i3c-master.txt | 6 +--
.../bindings/i3c/snps,dw-i3c-master.txt | 6 +--
.../bindings/media/mediatek-jpeg-decoder.txt | 2 +-
.../bindings/media/mediatek-jpeg-encoder.txt | 2 +-
.../bindings/media/mediatek-mdp.txt | 2 +-
.../bindings/media/mediatek-vcodec.txt | 2 +-
.../bindings/submitting-patches.rst | 2 +-
Documentation/filesystems/cifs/cifsd.rst | 2 +-
Documentation/power/power_supply_class.rst | 2 +-
MAINTAINERS | 48 +++++++++----------
include/linux/device.h | 2 +-
include/linux/iio/dac/mcp4725.h | 2 +-
include/linux/mfd/madera/pdata.h | 2 +-
include/linux/pinctrl/pinconf-generic.h | 2 +-
include/linux/platform_profile.h | 2 +-
scripts/checkpatch.pl | 2 +-
17 files changed, 44 insertions(+), 44 deletions(-)
--
2.30.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 32/32] pinctrl: update pin-control.rst references
2021-04-01 12:17 [PATCH 00/32] Fix broken documentation file references Mauro Carvalho Chehab
@ 2021-04-01 12:17 ` Mauro Carvalho Chehab
2021-04-01 12:40 ` Charles Keepax
2021-04-07 12:52 ` Linus Walleij
0 siblings, 2 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2021-04-01 12:17 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Jonathan Corbet, Charles Keepax,
Drew Fustini, Lee Jones, Linus Walleij, Richard Fitzgerald,
alsa-devel, linux-gpio, linux-kernel, patches
Changeset 5513b411ea5b ("Documentation: rename pinctl to pin-control")
renamed: Documentation/driver-api/pinctl.rst
to: Documentation/driver-api/pin-control.rst.
Update the cross-references accordingly.
Fixes: 5513b411ea5b ("Documentation: rename pinctl to pin-control")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
include/linux/device.h | 2 +-
include/linux/mfd/madera/pdata.h | 2 +-
include/linux/pinctrl/pinconf-generic.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/device.h b/include/linux/device.h
index 38a2071cf776..d1183cfdc8fb 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -399,7 +399,7 @@ struct dev_links_info {
* along with subsystem-level and driver-level callbacks.
* @em_pd: device's energy model performance domain
* @pins: For device pin management.
- * See Documentation/driver-api/pinctl.rst for details.
+ * See Documentation/driver-api/pin-control.rst for details.
* @msi_list: Hosts MSI descriptors
* @msi_domain: The generic MSI domain this device is using.
* @numa_node: NUMA node this device is close to.
diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h
index 601cbbc10370..32e3470708ed 100644
--- a/include/linux/mfd/madera/pdata.h
+++ b/include/linux/mfd/madera/pdata.h
@@ -31,7 +31,7 @@ struct pinctrl_map;
* @irq_flags: Mode for primary IRQ (defaults to active low)
* @gpio_base: Base GPIO number
* @gpio_configs: Array of GPIO configurations (See
- * Documentation/driver-api/pinctl.rst)
+ * Documentation/driver-api/pin-control.rst)
* @n_gpio_configs: Number of entries in gpio_configs
* @gpsw: General purpose switch mode setting. Depends on the external
* hardware connected to the switch. (See the SW1_MODE field
diff --git a/include/linux/pinctrl/pinconf-generic.h b/include/linux/pinctrl/pinconf-generic.h
index 6aeb711f7cd1..fdcd773adba3 100644
--- a/include/linux/pinctrl/pinconf-generic.h
+++ b/include/linux/pinctrl/pinconf-generic.h
@@ -88,7 +88,7 @@ struct pinctrl_map;
* it.
* @PIN_CONFIG_OUTPUT: this will configure the pin as an output and drive a
* value on the line. Use argument 1 to indicate high level, argument 0 to
- * indicate low level. (Please see Documentation/driver-api/pinctl.rst,
+ * indicate low level. (Please see Documentation/driver-api/pin-control.rst,
* section "GPIO mode pitfalls" for a discussion around this parameter.)
* @PIN_CONFIG_POWER_SOURCE: if the pin can select between different power
* supplies, the argument to this parameter (on a custom format) tells
--
2.30.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 32/32] pinctrl: update pin-control.rst references
2021-04-01 12:17 ` [PATCH 32/32] pinctrl: update pin-control.rst references Mauro Carvalho Chehab
@ 2021-04-01 12:40 ` Charles Keepax
2021-04-07 12:52 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Charles Keepax @ 2021-04-01 12:40 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Jonathan Corbet, Drew Fustini, Lee Jones,
Linus Walleij, Richard Fitzgerald, alsa-devel, linux-gpio,
linux-kernel, patches
On Thu, Apr 01, 2021 at 02:17:52PM +0200, Mauro Carvalho Chehab wrote:
> Changeset 5513b411ea5b ("Documentation: rename pinctl to pin-control")
> renamed: Documentation/driver-api/pinctl.rst
> to: Documentation/driver-api/pin-control.rst.
>
> Update the cross-references accordingly.
>
> Fixes: 5513b411ea5b ("Documentation: rename pinctl to pin-control")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Thanks,
Charles
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 32/32] pinctrl: update pin-control.rst references
2021-04-01 12:17 ` [PATCH 32/32] pinctrl: update pin-control.rst references Mauro Carvalho Chehab
2021-04-01 12:40 ` Charles Keepax
@ 2021-04-07 12:52 ` Linus Walleij
1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-04-07 12:52 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linux Doc Mailing List, Jonathan Corbet, Charles Keepax,
Drew Fustini, Lee Jones, Richard Fitzgerald,
moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
open list:GPIO SUBSYSTEM, linux-kernel, patches
On Thu, Apr 1, 2021 at 2:17 PM Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
> Changeset 5513b411ea5b ("Documentation: rename pinctl to pin-control")
> renamed: Documentation/driver-api/pinctl.rst
> to: Documentation/driver-api/pin-control.rst.
>
> Update the cross-references accordingly.
>
> Fixes: 5513b411ea5b ("Documentation: rename pinctl to pin-control")
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
I assume you will apply this Mauro?
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-07 12:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 12:17 [PATCH 00/32] Fix broken documentation file references Mauro Carvalho Chehab
2021-04-01 12:17 ` [PATCH 32/32] pinctrl: update pin-control.rst references Mauro Carvalho Chehab
2021-04-01 12:40 ` Charles Keepax
2021-04-07 12:52 ` Linus Walleij
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).