mbox series

[linux,dev-4.13,v2,0/2] pinctrl: npcm: add NPCM7xx pinctrl driver

Message ID 1526563450-20630-1-git-send-email-tmaimon77@gmail.com
Headers show
Series pinctrl: npcm: add NPCM7xx pinctrl driver | expand

Message

Tomer Maimon May 17, 2018, 1:24 p.m. UTC
Changes since version 1:
fixed comments from Andrew Jeffery<andrew@aj.id.au>:
https://patchwork.ozlabs.org/patch/853395/

This patch set adds pin controller support for the 
Nuvoton NPCM7xx Baseboard Management Controller (BMC).
 
The NPCM7XX Pin Controller multi-function routed
through the multiplexing block, Each pin supports
GPIO functionality (GPIOx) and multiple functions
that directly connect the pin to different hardware
blocks.

Tomer Maimon (2):
  dt-binding: pinctrl: document NPCM7xx pin controller DT bindings
  pinctrl: npcm: add NPCM7xx pin control driver

 .../bindings/pinctrl/nuvoton,npcm7xx-pinctrl.txt   |   70 +
 drivers/pinctrl/Kconfig                            |    1 +
 drivers/pinctrl/Makefile                           |    2 +
 drivers/pinctrl/nuvoton/Kconfig                    |   12 +
 drivers/pinctrl/nuvoton/Makefile                   |    1 +
 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c          | 2133 ++++++++++++++++++++
 6 files changed, 2219 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/nuvoton,npcm7xx-pinctrl.txt
 create mode 100644 drivers/pinctrl/nuvoton/Kconfig
 create mode 100644 drivers/pinctrl/nuvoton/Makefile
 create mode 100644 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c

Comments

Joel Stanley May 18, 2018, 7:56 a.m. UTC | #1
On 17 May 2018 at 22:54, Tomer Maimon <tmaimon77@gmail.com> wrote:
> Changes since version 1:
> fixed comments from Andrew Jeffery<andrew@aj.id.au>:
> https://patchwork.ozlabs.org/patch/853395/
>
> This patch set adds pin controller support for the
> Nuvoton NPCM7xx Baseboard Management Controller (BMC).
>
> The NPCM7XX Pin Controller multi-function routed
> through the multiplexing block, Each pin supports
> GPIO functionality (GPIOx) and multiple functions
> that directly connect the pin to different hardware
> blocks.

I've applied these to dev-4.13.

How is the upstream submission going?

Cheers,

Joel

>
> Tomer Maimon (2):
>   dt-binding: pinctrl: document NPCM7xx pin controller DT bindings
>   pinctrl: npcm: add NPCM7xx pin control driver
>
>  .../bindings/pinctrl/nuvoton,npcm7xx-pinctrl.txt   |   70 +
>  drivers/pinctrl/Kconfig                            |    1 +
>  drivers/pinctrl/Makefile                           |    2 +
>  drivers/pinctrl/nuvoton/Kconfig                    |   12 +
>  drivers/pinctrl/nuvoton/Makefile                   |    1 +
>  drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c          | 2133 ++++++++++++++++++++
>  6 files changed, 2219 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/nuvoton,npcm7xx-pinctrl.txt
>  create mode 100644 drivers/pinctrl/nuvoton/Kconfig
>  create mode 100644 drivers/pinctrl/nuvoton/Makefile
>  create mode 100644 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c
>
> --
> 2.14.1
>