From: David Brownell Date: Wed, 19 Apr 2006 13:37:48 +0000 (-0700) Subject: [PATCH] pcmcia: at91_cf suspend/resume/wakeup X-Git-Tag: v2.6.18-rc1~255^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db6095d4ff8918350797dfe299d572980e82fa0;p=pandora-kernel.git [PATCH] pcmcia: at91_cf suspend/resume/wakeup AT91 CF updates, mostly for power management: - Add suspend/resume methods to the AT91 CF driver, disabling non-wakeup IRQs during system suspend. The card detect IRQ serves as a wakeup event source. - Convert the driver to the more-current "platform_driver" style. So inserting or removing a CF card will wake the system, unless that has been disabled by updating the sysfs file; and there will be no more warnings about spurious IRQs during suspend/resume cycles. Signed-off-by: David Brownell Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed