All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add Actions Semi S700 pinctrl support
@ 2018-07-29 18:25 ` Saravanan Sekar
  0 siblings, 0 replies; 44+ messages in thread
From: Saravanan Sekar @ 2018-07-29 18:25 UTC (permalink / raw)
  To: manivannan.sadhasivam, linus.walleij, robh+dt, mark.rutland,
	afaerber, catalin.marinas, will.deacon
  Cc: linux-gpio, devicetree, linux-kernel, linux-arm-kernel, pn,
	mp-cs, jeff.chen, thomas.liau, linux, Saravanan Sekar

This patchset adds pinctrl support for Actions Semi S700 SoC.
Pinmux functions are only accessible for pin groups while pinconf
parameters are available for both pin groups and individual pins.

pinctrl driver is verified using the Cubieboard7.

common functionalities from s900 is moved for all Actions Semi
SoC's usage.
Common pad control configurations are moved to SoC specific

dts entry for pinctrl depends on clock driver which is still under review:
https://patchwork.kernel.org/patch/10533959/

Thanks,
Saravanan
Parthiban

Changelog in v2
- GPIO Interrupt support is added
- Device tree entry for GPIO and Interrupt configured
- GPIO and pinctrl define reorder, commit message findings fixed

depends on owl GPIO Interrupt support
https://patchwork.kernel.org/patch/10483477/

Saravanan Sekar (5):
  pinctrl: actions: define constructor generic to Actions Semi SoC's
  pinctrl: actions: define pad control configurtion to SoC specific
  dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC
  pinctrl: actions: Add Actions Semi S700 pinctrl driver
  arm64: dts: actions: Add pinctrl node for Actions Semi S700

 .../bindings/pinctrl/actions,s700-pinctrl.txt |  170 ++
 arch/arm64/boot/dts/actions/s700.dtsi         |   16 +
 drivers/pinctrl/actions/Kconfig               |    6 +
 drivers/pinctrl/actions/Makefile              |    1 +
 drivers/pinctrl/actions/pinctrl-owl.c         |   71 +-
 drivers/pinctrl/actions/pinctrl-owl.h         |  142 +-
 drivers/pinctrl/actions/pinctrl-s700.c        | 1925 +++++++++++++++++
 drivers/pinctrl/actions/pinctrl-s900.c        |  205 +-
 8 files changed, 2337 insertions(+), 199 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/actions,s700-pinctrl.txt
 create mode 100644 drivers/pinctrl/actions/pinctrl-s700.c

-- 
2.18.0

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

end of thread, other threads:[~2018-07-30 23:18 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-29 18:25 [PATCH v2 0/5] Add Actions Semi S700 pinctrl support Saravanan Sekar
2018-07-29 18:25 ` Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's Saravanan Sekar
2018-07-29 18:25   ` Saravanan Sekar
2018-07-29 19:06   ` kbuild test robot
2018-07-29 19:06     ` kbuild test robot
2018-07-29 19:06     ` kbuild test robot
2018-07-29 19:12   ` kbuild test robot
2018-07-29 19:12     ` kbuild test robot
2018-07-29 19:12     ` kbuild test robot
2018-07-29 18:25 ` [PATCH v2 2/5] pinctrl: actions: define pad control configurtion to SoC specific Saravanan Sekar
2018-07-29 18:25   ` Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC Saravanan Sekar
2018-07-29 18:25   ` Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver Saravanan Sekar
2018-07-29 18:25   ` Saravanan Sekar
2018-07-29 18:25 ` [PATCH v2 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700 Saravanan Sekar
2018-07-29 18:25   ` Saravanan Sekar
2018-07-29 21:26   ` kbuild test robot
2018-07-29 21:26     ` kbuild test robot
2018-07-29 21:26     ` kbuild test robot
2018-07-29 20:00 ` [PATCH v3 0/5] Add Actions Semi S700 pinctrl support Saravanan Sekar
2018-07-29 20:00   ` Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's Saravanan Sekar
2018-07-29 20:00     ` Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 2/5] pinctrl: actions: define pad control configurtion to SoC specific Saravanan Sekar
2018-07-29 20:00     ` Saravanan Sekar
2018-07-29 20:00   ` [PATCH v3 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC Saravanan Sekar
2018-07-29 20:00     ` Saravanan Sekar
2018-07-30 23:18     ` Rob Herring
2018-07-30 23:18       ` Rob Herring
2018-07-29 20:00   ` [PATCH v3 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver Saravanan Sekar
2018-07-29 20:00     ` Saravanan Sekar
2018-07-29 22:00     ` kbuild test robot
2018-07-29 22:00       ` kbuild test robot
2018-07-29 22:00       ` kbuild test robot
2018-07-29 22:00     ` [RFC PATCH] pinctrl: actions: s700_pads[] can be static kbuild test robot
2018-07-29 22:00       ` kbuild test robot
2018-07-29 22:00       ` kbuild test robot
2018-07-29 20:00   ` [PATCH v3 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700 Saravanan Sekar
2018-07-29 20:00     ` Saravanan Sekar
2018-07-30  2:48     ` kbuild test robot
2018-07-30  2:48       ` kbuild test robot
2018-07-30  2:48       ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.