Message ID | 20221121110615.97962-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | dt-bindings: cleanup titles | expand |
Quoting Krzysztof Kozlowski (2022-11-21 03:06:12) > 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 "bindings" in various forms (also with trailling full > stop): > > find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ > -not -name 'trivial-devices.yaml' \ > -exec sed -i -e 's/^title: \(.*\) [bB]indings\?\.\?$/title: \1/' {} \; > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- Acked-by: Stephen Boyd <sboyd@kernel.org> # clk
On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote: > .../bindings/input/touchscreen/cypress,cy8ctma140.yaml | 2 +- > .../bindings/input/touchscreen/cypress,cy8ctma340.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 2 +- > Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/himax,hx83112b.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/melfas,mms114.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/ti,tsc2005.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/touchscreen.yaml | 2 +- > .../devicetree/bindings/input/touchscreen/zinitix,bt400.yaml | 2 +- Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote: > The Devicetree bindings document does not have to say in the title that > it is a "binding", but instead just describe the hardware. Acked-by: Mark Brown <broonie@kernel.org>
On 21-11-22, 12:06, Krzysztof Kozlowski wrote: > .../devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml | 2 +- > .../devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 2 +- > Documentation/devicetree/bindings/opp/opp-v1.yaml | 2 +- > Documentation/devicetree/bindings/opp/opp-v2-base.yaml | 2 +- > Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 2 +- > Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml | 2 +- > Documentation/devicetree/bindings/opp/opp-v2.yaml | 2 +- Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Hi, On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote: > 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 "bindings" in various forms (also with trailling full > stop): > > find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ > -not -name 'trivial-devices.yaml' \ > -exec sed -i -e 's/^title: \(.*\) [bB]indings\?\.\?$/title: \1/' {} \; > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- ... > .../devicetree/bindings/power/supply/dlg,da9150-charger.yaml | 2 +- > .../devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml | 2 +- > .../devicetree/bindings/power/supply/ingenic,battery.yaml | 2 +- > .../devicetree/bindings/power/supply/lltc,lt3651-charger.yaml | 2 +- > .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +- > Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml | 2 +- ... > diff --git a/Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml b/Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml > index b289388952bf..85bebebb285b 100644 > --- a/Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/power/supply/dlg,da9150-charger.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Dialog Semiconductor DA9150 Charger Power Supply bindings > +title: Dialog Semiconductor DA9150 Charger Power Supply > > maintainers: > - Sebastian Reichel <sre@kernel.org> > diff --git a/Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml b/Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml > index d47caf59d204..7cc94b872937 100644 > --- a/Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml > +++ b/Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/power/supply/dlg,da9150-fuel-gauge.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Dialog Semiconductor DA9150 Fuel-Gauge Power Supply bindings > +title: Dialog Semiconductor DA9150 Fuel-Gauge Power Supply > > maintainers: > - Sebastian Reichel <sre@kernel.org> > diff --git a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > index 42fcfc026972..741022b4449d 100644 > --- a/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > +++ b/Documentation/devicetree/bindings/power/supply/ingenic,battery.yaml > @@ -5,7 +5,7 @@ > $id: http://devicetree.org/schemas/power/supply/ingenic,battery.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Ingenic JZ47xx battery bindings > +title: Ingenic JZ47xx battery > > maintainers: > - Artur Rojek <contact@artur-rojek.eu> > diff --git a/Documentation/devicetree/bindings/power/supply/lltc,lt3651-charger.yaml b/Documentation/devicetree/bindings/power/supply/lltc,lt3651-charger.yaml > index 76cedf95a12c..d26ed5eabe28 100644 > --- a/Documentation/devicetree/bindings/power/supply/lltc,lt3651-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/lltc,lt3651-charger.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/power/supply/lltc,lt3651-charger.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Analog Devices LT3651 Charger Power Supply bindings > +title: Analog Devices LT3651 Charger Power Supply > > maintainers: > - Sebastian Reichel <sre@kernel.org> > diff --git a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml > index 735f7d372ae1..a846a4d14ca9 100644 > --- a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml > +++ b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/power/supply/sc2731-charger.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Spreadtrum SC2731 PMICs battery charger binding > +title: Spreadtrum SC2731 PMICs battery charger > > maintainers: > - Sebastian Reichel <sre@kernel.org> > diff --git a/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml b/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > index d90a838a1744..de43e45a43b7 100644 > --- a/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > +++ b/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/power/supply/sc27xx-fg.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Spreadtrum SC27XX PMICs Fuel Gauge Unit Power Supply Bindings > +title: Spreadtrum SC27XX PMICs Fuel Gauge Unit Power Supply > > maintainers: > - Sebastian Reichel <sre@kernel.org> Acked-by: Sebastian Reichel <sre@kernel.org> -- Sebastian