]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: add new plt power-mode: CHIP_AWAKE
authorYair Shapira <yair.shapira@ti.com>
Tue, 17 Sep 2013 15:41:21 +0000 (18:41 +0300)
committerLuciano Coelho <luciano.coelho@intel.com>
Mon, 30 Sep 2013 18:12:18 +0000 (21:12 +0300)
commitcab36db63e0b918b4e65eea5b77fae99cf24245f
tree49851cdc90eecaf04806043d2ceaacc129180dd9
parent909d82b7ab1f6267b4c406933b021f864b2028ec
wlcore: add new plt power-mode: CHIP_AWAKE

Under this mode the chip is powered on including sdio
but no FW is downloaded and run, interrupts are not enabled, etc...

This mode is intended to allow RTTT to bridge sdio as a transport
to the chip.

Driver only provides sdio access using the dev_mem debugfs file.

Some fixes done to the code that ensures that PLT mode and normal
driver power mode (ifconfig/add_interface) are mutually excluded.

Signed-off-by: Yair Shapira <yair.shapira@ti.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/testmode.c
drivers/net/wireless/ti/wlcore/wlcore_i.h