From: Joonyoung Shim <jy0922.shim@samsung.com>
To: ben-linux@fluff.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, kyungmin.park@samsung.com
Subject: [PATCH 0/7] ARM: S5P: Support gpio interrupts and GPIOlib gpio_to_irq
Date: Thu, 03 Jun 2010 14:05:27 +0900 [thread overview]
Message-ID: <4C073817.7020000@samsung.com> (raw)
This patch set is to support gpio interrupts and GPIOlib gpio_to_irq of
gpio and external interrupts at the samsung s5p cpus.
---
Joonyoung Shim (7):
ARM: S5PC100: Move external interrupt defines
ARM: S5P: Add GPIOlib gpio_to_irq for external interrupts
ARM: S5PV210: Support GPIOlib gpio_to_irq for external interrupts
ARM: S5PC100: Use S5P GPIOlib gpio_to_irq function for external interrupts
ARM: S5PV210: Add gpio interrupt support
ARM: S5PC100: Use S5P gpio interrupts interface
ARM: S5P: Add GPIOlib gpio_to_irq for gpio interrupts
arch/arm/mach-s5pc100/Makefile | 2 +-
arch/arm/mach-s5pc100/gpiolib.c | 65 +-----
arch/arm/mach-s5pc100/include/mach/gpio.h | 7 -
arch/arm/mach-s5pc100/include/mach/irqs.h | 18 ++-
arch/arm/mach-s5pc100/include/mach/regs-gpio.h | 7 +
arch/arm/mach-s5pc100/irq-gpio.c | 266 ------------------------
arch/arm/mach-s5pv210/gpiolib.c | 13 +-
arch/arm/mach-s5pv210/include/mach/irqs.h | 16 ++-
arch/arm/plat-s5p/Makefile | 3 +-
arch/arm/plat-s5p/gpiolib.c | 42 ++++
arch/arm/plat-s5p/irq-gpioint.c | 208 ++++++++++++++++++
arch/arm/plat-samsung/include/plat/gpio-core.h | 6 +
12 files changed, 319 insertions(+), 334 deletions(-)
delete mode 100644 arch/arm/mach-s5pc100/irq-gpio.c
create mode 100644 arch/arm/plat-s5p/gpiolib.c
create mode 100644 arch/arm/plat-s5p/irq-gpioint.c
reply other threads:[~2010-06-03 5:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C073817.7020000@samsung.com \
--to=jy0922.shim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.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