linux/drivers/net/wireless/ti
Eyal Reizer 60f36637bb 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>
2018-04-30 13:30:42 +03:00
..
wl12xx
wl18xx wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
wl1251 wireless-drivers-next patches for 4.17 2018-03-25 21:27:38 -04:00
wlcore wlcore: sdio: allow pm to handle sdio power 2018-04-30 13:30:42 +03:00
Kconfig net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text 2018-03-13 18:52:25 +02:00
Makefile
wilink_platform_data.c