]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: add platform specific wakeup interrupt support
authorXinming Hu <huxm@marvell.com>
Mon, 18 Apr 2016 12:22:23 +0000 (05:22 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 26 Apr 2016 09:21:20 +0000 (12:21 +0300)
commit85d43f68ceee2ecedcf77c52ab038f60b5006734
treeae848766be2cda13513fb4fc6947ad66cad73518
parent8cb1dc9132b4fa7aa0761f2121470ccd0e3a7c6d
mwifiex: add platform specific wakeup interrupt support

On some arm-based platforms, we need to configure platform specific
parameters by device tree node and also define our node as a child
node of parent SDIO host controller.
This patch parses these parameters from device tree. It includes
calibration data dowoload to firmware, wakeup pin configured to firmware,
and soc specific wake up gpio, which will be set as wakeup interrupt pin.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/sdio.c
drivers/net/wireless/marvell/mwifiex/sdio.h
drivers/net/wireless/marvell/mwifiex/sta_cmd.c