commit | 2fb30d1147c599f5657e8c62c862f9a0f58d9d99 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Jun 12 16:14:51 2012 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jul 02 13:55:36 2012 +0200 |
tree | 917b92b1861b04054b7aa338dd5de82eef72224d | |
parent | 42f978c3ef26db2a125eff24557a007ab8dd3e8d [diff] |
spi/pl022: enable runtime PM 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>