From: Marek Szyprowski Date: Fri, 1 Oct 2010 01:40:37 +0000 (+0900) Subject: ARM: S5P: Add common S5P GPIO Interrupt support X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170a46177094b390299d1206748d7f15cd375dc9;p=pandora-kernel.git 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 Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park [kgene.kim@samsung.com: minor title fixes] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed