]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: claim sdio bus while downloading the firmware
authorAniket Nagarnaik <aniketn@marvell.com>
Thu, 6 Aug 2015 07:39:16 +0000 (00:39 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 13 Aug 2015 12:35:55 +0000 (15:35 +0300)
commit6747579d87370caefc6e06d13bbfc542ae79bd33
tree1c27726dedd7766ddd82ff8feb65f0528bdbb04d
parent1b779ad201d916bf5d6f0d94cc8a45cdf6cfaf50
mwifiex: claim sdio bus while downloading the firmware

Our 8887 A2 chip can have separate firmware images for
bluetooth and WLAN. We observed an issue during parallel
downloading of these images by btmrvl and mwifiex drivers.

This patch claims sdio bus before starting of the firmware
download in mwifiex and releases it after completion to
fix the problem.

Signed-off-by: Aniket Nagarnaik <aniketn@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/sdio.c