]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: wilc1000: Keep slot powered on during suspend/resume
authorMarek Vasut <marex@denx.de>
Thu, 26 Sep 2024 19:50:55 +0000 (21:50 +0200)
committerKalle Valo <kvalo@kernel.org>
Thu, 17 Oct 2024 16:47:13 +0000 (19:47 +0300)
commit98ca3178ad797a5ae9df50a69be49292d1734485
tree5fdb0089a37dc96184b37ce70d670c378a02e1c1
parentc8945c8cd41ab4f8d0d59a4e9861e9c9017840af
wifi: wilc1000: Keep slot powered on during suspend/resume

The WILC3000 can suspend and enter low power state. According to local
measurements, the WILC3000 consumes the same amount of power if the slot
is powered up and WILC3000 is suspended, and if the WILC3000 is powered
off. Use the former option, keep the WILC3000 powered up as that allows
for things like WoWlan to work.

Note that this is tested on WILC3000 only, not on WILC1000 .

Signed-off-by: Marek Vasut <marex@denx.de>
Tested-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240926195113.2823392-1-marex@denx.de
drivers/net/wireless/microchip/wilc1000/sdio.c