OpenCloudOS-Kernel/drivers/pinctrl/samsung
Abhilash Kesavan 0d3d30db93 pinctrl: exynos: Generalize the eint16_31 demux code
The function exynos_irq_demux_eint16_31 uses pre-defined offsets for external
interrupt pending status and mask registers. So this function is not extensible
for Exynos7 SoC which has these registers at different offsets. Generalize
the exynos_irq_demux_eint16_31 function by using the pending/mask register
offset values from the exynos_irq_chip structure. This is done by adding a
irq_chip field to the samsung_pin_bank struct.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Reviewed-by: Thomas Abraham <thomas.ab@samsung.com>
Tested-by: Thomas Abraham <thomas.ab@samsung.com>
Acked-by: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
2014-11-09 22:26:49 +09:00
..
Kconfig pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
Makefile pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
pinctrl-exynos.c pinctrl: exynos: Generalize the eint16_31 demux code 2014-11-09 22:26:49 +09:00
pinctrl-exynos.h pinctrl: samsung: Group all drivers in a sub-dir 2014-07-11 14:08:40 +02:00
pinctrl-exynos5440.c This is the bulk of GPIO changes for the v3.18 development 2014-10-09 14:58:15 -04:00
pinctrl-s3c24xx.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-s3c64xx.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-samsung.c pinctrl: samsung: Separate per-bank init and runtime data 2014-11-09 21:30:15 +09:00
pinctrl-samsung.h pinctrl: exynos: Generalize the eint16_31 demux code 2014-11-09 22:26:49 +09:00