From: Michael Hennerich Date: Wed, 10 Mar 2010 14:26:06 +0000 (+0000) Subject: Blackfin: punt Blackfin-specific GPIO wakeup API X-Git-Tag: v2.6.35-rc1~410^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb84dbf69b0730fcc78c275f900ed74b2b8453a5;p=pandora-kernel.git Blackfin: punt Blackfin-specific GPIO wakeup API 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 Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed