[PATCH 0/4] arm: exynos4: add irq domain and device tree support for wakeup interrupts
Thomas Abraham
thomas.abraham at linaro.org
Wed Dec 7 08:59:48 EST 2011
Samsung Exynos4 includes 32 external wakeup interrupt sources. This patchset
adds irq domain and device tree support for these interrupts.
This patchset is based on the following tree.
http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next
This patchset depends on the following patch from Jamie Iles.
irqdomain: export irq_domain._simple_op.s for !CONFIG_OF
Thomas Abraham (4):
arm: exynos4: simplify EINT number to GIC irq number translation
arm: exynos4: add irq_domain support for wakeup interrupts
arm: exynos4: remove arch_initcall for wakeup interrupt source initialization
arm: exynos4: add device tree support for external wakeup interrupt controller
.../bindings/arm/samsung/wakeup-eint.txt | 14 +++
arch/arm/mach-exynos/cpu.c | 4 +
arch/arm/mach-exynos/include/mach/regs-gpio.h | 4 +-
arch/arm/mach-exynos/irq-eint.c | 101 +++++++++++---------
arch/arm/plat-samsung/include/plat/exynos4.h | 1 +
5 files changed, 75 insertions(+), 49 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/samsung/wakeup-eint.txt
More information about the linux-arm-kernel
mailing list