OSDN Git Service

ath10k: add initial SDIO support
authorErik Stromdahl <erik.stromdahl@gmail.com>
Wed, 26 Apr 2017 09:18:00 +0000 (12:18 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 4 May 2017 12:55:55 +0000 (15:55 +0300)
commitd96db25d20256208ce47d71b9f673a1de4c6fd7e
tree3c9d034109d6bf65cc0b4dbd9a26835c66c000f4
parentf008d1537bf88396cf41a7c7a831e3acd1ee92a1
ath10k: add initial SDIO support

Chipsets like QCA6584 have support for SDIO so add initial SDIO bus support to
ath10k. With this patch we have the low level HTC protocol working and it's
possible to boot the firmware, but it's still not possible to connect or
anything like. More changes are needed for full functionality. For that reason
we print during initialisation:

WARNING: ath10k SDIO support is incomplete, don't expect anything to work!

Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
[kvalo@qca.qualcomm.com: refactoring, cleanup, commit log]
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/Kconfig
drivers/net/wireless/ath/ath10k/Makefile
drivers/net/wireless/ath/ath10k/sdio.c [new file with mode: 0644]
drivers/net/wireless/ath/ath10k/sdio.h [new file with mode: 0644]