mbox series

[GIT,PULL] dt-bindings: gpio: fsl-imx-gpio: Cleanup for v5.10

Message ID 20200904151139.18715-1-krzk@kernel.org
State New
Headers show
Series [GIT,PULL] dt-bindings: gpio: fsl-imx-gpio: Cleanup for v5.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/imx-gpio-5.10

Message

Krzysztof Kozlowski Sept. 4, 2020, 3:11 p.m. UTC
Hi Linus,

These were on the list for some time. They got review from Rob so I guess they
are good to go via subsystem tree.

Best regards,
Krzysztof


The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/imx-gpio-5.10

for you to fetch changes up to 8c0aa567146b1df5e74f732cd4c2aee376d8c082:

  dt-bindings: gpio: fsl-imx-gpio: Add power-domains (2020-09-04 17:04:38 +0200)

----------------------------------------------------------------
NXP i.MX GPIO bindings for v5.10

Few NXP i.MX GPIO controller bindings cleanup.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles
      dt-bindings: gpio: fsl-imx-gpio: Add gpio-ranges property
      dt-bindings: gpio: fsl-imx-gpio: Add parsing of hogs
      dt-bindings: gpio: fsl-imx-gpio: Add power-domains

 .../devicetree/bindings/gpio/fsl-imx-gpio.yaml     | 43 +++++++++++++++++++---
 1 file changed, 37 insertions(+), 6 deletions(-)

Comments

Linus Walleij Sept. 12, 2020, 9:40 a.m. UTC | #1
On Fri, Sep 4, 2020 at 5:11 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:

> These were on the list for some time. They got review from Rob so I guess they
> are good to go via subsystem tree.

Pulled in to my devel branch, thanks!

Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
looks very, very good.

One thing I was thinking of was to abstract out
gpio-common.yaml from these bindings as a start, since
you made the effort to even parse hogs properly.
That way others could benefit from the work.

Do you want to do it or should I take a stab?

Yours,
Linus Walleij
Krzysztof Kozlowski Sept. 16, 2020, 11:56 a.m. UTC | #2
On Sat, 12 Sep 2020 at 11:40, Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Fri, Sep 4, 2020 at 5:11 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> > These were on the list for some time. They got review from Rob so I guess they
> > are good to go via subsystem tree.
>
> Pulled in to my devel branch, thanks!
>
> Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
> looks very, very good.
>
> One thing I was thinking of was to abstract out
> gpio-common.yaml from these bindings as a start, since
> you made the effort to even parse hogs properly.
> That way others could benefit from the work.
>
> Do you want to do it or should I take a stab?

Hi Linus,

I can prepare common bindings.

Best regards,
Krzysztof