Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351125
b: refs/heads/master
c: 70be208
h: refs/heads/master
i:
  351123: 2138b77
v: v3
  • Loading branch information
Ulf Hansson authored and Russell King committed Jan 8, 2013
1 parent 6b0f637 commit a7f4236
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 6dbb6ee090e810be337945a7a64d647549b70328
refs/heads/master: 70be208f0bd75eb81264f681e36485d0617d612f
4 changes: 4 additions & 0 deletions trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/err.h>
#include <linux/highmem.h>
#include <linux/log2.h>
#include <linux/mmc/pm.h>
#include <linux/mmc/host.h>
#include <linux/mmc/card.h>
#include <linux/amba/bus.h>
Expand Down Expand Up @@ -1416,6 +1417,9 @@ static int mmci_probe(struct amba_device *dev,
mmc->caps = plat->capabilities;
mmc->caps2 = plat->capabilities2;

/* We support these PM capabilities. */
mmc->pm_caps = MMC_PM_KEEP_POWER;

/*
* We can do SGIO
*/
Expand Down

0 comments on commit a7f4236

Please sign in to comment.