]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: add QMI message handshake for wcn3990 client
authorGovind Singh <govinds@codeaurora.org>
Thu, 11 Oct 2018 10:16:26 +0000 (13:16 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 13 Oct 2018 17:31:56 +0000 (20:31 +0300)
commit0fd23d9f93925fbbb2fee81aedf4f0ffd5d434d1
tree24e367261a88b12ace4a0557765d4806eb62c794
parent60e5020eec8f227153701f5810e9093041ce78d4
ath10k: add QMI message handshake for wcn3990 client

Add WCN3990 QMI client handshakes for Q6 integrated WLAN connectivity
subsystem. This layer is responsible for communicating qmi control
messages to wifi fw QMI service using QMI messaging protocol.

Qualcomm MSM Interface(QMI) is a messaging format used to communicate
between components running between remote processors with underlying
transport layer based on integrated chipset(shared memory) or
discrete chipset(PCI/USB/SDIO/UART).

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/Kconfig
drivers/net/wireless/ath/ath10k/Makefile
drivers/net/wireless/ath/ath10k/core.c
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/qmi.c [new file with mode: 0644]
drivers/net/wireless/ath/ath10k/qmi.h [new file with mode: 0644]
drivers/net/wireless/ath/ath10k/snoc.c
drivers/net/wireless/ath/ath10k/snoc.h