Searched hist:"2 fb30d1147c599f5657e8c62c862f9a0f58d9d99" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-pl022.c | diff 2fb30d1147c599f5657e8c62c862f9a0f58d9d99 Tue Jun 12 09:14:51 CDT 2012 Linus Walleij <linus.walleij@linaro.org> 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>
|