Blackfin: punt Blackfin-specific GPIO wakeup API
authorMichael Hennerich <michael.hennerich@analog.com>
Wed, 10 Mar 2010 14:26:06 +0000 (14:26 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 13:40:16 +0000 (09:40 -0400)
This patch removes a custom GPIO wakeup API which allowed GPIOs to act
as wakeup sources, which are not configured as Interrupts.
This API is a leftover from the time before irq_wake was established.
From now on people must use enable_irq_wake(GPIO_IRQx) and the GPIO in
question needs to be configured as Interrupt.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found