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:
42f978c
)
spi/pl022: enable runtime PM
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 12 Jun 2012 14:14:51 +0000
(16:14 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 2 Jul 2012 11:55:36 +0000
(13:55 +0200)
If we're gonna use runtime PM it's a pretty good idea to actually
enable it in probe() and disable it in remove() too, so it
gets used for real. Up until now we only fooled around with the
reference count.
Cc: Vinit Shenoy <vinit.shenoy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found