Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359893
b: refs/heads/master
c: 9ddc4f2
h: refs/heads/master
i:
  359891: 36dc9ad
v: v3
  • Loading branch information
Kevin Liu authored and Chris Ball committed Jan 28, 2013
1 parent b731097 commit 64d2901
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8678b8181dacb1804325f70e63a176873ce9784f
refs/heads/master: 9ddc4f27cf9ebb413c713fb4419c4f5e80c6a5f3
7 changes: 7 additions & 0 deletions trunk/drivers/mmc/host/sdhci-pxav3.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ static int sdhci_pxav3_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, host);

if (pdata->pm_caps & MMC_PM_KEEP_POWER) {
device_init_wakeup(&pdev->dev, 1);
host->mmc->pm_flags |= MMC_PM_WAKE_SDIO_IRQ;
} else {
device_init_wakeup(&pdev->dev, 0);
}

return 0;

err_add_host:
Expand Down

0 comments on commit 64d2901

Please sign in to comment.