]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sat, 28 Mar 2009 15:18:54 +0000 (18:18 +0300)
committerEric Miao <eric.y.miao@gmail.com>
Thu, 11 Jun 2009 14:20:44 +0000 (22:20 +0800)
commita7b923c50cce26d065dabfeaddc613ee6b1b2fa8
treefadee7695d8f7eaf79f6e002e5eb519e51d3a149
parent49499d5cef6ac02a21f8777ae4220e818af24baa
[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.

Replace calls to pxa_gpio_mode with respective gpio_request() /
gpio_direction_input(). In principle these calls can be dropped as
the only use of those GPIO are IRQs and IRQ code does setup GPIO
correctly.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/sharpsl_pm.c