From: viresh.kumar@st.com (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] SPEAr: Add plgpio support
Date: Mon, 30 May 2011 12:09:40 +0530 [thread overview]
Message-ID: <cover.1306737135.git.viresh.kumar@st.com> (raw)
This patchset adds spear-plgpio driver and its support on
SPEAr Machines.
It was earlier reviewed as part of following patchset:
"[PATCH V6 00/17] Adding devices support for all spear machines"
Changes since earlier patchset:
- Moved driver to drivers/gpio/ directory.
- used new irq routines & definitions in driver.
- add support for edge irqs.
Viresh Kumar (3):
gpio/spear-plgpio: Add plgpio driver for SPEAr platform
SPEAr: Add machine support for plgpio
SPEAr3xx: Update defconfig for plgpio
MAINTAINERS | 7 +
arch/arm/configs/spear3xx_defconfig | 1 +
arch/arm/mach-spear3xx/include/mach/generic.h | 2 +
arch/arm/mach-spear3xx/include/mach/gpio.h | 143 +++++++
arch/arm/mach-spear3xx/spear310.c | 80 ++++-
arch/arm/mach-spear3xx/spear310_evb.c | 1 +
arch/arm/mach-spear3xx/spear320.c | 40 ++-
arch/arm/mach-spear3xx/spear320_evb.c | 1 +
arch/arm/mach-spear6xx/include/mach/gpio.h | 27 ++
drivers/gpio/Kconfig | 7 +
drivers/gpio/Makefile | 1 +
drivers/gpio/spear-plgpio.c | 490 +++++++++++++++++++++++++
include/linux/spear-plgpio.h | 69 ++++
13 files changed, 867 insertions(+), 2 deletions(-)
create mode 100644 drivers/gpio/spear-plgpio.c
create mode 100644 include/linux/spear-plgpio.h
--
1.7.2.2
next reply other threads:[~2011-05-30 6:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-30 6:39 Viresh Kumar [this message]
2011-05-30 6:39 ` [PATCH 1/3] gpio/spear-plgpio: Add plgpio driver for SPEAr platform Viresh Kumar
2011-06-03 17:50 ` Grant Likely
2011-06-07 8:35 ` viresh kumar
2011-05-30 6:39 ` [PATCH 2/3] SPEAr: Add machine support for plgpio Viresh Kumar
2011-05-30 6:39 ` [PATCH 3/3] SPEAr3xx: Update defconfig " Viresh Kumar
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=cover.1306737135.git.viresh.kumar@st.com \
--to=viresh.kumar@st.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).