projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ff042
)
omap: Reconnect hsmmc context loss count
author
Adrian Hunter
<adrian.hunter@nokia.com>
Mon, 15 Feb 2010 18:03:34 +0000
(10:03 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 15 Feb 2010 18:03:34 +0000
(10:03 -0800)
Call the PM context-loss count function, now that there
is a prototype for it.
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/hsmmc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/hsmmc.c
b/arch/arm/mach-omap2/hsmmc.c
index 2ba0d55c323d60ed3f22b207603171d36a3de7b4..cc7e77f092689029d2a8649924d3886b98f349c9 100644
(file)
--- a/
arch/arm/mach-omap2/hsmmc.c
+++ b/
arch/arm/mach-omap2/hsmmc.c
@@
-16,6
+16,7
@@
#include <mach/hardware.h>
#include <plat/control.h>
#include <plat/mmc.h>
+#include <plat/omap-pm.h>
#include "hsmmc.h"
@@
-34,8
+35,7
@@
static struct hsmmc_controller {
static int hsmmc_get_context_loss(struct device *dev)
{
- /* FIXME: PM DPS not implemented yet */
- return 0;
+ return omap_pm_get_dev_context_loss_count(dev);
}
#else