Message ID | cover.1617783062.git.mchehab+huawei@kernel.org |
---|---|
Headers | show |
Series | Fix broken documentation file references | expand |
On Wed, 7 Apr 2021 10:20:50 +0200 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > Changeset e13b686b18e3 ("dt-bindings:iio:adc:dlg,da9150-gpadc yaml conversion") > renamed: Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt > to: Documentation/devicetree/bindings/iio/adc/dlg,da9150-gpadc.yaml. > > Update its cross-reference accordingly. > > Fixes: e13b686b18e3 ("dt-bindings:iio:adc:dlg,da9150-gpadc yaml conversion") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > Documentation/devicetree/bindings/mfd/da9150.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt > index 763e0b639a82..b7afa39d6260 100644 > --- a/Documentation/devicetree/bindings/mfd/da9150.txt > +++ b/Documentation/devicetree/bindings/mfd/da9150.txt > @@ -19,7 +19,7 @@ Required properties: > further information relating to interrupt properties) > > Sub-devices: > -- da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt > +- da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/dlg,da9150-gpadc.yaml > - da9150-charger: See Documentation/devicetree/bindings/power/da9150-charger.txt > - da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt >
Hi, On Wed, Apr 07, 2021 at 10:20:51AM +0200, Mauro Carvalho Chehab wrote: > Changeset f3332532463f ("power/supply: unify DT documentation") > renamed: Documentation/devicetree/bindings/power/da9150-charger.txt > to: Documentation/devicetree/bindings/power/supply/da9150-charger.txt. > > Update its cross-reference accordingly. > > Fixes: f3332532463f ("power/supply: unify DT documentation") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/devicetree/bindings/mfd/da9150.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt > index b7afa39d6260..f4db2b520327 100644 > --- a/Documentation/devicetree/bindings/mfd/da9150.txt > +++ b/Documentation/devicetree/bindings/mfd/da9150.txt > @@ -20,7 +20,7 @@ Required properties: > > Sub-devices: > - da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/dlg,da9150-gpadc.yaml > -- da9150-charger: See Documentation/devicetree/bindings/power/da9150-charger.txt > +- da9150-charger: See Documentation/devicetree/bindings/power/supply/da9150-charger.txt > - da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt This got "renamed" again in -next. Also I do not see the point to update the next line in its own patch. git show --stat 59604ba75633 commit 59604ba756334377deca54bc0526da739bfc0c51 Author: Sebastian Reichel <sebastian.reichel@collabora.com> Date: Wed Mar 17 14:48:55 2021 +0100 dt-bindings: power: supply: da9150: Convert to DT schema format Convert the binding to DT schema format. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Rob Herring <robh@kernel.org> Documentation/devicetree/bindings/power/supply/da9150-charger.txt | 26 -------------------------- Documentation/devicetree/bindings/power/supply/da9150-fg.txt | 23 ----------------------- Documentation/devicetree/bindings/power/supply/dlg,da9150-charger.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Documentation/devicetree/bindings/power/supply/dlg,da9150-fuel-gauge.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+), 49 deletions(-) Thanks, -- Sebastian