On Thu, 12 Apr 2012 17:10:20 -0700, David Daney<ddaney.cavm@xxxxxxxxx> wrote:From: David Daney<david.daney@xxxxxxxxxx>
The SOCs in the OCTEON family have 16 (or in some cases 20) on-chip
GPIO pins, this driver handles them all. Configuring the pins as
interrupt sources is handled elsewhere (OCTEON's irq handling code).
Signed-off-by: David Daney<david.daney@xxxxxxxxxx>
Aside from the bugs already pointed out;
Acked-by: Grant Likely<grant.likely@xxxxxxxxxxxx>
Will you merge this series via the MIPS tree, or do I need to pick it
up?
---
drivers/gpio/Kconfig | 8 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-octeon.c | 166 ++++++++++++++++++++++++++++++++++++++++++++