ARM: DaVinci: gpio support, with irqs
Add basic gpio operations: get value, set/clear, set direction, and use gpio as an irq. Includes irq and clock cleanups, but no muxing updates (e.g. PINMUX0/PINMUX1 declarations). Lightly tested; gpio outputs seem to behave, as do IRQs in banks 0 and 2. The issue with banks 1, 3 and 4 may be just not having found a pin that's not muxed to some essential purpose, for testing. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@mvista.com>
Showing
arch/arm/mach-davinci/gpio.c
0 → 100644
Please register or sign in to comment