From: Ohad Ben-Cohen Date: Fri, 8 Oct 2010 13:16:16 +0000 (+0300) Subject: wl1271: sdio: enable runtime PM X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~81^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cbb3c5317d418c349c60876fe12fba7624f3e7;p=pandora-kernel.git wl1271: sdio: enable runtime PM Enable runtime PM for the wl1271 SDIO device. We request power whenever the WLAN interface is brought up, and release it after the WLAN interface is taken down. As a result, power is released immediately after probe returns, since at that point power has not been explicitly requested yet (i.e. the WLAN interface is still down). Signed-off-by: Ohad Ben-Cohen Acked-by: Luciano Coelho Tested-by: Luciano Coelho Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed