public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] pinctrl: sunxi: Add A80 Pin Controller support
@ 2014-10-28 21:41 Maxime Ripard
  2014-10-28 21:41 ` [PATCH v2 1/4] pinctrl: sunxi: Add PN bank base pin Maxime Ripard
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Maxime Ripard @ 2014-10-28 21:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

As usual when we support a new SoC, we need to add a new pinctrl
driver.

Here is it, this time for the A80, which doesn't bring anything new
beside one more bank compared to the previous SoCs, but less pins
overall.

Maxime

Changes from v1:
  - Fix a whitespace error in patch 3
  - Added a closing bracket to the module author email
  - Removed the owner field from the driver

Maxime Ripard (4):
  pinctrl: sunxi: Add PN bank base pin
  pinctrl: sunxi: Add A80 pinctrl muxing options
  ARM: sun9i: Enable the A80 pinctrl driver
  ARM: sun9i: optimus: Set UART0 muxing

 arch/arm/boot/dts/sun9i-a80-optimus.dts   |   2 +
 arch/arm/boot/dts/sun9i-a80.dtsi          |  23 +
 drivers/pinctrl/sunxi/Kconfig             |   4 +
 drivers/pinctrl/sunxi/Makefile            |   1 +
 drivers/pinctrl/sunxi/pinctrl-sun9i-a80.c | 749 ++++++++++++++++++++++++++++++
 drivers/pinctrl/sunxi/pinctrl-sunxi.h     |   1 +
 6 files changed, 780 insertions(+)
 create mode 100644 drivers/pinctrl/sunxi/pinctrl-sun9i-a80.c

-- 
2.1.1

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

end of thread, other threads:[~2014-10-30 15:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28 21:41 [PATCH v2 0/4] pinctrl: sunxi: Add A80 Pin Controller support Maxime Ripard
2014-10-28 21:41 ` [PATCH v2 1/4] pinctrl: sunxi: Add PN bank base pin Maxime Ripard
2014-10-30 14:55   ` Linus Walleij
2014-10-28 21:41 ` [PATCH v2 2/4] pinctrl: sunxi: Add A80 pinctrl muxing options Maxime Ripard
2014-10-30 14:57   ` Linus Walleij
2014-10-28 21:41 ` [PATCH v2 3/4] ARM: sun9i: Enable the A80 pinctrl driver Maxime Ripard
2014-10-30 14:57   ` Linus Walleij
2014-10-30 15:06     ` Maxime Ripard
2014-10-28 21:41 ` [PATCH v2 4/4] ARM: sun9i: optimus: Set UART0 muxing Maxime Ripard
2014-10-30 14:58   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox