OpenCloudOS-Kernel/drivers/net/wireless/ti
Tony Lindgren c40aad28a3 wlcore: Make sure firmware is initialized in wl1271_op_add_interface()
We have wl12xx_boot() call wl12xx_enable_interrupts() and if we have
wl1271_op_add_interface() call pm_runtime_get_sync() before the interrupts
are enabled. And then we get the following error during boot:

wlcore: ERROR ELP wakeup timeout!

Let's fix this by first checking if we need to boot the firmware. And
only after that call pm_runtime_get_sync() when interrupts are enabled.
And only after that do the check for wl12xx_need_fw_change().

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-06-27 18:45:22 +03:00
..
wl12xx wlcore/wl12xx: Fix fw logger over sdio 2016-05-11 21:26:15 +03:00
wl18xx wlcore: Add support for runtime PM 2018-06-27 18:44:47 +03:00
wl1251 wireless-drivers-next patches for 4.17 2018-03-25 21:27:38 -04:00
wlcore wlcore: Make sure firmware is initialized in wl1271_op_add_interface() 2018-06-27 18:45:22 +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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
wilink_platform_data.c wlcore: remove wl12xx_platform_data 2015-03-24 09:48:14 -07:00