From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] pinctrl: sunxi: Merge A31s pinctrl driver with A31
Date: Thu, 2 Feb 2017 00:25:45 +0800 [thread overview]
Message-ID: <20170201162547.24232-1-wens@csie.org> (raw)
Hi everyone,
This series merges support for the A31s' pin controller into the A31
driver, using the new sunxi variants support code. The A31s is a trimmed
down version of the A31, with some hardware blocks removed, and some
pin functions or pins removed. Thus it is easy to support the A31s
using the A31 driver by marking the extra pins/functions as A31 only.
Patch 1 does exactly this.
Patch 2 removes the original A31s driver, which is now redundant.
I opted not to rename sun6i-a31 to sun6i in various places.
Regards
ChenYu
Chen-Yu Tsai (2):
pinctrl: sunxi: Support A31/A31s with pinctrl variants
pinctrl: sunxi: Remove redundant A31s pinctrl driver
drivers/pinctrl/sunxi/Kconfig | 4 -
drivers/pinctrl/sunxi/Makefile | 1 -
drivers/pinctrl/sunxi/pinctrl-sun6i-a31.c | 184 ++++---
drivers/pinctrl/sunxi/pinctrl-sun6i-a31s.c | 809 -----------------------------
drivers/pinctrl/sunxi/pinctrl-sunxi.h | 2 +
5 files changed, 121 insertions(+), 879 deletions(-)
delete mode 100644 drivers/pinctrl/sunxi/pinctrl-sun6i-a31s.c
--
2.11.0
next reply other threads:[~2017-02-01 16:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-01 16:25 Chen-Yu Tsai [this message]
2017-02-01 16:25 ` [PATCH 1/2] pinctrl: sunxi: Support A31/A31s with pinctrl variants Chen-Yu Tsai
2017-02-06 9:57 ` Linus Walleij
2017-02-01 16:25 ` [PATCH 2/2] pinctrl: sunxi: Remove redundant A31s pinctrl driver Chen-Yu Tsai
2017-02-06 9:58 ` Linus Walleij
2017-02-02 8:13 ` [PATCH 0/2] pinctrl: sunxi: Merge A31s pinctrl driver with A31 Maxime Ripard
2017-02-06 10:07 ` Linus Walleij
2017-02-07 15:04 ` Maxime Ripard
2017-02-07 21:54 ` 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=20170201162547.24232-1-wens@csie.org \
--to=wens@csie.org \
--cc=linux-arm-kernel@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