linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support for Meson GXBB GPIOs to U-Boot
@ 2017-07-09 22:30 Beniamino Galvani
  2017-07-09 22:30 ` [PATCH v2 1/4] arm: dts: meson: import dts files from Linux 4.12 Beniamino Galvani
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Beniamino Galvani @ 2017-07-09 22:30 UTC (permalink / raw)
  To: linus-amlogic

Hi,

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

Changes since v1:
 - updated dts files from Linux 4.12
 - added missing asm/arch/gpio.h
 - added patch 4 to convert driver to livetree

Beniamino Galvani (4):
  arm: dts: meson: import dts files from Linux 4.12
  pinctrl: meson: add GPIO support
  odroid-c2: enable GPIO
  pinctrl: meson: convert to livetree

 arch/arm/dts/meson-gx.dtsi                 |  97 +++++++++++--
 arch/arm/dts/meson-gxbb-odroidc2.dts       |  82 ++++++++++-
 arch/arm/dts/meson-gxbb.dtsi               | 187 +++++++++++++++++++-----
 arch/arm/include/asm/arch-meson/gpio.h     |  11 ++
 configs/odroid-c2_defconfig                |   2 +
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c |  21 +++
 drivers/pinctrl/meson/pinctrl-meson.c      | 221 +++++++++++++++++++++++++----
 drivers/pinctrl/meson/pinctrl-meson.h      |  63 ++++++++
 include/dt-bindings/clock/gxbb-clkc.h      |  24 +++-
 9 files changed, 636 insertions(+), 72 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-meson/gpio.h

-- 
2.9.3

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

end of thread, other threads:[~2017-07-26 19:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-09 22:30 [PATCH v2 0/4] Add support for Meson GXBB GPIOs to U-Boot Beniamino Galvani
2017-07-09 22:30 ` [PATCH v2 1/4] arm: dts: meson: import dts files from Linux 4.12 Beniamino Galvani
2017-07-14 13:50   ` Simon Glass
2017-07-26 19:52   ` [U-Boot, v2, " Tom Rini
2017-07-09 22:30 ` [PATCH v2 2/4] pinctrl: meson: add GPIO support Beniamino Galvani
2017-07-26 19:50   ` [U-Boot,v2,2/4] " Tom Rini
2017-07-09 22:30 ` [PATCH v2 3/4] odroid-c2: enable GPIO Beniamino Galvani
2017-07-14 13:50   ` Simon Glass
2017-07-26 19:50   ` [U-Boot,v2,3/4] " Tom Rini
2017-07-09 22:30 ` [PATCH v2 4/4] pinctrl: meson: convert to livetree Beniamino Galvani
2017-07-25  0:45   ` [U-Boot,v2,4/4] " Tom Rini
2017-07-25 17:21     ` 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).