]> git.baikalelectronics.ru Git - kernel.git/commit
omap: pandora: fix wifi support
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 19 Dec 2010 22:33:36 +0000 (22:33 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Dec 2010 02:48:16 +0000 (18:48 -0800)
commit00e977f29bd9320fe3bc8693938dd7bb824abf3d
treec68b6bea4515757e919d14141de05db53695124b
parentb0cf77726358e4831a8e2503e696b9f5d4aa852f
omap: pandora: fix wifi support

After commit 9061eef "mmc: sdio: fix runtime PM anomalies by introducing
MMC_CAP_POWER_OFF_CARD" it is required to specify MMC_CAP_POWER_OFF_CARD
to have runtime PM support. As the wl1251 driver expects card to be
powered down when it's not used, wifi will no longer work after interface
is brought down at least once without functioning runtime PM.

Fix this by declaring MMC_CAP_POWER_OFF_CARD for MMC3.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3pandora.c