From: bs14@csr.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/2] add pinmux and gpio for CSR SiRFprimaII
Date: Tue, 26 Jul 2011 01:13:11 -0700 [thread overview]
Message-ID: <1311667993-27189-1-git-send-email-bs14@csr.com> (raw)
The following two patches add pinmux and gpio support for CSR SiRFprimaII.
Now the pinmux subsystem of Linus Walleij, so patch 1 isn't based on it yet.
But it is easy to move that to use new framework once pinmux subsystem is merged.
Rongjun Ying (1):
ARM: CSR: Add pinmux support for SiRFprimaII
Yuping Luo (1):
GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller
arch/arm/boot/dts/prima2-cb.dts | 2 +-
arch/arm/mach-prima2/Makefile | 1 +
arch/arm/mach-prima2/include/mach/gpio.h | 34 +
arch/arm/mach-prima2/include/mach/irqs.h | 11 +
arch/arm/mach-prima2/include/mach/regs-gpio.h | 30 +
arch/arm/mach-prima2/pinmux.c | 824 +++++++++++++++++++++++++
drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-sirf.c | 529 ++++++++++++++++
9 files changed, 1437 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/mach-prima2/include/mach/gpio.h
create mode 100644 arch/arm/mach-prima2/include/mach/regs-gpio.h
create mode 100644 arch/arm/mach-prima2/pinmux.c
create mode 100644 drivers/gpio/gpio-sirf.c
Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog
next reply other threads:[~2011-07-26 8:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 8:13 Barry Song [this message]
2011-07-26 8:13 ` [RFC PATCH 1/2] ARM: CSR: Add pinmux support for SiRFprimaII Barry Song
2011-07-26 8:13 ` [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller Barry Song
2011-07-26 10:09 ` Russell King - ARM Linux
2011-07-26 10:46 ` PLEA: Please fix mach/gpio.h includes (was: Re: [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller) Russell King - ARM Linux
2011-07-26 18:32 ` Colin Cross
2011-07-26 18:39 ` Russell King - ARM Linux
2011-07-26 19:10 ` Nicolas Pitre
2011-07-27 2:08 ` Barry Song
2011-07-27 2:51 ` Nicolas Pitre
2011-07-29 15:58 ` Linus Walleij
2011-08-09 7:22 ` Barry Song
2011-08-09 13:15 ` Arnd Bergmann
2011-08-11 2:25 ` Barry Song
2011-08-11 8:30 ` Russell King - ARM Linux
2011-09-19 9:10 ` Linus Walleij
2011-09-19 15:53 ` Arnd Bergmann
2011-08-08 9:09 ` [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller Barry Song
2011-08-08 9:32 ` 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=1311667993-27189-1-git-send-email-bs14@csr.com \
--to=bs14@csr.com \
--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;
as well as URLs for NNTP newsgroup(s).