linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2
@ 2017-06-25 15:55 Beniamino Galvani
  2017-06-25 15:55 ` [PATCH 1/3] arm: dts: meson: import dts files from Linux 4.12-rc6 Beniamino Galvani
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Beniamino Galvani @ 2017-06-25 15:55 UTC (permalink / raw)
  To: linus-amlogic

Hi,

this series adds a GPIO driver for Meson GXBB and enables it on
Odroid-C2.

Beniamino Galvani (3):
  arm: dts: meson: import dts files from Linux 4.12-rc6
  pinctrl: meson: add GPIO support
  odroid-c2: enable GPIO

 arch/arm/dts/meson-gx.dtsi                 |  97 +++++++++++++--
 arch/arm/dts/meson-gxbb-odroidc2.dts       |  82 ++++++++++++-
 arch/arm/dts/meson-gxbb.dtsi               | 187 ++++++++++++++++++++++++-----
 configs/odroid-c2_defconfig                |   2 +
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c |  21 ++++
 drivers/pinctrl/meson/pinctrl-meson.c      | 167 +++++++++++++++++++++++++-
 drivers/pinctrl/meson/pinctrl-meson.h      |  63 ++++++++++
 include/dt-bindings/clock/gxbb-clkc.h      |  14 ++-
 8 files changed, 586 insertions(+), 47 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-07-07  3:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 15:55 [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Beniamino Galvani
2017-06-25 15:55 ` [PATCH 1/3] arm: dts: meson: import dts files from Linux 4.12-rc6 Beniamino Galvani
2017-07-07  3:57   ` Simon Glass
2017-06-25 15:55 ` [PATCH 2/3] pinctrl: meson: add GPIO support Beniamino Galvani
2017-07-07  3:57   ` Simon Glass
2017-06-25 15:55 ` [PATCH 3/3] odroid-c2: enable GPIO Beniamino Galvani
2017-07-06 20:16   ` [U-Boot,3/3] " Tom Rini
2017-06-26 10:24 ` [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2 Jerome Brunet
2017-06-26 20:20   ` Beniamino Galvani

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