From: yixun.lan@amlogic.com (Yixun Lan)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 0/2] add pinctrl driver for Meson-AXG SoC
Date: Mon, 20 Nov 2017 18:08:23 +0800 [thread overview]
Message-ID: <20171120100825.16613-1-yixun.lan@amlogic.com> (raw)
This patchset adds pinctrl support for the Amlogic's Meson-AXG SoC.
While the gpio and pin configuration part is the same the as previous
meson SoCs, the pinmux part is different. This requires slightly
different pinmux operations along with the actual pinctrl driver description.
Changes since v1 at [1]:
-- Rename i2c_m0 to i2c0 style (no logic changed)
-- Rename uart_tx_ao_XX to uart_ao_tx, etc .. (no logic changed)
-- Separate DT part patches
-- Add Neil Armstrong's Ack
[1]
http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005270.html
http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005271.html
http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005272.html
http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005273.html
http://lists.infradead.org/pipermail/linux-amlogic/2017-November/005274.html
Xingyu Chen (2):
pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC
drivers/pinctrl/meson/Kconfig | 9 +
drivers/pinctrl/meson/Makefile | 2 +
drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c | 118 ++++
drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h | 62 ++
drivers/pinctrl/meson/pinctrl-meson-axg.c | 975 ++++++++++++++++++++++++++
drivers/pinctrl/meson/pinctrl-meson.h | 1 +
include/dt-bindings/gpio/meson-axg-gpio.h | 116 +++
7 files changed, 1283 insertions(+)
create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h
create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg.c
create mode 100644 include/dt-bindings/gpio/meson-axg-gpio.h
--
2.15.0
next reply other threads:[~2017-11-20 10:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-20 10:08 Yixun Lan [this message]
2017-11-20 10:08 ` [PATCH v2 1/2] pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC Yixun Lan
2017-11-20 10:33 ` Jerome Brunet
2017-11-30 13:29 ` Linus Walleij
2017-11-20 10:08 ` [PATCH v2 2/2] pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC Yixun Lan
2017-11-20 10:34 ` Jerome Brunet
2017-11-30 13:31 ` 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=20171120100825.16613-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;
as well as URLs for NNTP newsgroup(s).