mbox series

[v7,0/2] pinctrl: Add RZ/A2 pin and gpio driver

Message ID 20181115161528.34326-1-chris.brandt@renesas.com (mailing list archive)
Headers show
Series pinctrl: Add RZ/A2 pin and gpio driver | expand

Message

Chris Brandt Nov. 15, 2018, 4:15 p.m. UTC
The pin controller in the RZ/A2 is nothing like the pin controller in
the RZ/A1. That's a good thing! This pin controller is much more simple
and easier to configure.

So, this driver is faily simple (I hope).

Chris Brandt (2):
  pinctrl: Add RZ/A2 pin and gpio controller
  dt-bindings: pinctrl: Add RZ/A2 pinctrl and GPIO

 .../bindings/pinctrl/renesas,rza2-pinctrl.txt      |  87 ++++
 drivers/pinctrl/Kconfig                            |  11 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/pinctrl-rza2.c                     | 519 +++++++++++++++++++++
 include/dt-bindings/pinctrl/r7s9210-pinctrl.h      |  47 ++
 5 files changed, 665 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rza2-pinctrl.txt
 create mode 100644 drivers/pinctrl/pinctrl-rza2.c
 create mode 100644 include/dt-bindings/pinctrl/r7s9210-pinctrl.h

Comments

Geert Uytterhoeven Nov. 23, 2018, 8:33 a.m. UTC | #1
Hi Chris,

On Thu, Nov 15, 2018 at 5:15 PM Chris Brandt <chris.brandt@renesas.com> wrote:
> The pin controller in the RZ/A2 is nothing like the pin controller in
> the RZ/A1. That's a good thing! This pin controller is much more simple
> and easier to configure.
>
> So, this driver is faily simple (I hope).

Thanks, qeuing in sh-pfc-for-v4.21.

Gr{oetje,eeting}s,

                        Geert