]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: wfx: allow SDIO device to wake up the host
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 4 Mar 2025 15:32:23 +0000 (16:32 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Mar 2025 08:24:22 +0000 (09:24 +0100)
commit75516809af78cd73aef851d98e8d6014d149dac4
tree8ea0491ff7a7ed7694e0dc7a179e8b3a84433cec
parent32bd7f4b393244e2089c656598f598edbab24ea8
wifi: wfx: allow SDIO device to wake up the host

If the device is connected with SDIO bus, it can wake up the host using
either the SDIO controller (that requires MMC_PM_WAKE_SDIO_IRQ
capability) or the out-of-bound IRQ. This patch allows both.

Obviously, the SDIO controller must be able to keep the SDIO device
powered on.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://patch.msgid.link/20250304153224.39083-5-jerome.pouiller@silabs.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/silabs/wfx/bus_sdio.c