From: David Daney <redacted>
v2:
Small bug fix in the GPIO interrupt handling. Rebased.
v1:
These three patches are prerequisites for the follow-on device tree
patches, although they don't touch or use any device tree
functionality.
1/3: Handle GPIO interrupts and their triggering.
2/3: Remove a bunch of unused OCTEON_IRQ_ symbols.
3/3: Remove some duplicate definitions.
David Daney (3):
MIPS: Octeon: Add irq handlers for GPIO interrupts.
MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines.
MIPS: OCTEON: Consolidate the edge and level irq_chip structures.
arch/mips/cavium-octeon/octeon-irq.c | 184 ++++++++++++++---------
arch/mips/include/asm/mach-cavium-octeon/irq.h | 40 +-----
2 files changed, 114 insertions(+), 110 deletions(-)
--
1.7.2.3