From: John Crispin <blogic@openwrt.org>
To: Ralf Baechle <ralf@linux-mips.org>,
Linus Walleij <linus.walleij@linaro.org>
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org
Subject: [PATCH 0/4] pinctrl: ralink: add support for rt2880 pinmux
Date: Thu, 9 Oct 2014 04:55:23 +0200 [thread overview]
Message-ID: <1412823327-10296-1-git-send-email-blogic@openwrt.org> (raw)
This series adds a pinctrl driver for ralink SoC. as it touches both arch and
pinctrl files i would prefer to have this go via the mips tree with the other
ralink pathes that i have sent.
John Crispin (4):
MIPS: ralink: cleanup the soc specific pinmux data
pinctrl: ralink: add a pinctrl driver for the rt2880 family of SoCs
pinctrl: ralink: add binding documentation
MIPS: ralink: always enable pinctrl on ralink SoC
.../bindings/pinctrl/ralink,rt2880-pinmux.txt | 74 +++
arch/mips/Kconfig | 2 +
arch/mips/include/asm/mach-ralink/mt7620.h | 41 +-
arch/mips/include/asm/mach-ralink/pinmux.h | 55 +++
arch/mips/include/asm/mach-ralink/rt305x.h | 35 +-
arch/mips/include/asm/mach-ralink/rt3883.h | 16 +-
arch/mips/ralink/common.h | 19 -
arch/mips/ralink/mt7620.c | 159 +++----
arch/mips/ralink/rt288x.c | 62 +--
arch/mips/ralink/rt305x.c | 153 +++----
arch/mips/ralink/rt3883.c | 173 ++-----
drivers/pinctrl/Kconfig | 5 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-rt2880.c | 474 ++++++++++++++++++++
14 files changed, 849 insertions(+), 420 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinmux.txt
create mode 100644 arch/mips/include/asm/mach-ralink/pinmux.h
create mode 100644 drivers/pinctrl/pinctrl-rt2880.c
--
1.7.10.4
next reply other threads:[~2014-10-09 19:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-09 2:55 John Crispin [this message]
2014-10-09 2:55 ` [PATCH 1/4] MIPS: ralink: cleanup the soc specific pinmux data John Crispin
2014-10-09 2:55 ` [PATCH 2/4] pinctrl: ralink: add a pinctrl driver for the rt2880 family of SoCs John Crispin
2014-10-27 16:20 ` Linus Walleij
2014-10-09 2:55 ` [PATCH 3/4] pinctrl: ralink: add binding documentation John Crispin
2014-10-27 16:22 ` Linus Walleij
2014-10-09 2:55 ` [PATCH 4/4] MIPS: ralink: always enable pinctrl on ralink SoC John Crispin
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=1412823327-10296-1-git-send-email-blogic@openwrt.org \
--to=blogic@openwrt.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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®