commit | a7bf4dbabac2a1ccd56527a56c82af720e7a00d1 | [log] [tgz] |
---|---|---|
author | eric miao <eric.miao@marvell.com> | Tue Mar 04 11:12:14 2008 +0800 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Apr 19 11:29:03 2008 +0100 |
tree | 176c55c9ea2d545e93bbe9371c29d55bafcfa160 | |
parent | 7a26d3a33fd9adcbfd4fa2ca2d7e8a8272817935 [diff] |
[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs by: 1. introduce dedicated pxa_{mask,unmask}_low_gpio() 2. remove set_irq_chip(IRQ_GPIO_2_x, ...) which has already been initialized in pxa_init_irq() 3. introduce dedicated pxa_init_gpio_set_wake() Signed-off-by: eric miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>