commit | d5af27783f8c898b64f7079908ad3e27632a71ea | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Sat Mar 28 18:18:54 2009 +0300 |
committer | Eric Miao <eric.y.miao@gmail.com> | Thu Jun 11 22:20:44 2009 +0800 |
tree | fadee7695d8f7eaf79f6e002e5eb519e51d3a149 | |
parent | 5452537210d59268cbc283526dc050f0822385f1 [diff] |
[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>