aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEyal Reizer <[email protected]>2018-04-26 08:47:11 +0300
committerKalle Valo <[email protected]>2018-04-30 13:30:42 +0300
commit60f36637bbbdeea199d644eda284dba5144d2377 (patch)
tree6b9ef61c563437f821e5615dba3490b19c1fbd4c /tools/perf/scripts/python
parent3ff6ee28535f2f6698cc2b3acfd2af6942036067 (diff)
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 <[email protected]> Acked-by: Tony Lindgren <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions