pinctrl: exynos: Set pin function to EINT in irq_set_type of wake-up EINT
authorTomasz Figa <t.figa@samsung.com>
Thu, 11 Oct 2012 08:11:19 +0000 (10:11 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Oct 2012 07:10:12 +0000 (09:10 +0200)
commit22b9ba033bb4401e4cceb69c9e1af74a4631dd74
tree4ba330cfa27136af9aacd0fb7e72e6b4c0871360
parenta04b07c0fc4d63e3fb9fea84d48a177ac5bd9164
pinctrl: exynos: Set pin function to EINT in irq_set_type of wake-up EINT

Pins used as wake-up interrupts need to be configured as EINTs. This
patch adds the required configuration code to exynos_wkup_irq_set_type,
to set the pin as EINT when its interrupt trigger type is configured.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-exynos.c