All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] amlogic: GXBB: Add pin controller
@ 2016-04-30 17:21 ` Carlo Caione
  0 siblings, 0 replies; 14+ messages in thread
From: Carlo Caione @ 2016-04-30 17:21 UTC (permalink / raw)
  To: linux-arm-kernel

From: Carlo Caione <carlo@endlessm.com>

Patchset to add and enable the pin controller driver on a couple of Amlogic
boards with a Meson GXBB SoC.

Please note that:

* This patch depends on http://www.spinics.net/lists/devicetree/msg120964.html
  ([PATCH] ARM64: dts: amlogic: Add hiu and periphs buses).

* The platform driver is still missing a lot of muxing configurations. This is
  because Amlogic still hasn't publicly released documentation for the GXBB.
  Since Kevin has already this documentation under NDA, he will integrate and
  complete this driver with a separate submission.

Carlo Caione (2):
  pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC
  ARM64: dts: amlogic: Enable pin controller on GXBB-based platforms

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +
 arch/arm64/Kconfig.platforms                       |   2 +
 .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |  13 +
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi   |   2 +
 .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      |   3 +
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |  41 ++
 drivers/pinctrl/meson/Makefile                     |   2 +-
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c         | 432 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.c              |   8 +
 drivers/pinctrl/meson/pinctrl-meson.h              |   2 +
 include/dt-bindings/gpio/meson-gxbb-gpio.h         | 154 ++++++++
 11 files changed, 660 insertions(+), 1 deletion(-)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-gxbb.c
 create mode 100644 include/dt-bindings/gpio/meson-gxbb-gpio.h

-- 
2.7.4

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

end of thread, other threads:[~2016-05-01 23:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-30 17:21 [PATCH 0/2] amlogic: GXBB: Add pin controller Carlo Caione
2016-04-30 17:21 ` Carlo Caione
2016-04-30 17:21 ` [PATCH 1/2] pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC Carlo Caione
2016-04-30 17:21   ` Carlo Caione
2016-05-01  9:03   ` Linus Walleij
2016-05-01  9:03     ` Linus Walleij
2016-05-01  9:20     ` Carlo Caione
2016-05-01  9:20       ` Carlo Caione
2016-05-01 23:48       ` Kevin Hilman
2016-05-01 23:48         ` Kevin Hilman
2016-04-30 17:21 ` [PATCH 2/2] ARM64: dts: amlogic: Enable pin controller on GXBB-based platforms Carlo Caione
2016-04-30 17:21   ` Carlo Caione
2016-05-01  9:05   ` Linus Walleij
2016-05-01  9:05     ` Linus Walleij

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.