devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] pinctrl: Add RZ/A2 pin and gpio driver
@ 2018-11-07 18:27 Chris Brandt
  2018-11-07 18:27 ` [PATCH v4 1/2] pinctrl: Add RZ/A2 pin and gpio controller Chris Brandt
  2018-11-07 18:27 ` [PATCH v4 2/2] dt-bindings: pinctrl: Add RZ/A2 pinctrl and GPIO Chris Brandt
  0 siblings, 2 replies; 21+ messages in thread
From: Chris Brandt @ 2018-11-07 18:27 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland, Geert Uytterhoeven
  Cc: jacopo mondi, linux-gpio, devicetree, linux-renesas-soc,
	Chris Brandt

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).


  V3 -> V4: Sorry...I forgot Rob's Reviewed-by !!


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      |  88 ++++
 drivers/pinctrl/Kconfig                            |  11 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/pinctrl-rza2.c                     | 530 +++++++++++++++++++++
 include/dt-bindings/pinctrl/r7s9210-pinctrl.h      |  47 ++
 5 files changed, 677 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

-- 
2.16.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-11-19 13:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07 18:27 [PATCH v4 0/2] pinctrl: Add RZ/A2 pin and gpio driver Chris Brandt
2018-11-07 18:27 ` [PATCH v4 1/2] pinctrl: Add RZ/A2 pin and gpio controller Chris Brandt
2018-11-12 18:58   ` Geert Uytterhoeven
2018-11-13 18:43     ` Chris Brandt
2018-11-13 19:00       ` Geert Uytterhoeven
2018-11-13 19:26         ` Chris Brandt
2018-11-13 22:18           ` Geert Uytterhoeven
2018-11-14 18:35             ` Chris Brandt
2018-11-13 19:57   ` jacopo mondi
2018-11-14 23:41     ` Chris Brandt
2018-11-15  7:34       ` Geert Uytterhoeven
2018-11-15 12:18         ` Chris Brandt
2018-11-07 18:27 ` [PATCH v4 2/2] dt-bindings: pinctrl: Add RZ/A2 pinctrl and GPIO Chris Brandt
2018-11-12 16:06   ` Geert Uytterhoeven
2018-11-13 16:38     ` Chris Brandt
2018-11-13 17:28       ` Geert Uytterhoeven
2018-11-13 17:58         ` Chris Brandt
2018-11-19 13:21         ` Linus Walleij
2018-11-19 13:42           ` Geert Uytterhoeven
2018-11-13 19:15   ` jacopo mondi
2018-11-13 19:33     ` Chris Brandt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).