From: yixun.lan@amlogic.com (Yixun Lan)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v3 0/2] pinctrl: meson-g12a: add pinctrl driver support
Date: Tue, 7 Aug 2018 10:06:32 +0800 [thread overview]
Message-ID: <20180807020634.18182-1-yixun.lan@amlogic.com> (raw)
This patch series try to add pinctrl driver support for
the Meson-G12A SoC.
The pinctrl driver for Meson-G12A SoC share the similar IP as
the previous Meson-AXG SoC, both use same pinmux ops (register layout).
But, a new driver is needed here due to the differences in the pins.
Changes since v2 at [2]
- use ${FUNCTION}_${DOMAIN}_${PORT}_${PINFUNC}_${BANK}${PINNUM}
to rename some pins
- fix tdm groups
- explain the similarity of pinmux between AXG and G12A - thanks Martin
- collect Rob's Reviewed-by
Changes since v1 at [1]
- add Martin's Ack, Xingyu's Signed-off
- squash patch 1,2 (documentation & header file)
- explain pinctrl IP
- notice GPIOE located in AO bank
[1] https://lkml.kernel.org/r/20180704224511.29350-1-yixun.lan at amlogic.com
[2] https://lkml.kernel.org/r/20180714232754.5402-1-yixun.lan at amlogic.com
Yixun Lan (2):
documentation: pinctrl: Add compatibles for Amlogic Meson G12A pin
controllers
pinctrl: meson-g12a: add pinctrl driver support
.../bindings/pinctrl/meson,pinctrl.txt | 2 +
drivers/pinctrl/meson/Kconfig | 6 +
drivers/pinctrl/meson/Makefile | 1 +
drivers/pinctrl/meson/pinctrl-meson-g12a.c | 1404 +++++++++++++++++
include/dt-bindings/gpio/meson-g12a-gpio.h | 114 ++
5 files changed, 1527 insertions(+)
create mode 100644 drivers/pinctrl/meson/pinctrl-meson-g12a.c
create mode 100644 include/dt-bindings/gpio/meson-g12a-gpio.h
--
2.18.0
next reply other threads:[~2018-08-07 2:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-07 2:06 Yixun Lan [this message]
2018-08-07 2:06 ` [PATCH v3 1/2] documentation: pinctrl: Add compatibles for Amlogic Meson G12A pin controllers Yixun Lan
2018-08-29 8:34 ` Linus Walleij
2018-08-07 2:06 ` [PATCH v3 2/2] pinctrl: meson-g12a: add pinctrl driver support Yixun Lan
2018-08-29 8:33 ` Linus Walleij
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=20180807020634.18182-1-yixun.lan@amlogic.com \
--to=yixun.lan@amlogic.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
all inboxes | Powered by JetHome®