[ARM] 4089/1: AT91: GPIO wake IRQ cleanup
authorAndrew Victor <andrew@sanpeople.com>
Tue, 9 Jan 2007 12:47:29 +0000 (13:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 24 Jan 2007 11:59:56 +0000 (11:59 +0000)
commit3ea163e44c041b9e1d7314998dfbfd4fbc6eea20
treed2b1b4868ad3528411925878585590fb74ef0450
parent9b938166907558e664d8fa413e6233a36669e0c0
[ARM] 4089/1: AT91: GPIO wake IRQ cleanup

Cleanup of at91 platform level gpio wake and suspend/resume logic.

The GPIO core now delegates wakeups to the parent AIC by refcounting,
and delegates clock management to the clock API.  This makes these
system modules more independent of each other, which is cleaner and will
also help with the AT91SAM9263 (where some GPIO controllers share the
same irq and clock).

Original patch by David Brownell.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91rm9200/gpio.c