All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Amlogic: GXBB: Add pin controller
@ 2016-05-02  8:02 ` Carlo Caione
  0 siblings, 0 replies; 32+ messages in thread
From: Carlo Caione @ 2016-05-02  8:02 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	linus.walleij-QSEj5FYQhm4dnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-meson-/JYPxA39Uh5TLH3MbocFFw,
	devicetree-u79uwXL29TY76Z2rM5mHXA, afaerber-l3A5Bk7waGM,
	arnd-r2nGTMty4D4, khilman-rdvid1DuHRBWk0Htik3J/w,
	linux-6IF/jdPJHihWk0Htik3J/w
  Cc: Carlo Caione

From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>

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.

Changelog:
* v2:
  - Split patchset in 4 different patches

Carlo Caione (4):
  pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC
  documentation: Add compatibles for Amlogic Meson GXBB pin controllers
  ARM64: Kconfig: Select the Amlogic Meson pin controller driver
  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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02  8:02 [PATCH v2 0/4] Amlogic: GXBB: Add pin controller Carlo Caione
2016-05-02  8:02 ` Carlo Caione
     [not found] ` <1462176138-29433-1-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2016-05-02  8:02   ` [PATCH v2 1/4] pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC Carlo Caione
2016-05-02  8:02     ` Carlo Caione
     [not found]     ` <1462176138-29433-2-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2016-05-11  8:49       ` Linus Walleij
2016-05-11  8:49         ` Linus Walleij
2016-05-02  8:02   ` [PATCH v2 2/4] documentation: Add compatibles for Amlogic Meson GXBB pin controllers Carlo Caione
2016-05-02  8:02     ` Carlo Caione
     [not found]     ` <1462176138-29433-3-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2016-05-04  2:31       ` Rob Herring
2016-05-04  2:31         ` Rob Herring
2016-05-11  8:52       ` Linus Walleij
2016-05-11  8:52         ` Linus Walleij
     [not found]         ` <CACRpkdZQHX2YFh7CFpaagrY+BBtyAejdUs4F7ow+3+9+F6mU-A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-11 11:25           ` Carlo Caione
2016-05-11 11:25             ` Carlo Caione
     [not found]             ` <CAOQ7t2ZesQPPXTXEPRhF8TqzK-0c7VjH-_2ZKuxAOcd3-Z0uQQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-11 12:17               ` Linus Walleij
2016-05-11 12:17                 ` Linus Walleij
2016-05-02  8:02   ` [PATCH v2 3/4] ARM64: Kconfig: Select the Amlogic Meson pin controller driver Carlo Caione
2016-05-02  8:02     ` Carlo Caione
     [not found]     ` <1462176138-29433-4-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2016-05-11  8:53       ` Linus Walleij
2016-05-11  8:53         ` Linus Walleij
     [not found]         ` <CACRpkdbTr7YUrzSQQci929ugBhTkJKWvpjdf5Wo3HkfVKFhGLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-11 10:56           ` Arnd Bergmann
2016-05-11 10:56             ` Arnd Bergmann
2016-05-11 18:41             ` Carlo Caione
2016-05-11 18:41               ` Carlo Caione
     [not found]               ` <CAOQ7t2aLORBKiuZEp1BZ1+O-Yr5xvM9bjkFnfA9Yn9oZZefSnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-23 13:49                 ` Linus Walleij
2016-05-23 13:49                   ` Linus Walleij
2016-05-02  8:02   ` [PATCH v2 4/4] ARM64: dts: amlogic: Enable pin controller on GXBB-based platforms Carlo Caione
2016-05-02  8:02     ` Carlo Caione
2016-05-06 12:35   ` [PATCH v2 0/4] Amlogic: GXBB: Add pin controller Kevin Hilman
2016-05-06 12:35     ` Kevin Hilman
     [not found]     ` <m2bn4jbbzn.fsf-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-05-11  8:54       ` Linus Walleij
2016-05-11  8:54         ` 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.