[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqK+6-pz6gQyW3ZEEb6_2AOzwsM0aDZ1PwVCLy-=OeSjhw@mail.gmail.com>
Date: Sun, 27 Oct 2019 16:03:51 -0500
From: Rob Herring <robh+dt@...nel.org>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Linux Input <linux-input@...r.kernel.org>,
devicetree <devicetree@...r.kernel.org>,
Pavel Machek <pavel@....cz>,
Jacek Anaszewski <jacek.anaszewski@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Lee Jones <lee.jones@...aro.org>, Dan Murphy <dmurphy@...com>,
Linux LED Subsystem <linux-leds@...r.kernel.org>,
Linux PM list <linux-pm@...r.kernel.org>,
Mark Brown <broonie@...nel.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Liam Girdwood <lgirdwood@...il.com>,
Sebastian Reichel <sre@...nel.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Mark Rutland <mark.rutland@....com>
Subject: Re: [PATCH v4 0/6] dt-bindings: max77650: convert the device-tree
bindings to yaml
On Sat, Oct 26, 2019 at 6:54 AM Bartosz Golaszewski <brgl@...ev.pl> wrote:
>
> pon., 21 paź 2019 o 14:44 Bartosz Golaszewski <brgl@...ev.pl> napisał(a):
> >
> > From: Bartosz Golaszewski <bgolaszewski@...libre.com>
> >
> > This series converts all DT binding documents for MAX77650 PMIC to YAML.
> >
> > v1 -> v2:
> > - use upper case for abbreviations in commit messages
> >
> > v2 -> v3:
> > - pull all example fragments into the binding document for the core MFD module
> > - fix all dt_binding_check errors
> > - add references to submodules to the main binding document
> > - drop the type for gpio-line-names
> > - drop the description for the interrupts property
> > - completely delete the previous txt files
> >
> > v3 -> v4:
> > - remove unnecessary parts of descriptions, added details on the chip
> > - correct file references (.txt -> .yaml)
> > - fix mixing scalar and array constraints
> > - dropped type refs for globally defined properties
> >
> > Bartosz Golaszewski (6):
> > dt-bindings: input: max77650: convert the binding document to yaml
> > dt-bindings: regulator: max77650: convert the binding document to yaml
> > dt-bindings: power: max77650: convert the binding document to yaml
> > dt-bindings: leds: max77650: convert the binding document to yaml
> > dt-bindings: mfd: max77650: convert the binding document to yaml
> > MAINTAINERS: update the list of maintained files for max77650
> >
> > .../bindings/input/max77650-onkey.txt | 26 ---
> > .../bindings/input/max77650-onkey.yaml | 35 ++++
> > .../bindings/leds/leds-max77650.txt | 57 -------
> > .../bindings/leds/leds-max77650.yaml | 51 ++++++
> > .../devicetree/bindings/mfd/max77650.txt | 46 ------
> > .../devicetree/bindings/mfd/max77650.yaml | 149 ++++++++++++++++++
> > .../power/supply/max77650-charger.txt | 28 ----
> > .../power/supply/max77650-charger.yaml | 34 ++++
> > .../bindings/regulator/max77650-regulator.txt | 41 -----
> > .../regulator/max77650-regulator.yaml | 31 ++++
> > MAINTAINERS | 4 +-
> > 11 files changed, 302 insertions(+), 200 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/input/max77650-onkey.txt
> > create mode 100644 Documentation/devicetree/bindings/input/max77650-onkey.yaml
> > delete mode 100644 Documentation/devicetree/bindings/leds/leds-max77650.txt
> > create mode 100644 Documentation/devicetree/bindings/leds/leds-max77650.yaml
> > delete mode 100644 Documentation/devicetree/bindings/mfd/max77650.txt
> > create mode 100644 Documentation/devicetree/bindings/mfd/max77650.yaml
> > delete mode 100644 Documentation/devicetree/bindings/power/supply/max77650-charger.txt
> > create mode 100644 Documentation/devicetree/bindings/power/supply/max77650-charger.yaml
> > delete mode 100644 Documentation/devicetree/bindings/regulator/max77650-regulator.txt
> > create mode 100644 Documentation/devicetree/bindings/regulator/max77650-regulator.yaml
> >
> > --
> > 2.23.0
> >
>
> Hi Rob,
>
> thanks for reviewing the series. Can you please take it through your
> tree for v5.5? I think it'll be easier than bothering all the
> respective maintainers and it only touches on bindings anyway.
Okay, series applied.
Rob
Powered by blists - more mailing lists