devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver
@ 2015-08-11  8:28 Ludovic Desroches
  2015-08-11  8:28 ` [PATCH 1/5] pinctrl: introduce driver for Atmel PIO4 controller Ludovic Desroches
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ludovic Desroches @ 2015-08-11  8:28 UTC (permalink / raw)
  To: linux-gpio, linux-arm-kernel, linux-kernel, devicetree
  Cc: s.hauer, linus.walleij, nicolas.ferre, alexandre.belloni,
	Ludovic Desroches

Hi,

The Atmel PIO4 controller has been introduced with SAMA5D2 chip family. This
drivers manages both pinmux/pinconf and gpio stuff. It is inspired by Mediatek
pinctrl driver.

Ludovic Desroches (5):
  pinctrl: introduce driver for Atmel PIO4 controller
  pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4
  MAINTAINERS: Add an entry for pinctrl-at91-pio4
  ARM: at91/dt: sama5d2: add pio controller node
  ARM: at91/defconfig: sama5: add PIO4 controller support

 .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt   |   90 ++
 MAINTAINERS                                        |    7 +
 arch/arm/boot/dts/sama5d2.dtsi                     |   14 +
 arch/arm/mach-at91/Kconfig                         |    1 +
 drivers/pinctrl/Kconfig                            |   13 +
 drivers/pinctrl/Makefile                           |    1 +
 drivers/pinctrl/pinctrl-at91-pio4.c                | 1063 ++++++++++++++++++++
 7 files changed, 1189 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
 create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c

-- 
2.5.0


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

end of thread, other threads:[~2015-09-15  9:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11  8:28 [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches
2015-08-11  8:28 ` [PATCH 1/5] pinctrl: introduce driver for Atmel PIO4 controller Ludovic Desroches
2015-08-11  8:28 ` [PATCH 2/5] pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4 Ludovic Desroches
2015-09-15  8:52   ` Sascha Hauer
2015-08-11  8:28 ` [PATCH 3/5] MAINTAINERS: Add an entry for pinctrl-at91-pio4 Ludovic Desroches
2015-08-11  8:28 ` [PATCH 4/5] ARM: at91/dt: sama5d2: add pio controller node Ludovic Desroches
2015-08-11  8:28 ` [PATCH 5/5] ARM: at91/defconfig: sama5: add PIO4 controller support Ludovic Desroches
2015-09-07 13:12 ` [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches
2015-09-15  8:57   ` Sascha Hauer
2015-09-15  9:15     ` Ludovic Desroches

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