]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
dt-bindings: drop redundant part of title (beginning)
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 16 Dec 2022 16:38:13 +0000 (17:38 +0100)
committerRob Herring <robh@kernel.org>
Fri, 16 Dec 2022 17:41:49 +0000 (11:41 -0600)
commit9d69d47fd399137d41b744065aab2f9677ccc377
treed0d77e5c72a3777475fabb1b2eebfa5818b605e2
parent84e85359f4999a439aa12e04bf0ae9e13e00fc66
dt-bindings: drop redundant part of title (beginning)

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

Drop beginning "Devicetree bindings" in various forms:

  find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
    -exec sed -i -e 's/^title: [dD]evice[ -]\?[tT]ree [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;

  find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
    -exec sed -i -e 's/^title: [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;

  find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
    -exec sed -i -e 's/^title: [dD][tT] [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;

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: Dmitry Torokhov <dmitry.torokhov@gmail.com> # input
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Sebastian Reichel <sre@kernel.org> # power
Link: https://lore.kernel.org/r/20221216163815.522628-8-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
53 files changed:
Documentation/devicetree/bindings/clock/adi,axi-clkgen.yaml
Documentation/devicetree/bindings/clock/fixed-clock.yaml
Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml
Documentation/devicetree/bindings/clock/fixed-mmio-clock.yaml
Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
Documentation/devicetree/bindings/clock/renesas,9series.yaml
Documentation/devicetree/bindings/clock/ti/ti,clksel.yaml
Documentation/devicetree/bindings/display/bridge/ingenic,jz4780-hdmi.yaml
Documentation/devicetree/bindings/display/bridge/intel,keembay-dsi.yaml
Documentation/devicetree/bindings/display/intel,keembay-display.yaml
Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml
Documentation/devicetree/bindings/display/msm/gmu.yaml
Documentation/devicetree/bindings/display/msm/gpu.yaml
Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml
Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvenc.yaml
Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvjpg.yaml
Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml
Documentation/devicetree/bindings/i2c/i2c-gpio.yaml
Documentation/devicetree/bindings/i2c/ti,omap4-i2c.yaml
Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.yaml
Documentation/devicetree/bindings/input/gpio-keys.yaml
Documentation/devicetree/bindings/input/microchip,cap11xx.yaml
Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml
Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
Documentation/devicetree/bindings/leds/register-bit-led.yaml
Documentation/devicetree/bindings/leds/regulator-led.yaml
Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
Documentation/devicetree/bindings/net/ingenic,mac.yaml
Documentation/devicetree/bindings/power/supply/bq2415x.yaml
Documentation/devicetree/bindings/power/supply/bq24190.yaml
Documentation/devicetree/bindings/power/supply/bq24257.yaml
Documentation/devicetree/bindings/power/supply/bq24735.yaml
Documentation/devicetree/bindings/power/supply/bq25890.yaml
Documentation/devicetree/bindings/power/supply/isp1704.yaml
Documentation/devicetree/bindings/power/supply/lltc,ltc294x.yaml
Documentation/devicetree/bindings/power/supply/richtek,rt9455.yaml
Documentation/devicetree/bindings/power/supply/ti,lp8727.yaml
Documentation/devicetree/bindings/regulator/pwm-regulator.yaml
Documentation/devicetree/bindings/rng/ingenic,rng.yaml
Documentation/devicetree/bindings/rng/ingenic,trng.yaml
Documentation/devicetree/bindings/serial/8250_omap.yaml
Documentation/devicetree/bindings/serio/ps2-gpio.yaml
Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
Documentation/devicetree/bindings/sound/qcom,wcd938x-sdw.yaml
Documentation/devicetree/bindings/sound/qcom,wcd938x.yaml
Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
Documentation/devicetree/bindings/sound/qcom,wsa883x.yaml
Documentation/devicetree/bindings/timer/ingenic,sysost.yaml
Documentation/devicetree/bindings/usb/nvidia,tegra-xudc.yaml
Documentation/devicetree/bindings/usb/realtek,rts5411.yaml
Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml
Documentation/devicetree/bindings/usb/ti,usb8041.yaml