On Fri, Oct 16, 2015 at 05:01:51PM +0100, Daniel Thompson wrote:
Currently this driver calls pm_runtime_get_sync() rampantly but never puts anything back. This makes it impossible for the device to autosuspend properly; it will remain fully active after the first use.
Fix in the obvious way.
Signed-off-by: Daniel Thompson daniel.thompson@linaro.org Cc: Kukjin Kim kgene@kernel.org Cc: Krzysztof Kozlowski k.kozlowski@samsung.com
Patch applied. Thanks.