From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/3] GPIO support for Meson GXBB and Odroid-C2
Date: Sun, 25 Jun 2017 17:55:08 +0200 [thread overview]
Message-ID: <20170625155511.28447-1-b.galvani@gmail.com> (raw)
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
next reply other threads:[~2017-06-25 15:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-25 15:55 Beniamino Galvani [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170625155511.28447-1-b.galvani@gmail.com \
--to=b.galvani@gmail.com \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).