linux/arch/arm/plat-s5p
Marek Szyprowski 170a461770 ARM: S5P: Add common S5P GPIO Interrupt support
This patch adds common code to enable support of GPIO interrupt on
S5P SoCs.

The total number of GPIO pins is quite large on S5P SoCs. Registering
irq support for all of them would be a resource waste. Because of that
the interrupt support for standard GPIO pins is registered dynamically
by the s5p_register_gpio_interrupt() function.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: minor title fixes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-10-21 07:54:56 +09:00
..
include/plat ARM: S5P: Add common S5P GPIO Interrupt support 2010-10-21 07:54:56 +09:00
clock.c ARM: S5P: Remove the unused clk_arm clock from plat-s5p 2010-10-21 07:54:55 +09:00
cpu.c ARM: S5P64X0: Add S5P64X0(S5P6440 and S5P6450) initialization support 2010-10-18 18:29:51 +09:00
dev-fimc0.c ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-fimc1.c ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-fimc2.c ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-onenand.c ARM: S5P: Move OneNAND device definitions in plat-s5p 2010-10-18 10:33:34 +09:00
dev-pmu.c ARM: S5P: Add PMU device 2010-08-05 18:30:21 +09:00
dev-uart.c ARM: S5P64X0: Add UART serial support for S5P6450 2010-10-18 18:33:04 +09:00
irq-eint.c ARM: S5P: Bug fix on external interrupt for S5P SoCs 2010-07-05 16:01:04 +09:00
irq-gpioint.c ARM: S5P: Add common S5P GPIO Interrupt support 2010-10-21 07:54:56 +09:00
irq.c ARM: S5PV310: Add IRQ support 2010-08-05 18:32:41 +09:00
Kconfig ARM: S5P: Add common S5P GPIO Interrupt support 2010-10-21 07:54:56 +09:00
Makefile ARM: S5P: Add common S5P GPIO Interrupt support 2010-10-21 07:54:56 +09:00