git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc30d60
)
ricoh_mmc: Use suspend_late/resume_early
author
philipl@overt.org
<philipl@overt.org>
Sun, 18 Jan 2009 19:11:20 +0000
(14:11 -0500)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Mon, 2 Feb 2009 19:57:06 +0000
(20:57 +0100)
If ricoh_mmc suspends before sdhci_pci, it will pull the card
out from under the controller, which could leave the system in
a very confused state.
Using suspend_late/resume_early ensures that sdhci_pci suspends first
and resumes second.
Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
No differences found