Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: drop redundant part of title (end, part two)

The Devicetree bindings document does not have to say in the title that
it is a "binding", but instead just describe the hardware.

Drop trailing "Node|Tree|Generic bindings" in various forms (also with
trailing full stop):

find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [nN]ode [bB]indings\?\.\?$/title: \1/' {} \;

find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [tT]ree [bB]indings\?\.\?$/title: \1/' {} \;

find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [gG]eneric [bB]indings\?\.\?$/title: \1/' {} \;

find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [bB]indings\? description\.\?$/title: \1/' {} \;

find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
-not -name 'trivial-devices.yaml' \
-exec sed -i -e 's/^title: \(.*\) [bB]indings\? document\.\?$/title: \1/' {} \;

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # MMC
Acked-by: Stephen Boyd <sboyd@kernel.org> # clk
Acked-by: Vinod Koul <vkoul@kernel.org> # phy
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221216163815.522628-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
9fa3ad1a a612130c

+15 -15
+1 -1
Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
··· 4 4 $id: http://devicetree.org/schemas/clock/ti,sci-clk.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: TI-SCI clock controller node bindings 7 + title: TI-SCI clock controller 8 8 9 9 maintainers: 10 10 - Nishanth Menon <nm@ti.com>
+1 -1
Documentation/devicetree/bindings/cpu/idle-states.yaml
··· 4 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Idle states binding description 7 + title: Idle states 8 8 9 9 maintainers: 10 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
+1 -1
Documentation/devicetree/bindings/net/dsa/microchip,lan937x.yaml
··· 4 4 $id: http://devicetree.org/schemas/net/dsa/microchip,lan937x.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: LAN937x Ethernet Switch Series Tree Bindings 7 + title: LAN937x Ethernet Switch Series 8 8 9 9 maintainers: 10 10 - UNGLinuxDriver@microchip.com
+1 -1
Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
··· 6 6 $id: http://devicetree.org/schemas/net/wireless/mediatek,mt76.yaml# 7 7 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 8 9 - title: MediaTek mt76 wireless devices Generic Binding 9 + title: MediaTek mt76 wireless devices 10 10 11 11 maintainers: 12 12 - Felix Fietkau <nbd@nbd.name>
+1 -1
Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml
··· 4 4 $id: http://devicetree.org/schemas/net/wireless/qca,ath9k.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Qualcomm Atheros ath9k wireless devices Generic Binding 7 + title: Qualcomm Atheros ath9k wireless devices 8 8 9 9 maintainers: 10 10 - Toke Høiland-Jørgensen <toke@toke.dk>
+1 -1
Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
··· 6 6 $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k.yaml# 7 7 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 8 9 - title: Qualcomm Technologies ath11k wireless devices Generic Binding 9 + title: Qualcomm Technologies ath11k wireless devices 10 10 11 11 maintainers: 12 12 - Kalle Valo <kvalo@kernel.org>
+1 -1
Documentation/devicetree/bindings/phy/brcm,ns2-pcie-phy.yaml
··· 4 4 $id: http://devicetree.org/schemas/phy/brcm,ns2-pcie-phy.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Broadcom NS2 PCIe PHY binding document 7 + title: Broadcom NS2 PCIe PHY 8 8 9 9 maintainers: 10 10 - Ray Jui <ray.jui@broadcom.com>
+1 -1
Documentation/devicetree/bindings/phy/qcom,usb-hs-phy.yaml
··· 4 4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-phy.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Qualcomm's USB HS PHY binding description 7 + title: Qualcomm's USB HS PHY 8 8 9 9 maintainers: 10 10 - Bjorn Andersson <bjorn.andersson@linaro.org>
+1 -1
Documentation/devicetree/bindings/phy/ti,phy-gmii-sel.yaml
··· 5 5 $id: "http://devicetree.org/schemas/phy/ti,phy-gmii-sel.yaml#" 6 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 7 8 - title: CPSW Port's Interface Mode Selection PHY Tree Bindings 8 + title: CPSW Port's Interface Mode Selection PHY 9 9 10 10 maintainers: 11 11 - Kishon Vijay Abraham I <kishon@ti.com>
+1 -1
Documentation/devicetree/bindings/power/domain-idle-state.yaml
··· 4 4 $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: PM Domain Idle States binding description 7 + title: PM Domain Idle States 8 8 9 9 maintainers: 10 10 - Ulf Hansson <ulf.hansson@linaro.org>
+1 -1
Documentation/devicetree/bindings/reserved-memory/shared-dma-pool.yaml
··· 4 4 $id: http://devicetree.org/schemas/reserved-memory/shared-dma-pool.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: /reserved-memory DMA pool node bindings 7 + title: /reserved-memory DMA pool 8 8 9 9 maintainers: 10 10 - devicetree-spec@vger.kernel.org
+1 -1
Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
··· 4 4 $id: http://devicetree.org/schemas/reset/ti,sci-reset.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: TI-SCI reset controller node bindings 7 + title: TI-SCI reset controller 8 8 9 9 maintainers: 10 10 - Nishanth Menon <nm@ti.com>
+1 -1
Documentation/devicetree/bindings/reset/ti,tps380x-reset.yaml
··· 4 4 $id: http://devicetree.org/schemas/reset/ti,tps380x-reset.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: TI TPS380x reset controller node bindings 7 + title: TI TPS380x reset controller 8 8 9 9 maintainers: 10 10 - Marco Felsch <kernel@pengutronix.de>
+1 -1
Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
··· 4 4 $id: http://devicetree.org/schemas/soc/ti/sci-pm-domain.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: TI-SCI generic power domain node bindings 7 + title: TI-SCI generic power domain 8 8 9 9 maintainers: 10 10 - Nishanth Menon <nm@ti.com>
+1 -1
Documentation/devicetree/bindings/sound/audio-graph-port.yaml
··· 4 4 $id: http://devicetree.org/schemas/sound/audio-graph-port.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Audio Graph Card 'port' Node Bindings 7 + title: Audio Graph Card 'port' 8 8 9 9 maintainers: 10 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>