Changes since v3: - Rebased the patches to the latest kgene/for-next branch which now includes Exynos5 support as well. In this process, there are some significant changes, when compared to v3 version of this patchset, related to device tree support in patch 4/4 and code simplification in patch 1/4. Since v3 of this series was acked by Rob Herring, I have added the his Ack for patches 2/4 and 3/4 but not in patches 1/4 and 4/4 (due to the new set of changes). - Patch 4/4 includes modifications which are required to support Exynos5 wakeup interrupt controller that has two interrupt parents (gic and interrupt combiner). Changes since v2: - Reworked irq domain support based on v5 of the irq_domain generalization patches. Changes since v1: (only patch 4/4 has changes) - Fixes based on Rob's comments: a. Fixed the function prototype of exynos4_init_irq_eint(void) b. Included interrupt-parent as an optional property for wakeup interrupt controller node. Samsung Exynos4 includes 32 external wakeup interrupt sources. The first 16 of these interrupts are connected to GIC SPI[31:16]. The last 16 of these interrupts are grouped together into one interrupt and connected to GIC SPI[32]. Samsung Exynos5 also includes 32 external wakeup interrupt sources. The first 16 of these interrupts are connected to interrupt combiner controller. The last 16 of these interrupts are grouped together into one interrupt and connected to GIC SPI[32]. This patchset adds irq domain and device tree support for these interrupts. Since there are users of fixed linux irq numbers of the external wakeup interrupts, the legacy mapping is used for the irq domain. This patchset is based on http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git [for-next] with all patches merged from http://git.secretlab.ca/git/linux-2.6.git [irqdomain/next] This patchset should be applied after applying the following patch. [PATCH v5] ARM: Exynos: Add irq domain and device tree support for interrupt combiner Thomas Abraham (4): ARM: Exynos: Simplify the wakeup interrupt setup code ARM: Exynos: Add irq_domain support for gpio wakeup interrupts ARM: Exynos: Remove arch_initcall for wakeup interrupt initialization ARM: Exynos: Add device tree support for gpio wakeup interrupt controller .../bindings/arm/samsung/wakeup-eint.txt | 152 ++++++++++++++++++++ arch/arm/mach-exynos/common.c | 138 ++++++++++++------ arch/arm/mach-exynos/include/mach/regs-gpio.h | 4 +- 3 files changed, 247 insertions(+), 47 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/samsung/wakeup-eint.txt -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html