diff options
author | Eyal Reizer <eyalreizer@gmail.com> | 2018-04-26 08:47:11 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-04-30 13:30:42 +0300 |
commit | 60f36637bbbdeea199d644eda284dba5144d2377 (patch) | |
tree | 6b9ef61c563437f821e5615dba3490b19c1fbd4c /drivers/net/wireless/rsi | |
parent | 3ff6ee28535f2f6698cc2b3acfd2af6942036067 (diff) | |
download | linux-60f36637bbbdeea199d644eda284dba5144d2377.tar.xz |
wlcore: sdio: allow pm to handle sdio power
pm_runtime handles sdio power on and power off transitions.
An old workaround for trying to control the power explicitly from the
driver was in fact causing failures on suspend/resume as the mmc layer
already power the module on resume.
In case of resume pm_runtime_get sync returns a positive device's usage
count causing the driver to try an re-initialize an already initialized
device. This was causing sdio bus failure on resume.
Remove this manual power on/off sequence as it is in-fact not needed.
Signed-off-by: Eyal Reizer <eyalr@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/rsi')
0 files changed, 0 insertions, 0 deletions