From: Lee Jones <lee.jones@linaro.org>
To: Rob Herring <robh+dt@kernel.org>
Cc: "Maxime Ripard" <maxime@cerno.tech>,
"Chen-Yu Tsai" <wens@csie.org>,
"Jernej Škrabec" <jernej.skrabec@gmail.com>,
"Frank Rowand" <frowand.list@gmail.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev,
"Linus Walleij" <linus.walleij@linaro.org>,
"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
"Bartosz Golaszewski" <bgolaszewski@baylibre.com>
Subject: Re: [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema
Date: Tue, 12 Oct 2021 16:52:04 +0100 [thread overview]
Message-ID: <YWWvJKs8K9Z8WIGV@google.com> (raw)
In-Reply-To: <YWWu+t487giK/FB2@google.com>
On Tue, 12 Oct 2021, Lee Jones wrote:
> On Tue, 12 Oct 2021, Rob Herring wrote:
>
> > On Tue, Oct 12, 2021 at 9:51 AM Lee Jones <lee.jones@linaro.org> wrote:
> > >
> > > On Tue, 12 Oct 2021, Rob Herring wrote:
> > >
> > > > On Fri, Sep 24, 2021 at 2:16 AM Maxime Ripard <maxime@cerno.tech> wrote:
> > > > >
> > > > > The X-Powers AXP PMICs feature a GPIO Controller supported by Linux
> > > > > thanks to its device tree binding.
> > > > >
> > > > > Now that we have the DT validation in place, let's convert the device
> > > > > tree bindings for that driver over to a YAML schema.
> > > > >
> > > > > Cc: Chen-Yu Tsai <wens@csie.org>
> > > > > Cc: Linus Walleij <linus.walleij@linaro.org>
> > > > > Cc: linux-gpio@vger.kernel.org
> > > > > Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > > > > Reviewed-by: Rob Herring <robh@kernel.org>
> > > > > Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> > > > >
> > > > > ---
> > > > >
> > > > > Changes from v1:
> > > > > - Removed the example and moved it in the mfd schema
> > > > > ---
> > > > > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 -------------------
> > > > > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++
> > > > > 2 files changed, 55 insertions(+), 75 deletions(-)
> > > > > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt
> > > > > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
> > > >
> > > > This one not being applied with the rest of the series is also
> > > > breaking linux-next.
> > > >
> > > > b4 am -P_ -sl -o - 20210924071614.868307-1-maxime@cerno.tech | git am
> > >
> > > Thanks for the link.
> > >
> > > Seeing as there are no *real* dependencies, it would be better for
> > > Linus to take the patch (if he's okay with it of course).
> >
> > Only that 'make dt_binding_check' is broken for anyone using your
> > branch (and linux-next ATM). It's as real as a broken build due to a
> > missing header. If you don't think this is a problem, then don't apply
> > MFD binding patches.
>
> Ah, I missed Bartosz Ack up there.
>
> Happy to apply it.
Linus, Bartosz, do you require a PR?
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Rob Herring <robh+dt@kernel.org>
Cc: "Maxime Ripard" <maxime@cerno.tech>,
"Chen-Yu Tsai" <wens@csie.org>,
"Jernej Škrabec" <jernej.skrabec@gmail.com>,
"Frank Rowand" <frowand.list@gmail.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev,
"Linus Walleij" <linus.walleij@linaro.org>,
"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
"Bartosz Golaszewski" <bgolaszewski@baylibre.com>
Subject: Re: [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema
Date: Tue, 12 Oct 2021 16:52:04 +0100 [thread overview]
Message-ID: <YWWvJKs8K9Z8WIGV@google.com> (raw)
In-Reply-To: <YWWu+t487giK/FB2@google.com>
On Tue, 12 Oct 2021, Lee Jones wrote:
> On Tue, 12 Oct 2021, Rob Herring wrote:
>
> > On Tue, Oct 12, 2021 at 9:51 AM Lee Jones <lee.jones@linaro.org> wrote:
> > >
> > > On Tue, 12 Oct 2021, Rob Herring wrote:
> > >
> > > > On Fri, Sep 24, 2021 at 2:16 AM Maxime Ripard <maxime@cerno.tech> wrote:
> > > > >
> > > > > The X-Powers AXP PMICs feature a GPIO Controller supported by Linux
> > > > > thanks to its device tree binding.
> > > > >
> > > > > Now that we have the DT validation in place, let's convert the device
> > > > > tree bindings for that driver over to a YAML schema.
> > > > >
> > > > > Cc: Chen-Yu Tsai <wens@csie.org>
> > > > > Cc: Linus Walleij <linus.walleij@linaro.org>
> > > > > Cc: linux-gpio@vger.kernel.org
> > > > > Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > > > > Reviewed-by: Rob Herring <robh@kernel.org>
> > > > > Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> > > > >
> > > > > ---
> > > > >
> > > > > Changes from v1:
> > > > > - Removed the example and moved it in the mfd schema
> > > > > ---
> > > > > .../devicetree/bindings/gpio/gpio-axp209.txt | 75 -------------------
> > > > > .../bindings/gpio/x-powers,axp209-gpio.yaml | 55 ++++++++++++++
> > > > > 2 files changed, 55 insertions(+), 75 deletions(-)
> > > > > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt
> > > > > create mode 100644 Documentation/devicetree/bindings/gpio/x-powers,axp209-gpio.yaml
> > > >
> > > > This one not being applied with the rest of the series is also
> > > > breaking linux-next.
> > > >
> > > > b4 am -P_ -sl -o - 20210924071614.868307-1-maxime@cerno.tech | git am
> > >
> > > Thanks for the link.
> > >
> > > Seeing as there are no *real* dependencies, it would be better for
> > > Linus to take the patch (if he's okay with it of course).
> >
> > Only that 'make dt_binding_check' is broken for anyone using your
> > branch (and linux-next ATM). It's as real as a broken build due to a
> > missing header. If you don't think this is a problem, then don't apply
> > MFD binding patches.
>
> Ah, I missed Bartosz Ack up there.
>
> Happy to apply it.
Linus, Bartosz, do you require a PR?
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-10-12 15:52 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-24 7:16 [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema Maxime Ripard
2021-09-24 7:16 ` Maxime Ripard
2021-09-24 7:16 ` [RESEND v2 2/3] dt-bindings: mfd: Convert X-Powers AXP " Maxime Ripard
2021-09-24 7:16 ` Maxime Ripard
2021-09-26 15:14 ` Chen-Yu Tsai
2021-09-26 15:14 ` Chen-Yu Tsai
2021-09-27 16:00 ` Rob Herring
2021-09-27 16:00 ` Rob Herring
2021-10-06 8:16 ` Lee Jones
2021-10-06 8:16 ` Lee Jones
2021-09-24 7:16 ` [RESEND v2 3/3] dt-bindings: mfd: Convert X-Powers AC100 " Maxime Ripard
2021-09-24 7:16 ` Maxime Ripard
2021-09-26 15:15 ` Chen-Yu Tsai
2021-09-26 15:15 ` Chen-Yu Tsai
2021-10-06 8:15 ` Lee Jones
2021-10-06 8:15 ` Lee Jones
2021-09-26 15:13 ` [RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO " Chen-Yu Tsai
2021-09-26 15:13 ` Chen-Yu Tsai
2021-10-12 14:04 ` Rob Herring
2021-10-12 14:04 ` Rob Herring
2021-10-12 14:50 ` Lee Jones
2021-10-12 14:50 ` Lee Jones
2021-10-12 15:43 ` Rob Herring
2021-10-12 15:43 ` Rob Herring
2021-10-12 15:51 ` Lee Jones
2021-10-12 15:51 ` Lee Jones
2021-10-12 15:52 ` Lee Jones [this message]
2021-10-12 15:52 ` Lee Jones
2021-10-13 23:35 ` Linus Walleij
2021-10-13 23:35 ` Linus Walleij
2021-10-14 6:41 ` Lee Jones
2021-10-14 6:41 ` Lee Jones
2021-10-20 15:01 ` Rob Herring
2021-10-20 15:01 ` Rob Herring
2021-10-20 16:02 ` Lee Jones
2021-10-20 16:02 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YWWvJKs8K9Z8WIGV@google.com \
--to=lee.jones@linaro.org \
--cc=bgolaszewski@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=jernej.skrabec@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=maxime@cerno.tech \
--cc=robh+dt@kernel.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.