From: Govind Singh <govinds@codeaurora.org>
To: ath10k@lists.infradead.org, bjorn.andersson@linaro.org
Cc: Govind Singh <govinds@codeaurora.org>, linux-wireless@vger.kernel.org
Subject: [PATCH v3 00/12] *** Add support for wifi QMI client driver ***
Date: Mon, 26 Mar 2018 11:07:16 +0530 [thread overview]
Message-ID: <1522042636-25516-1-git-send-email-govinds@codeaurora.org> (raw)
Add QMI client driver for Q6 integrated WLAN connectivity subsystem.
This module is responsible for communicating WLAN control messages to FW
over QMI interface.
“QUALCOMM Messaging Interface”(QMI) provides the control interface between
components running b/w remote processors with underlying transport layer
based on integrated chipset(shared memory) or discrete chipset(PCI/USB/SDIO/UART).
QMI client driver implementation is based on qmi frmework https://lwn.net/Articles/729924/.
Below is the sequence of qmi handshake.
QMI CLIENT(APPS) QMI SERVER(FW in Q6)
<------wlan service discoverd----
-----connect to wlam qmi service----->
------------wlan info request----->
<------------wlan info resp------------
------------msa info req-------->
<------------msa info resp------------
------------msa ready req-------->
<------------msa ready resp------------
<------------msa ready indication-------
------------capability req------->
<------------capability resp------------
------------qmi bdf req--------->
<------------qmi bdf resp------------
------------qmi cal trigger------->
<------------ QMI FW ready indication-------
Govind Singh (12):
ath10k: Add qmi service for wlan qmi client
dt: bindings: add bindings for ath10k qmi client
ath10k: Add WCN3990 QMI client driver
ath10k: add support to start and stop qmi service
ath10k: Add support of QMI indication message
firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interface
ath10k: Add MSA handshake QMI mgs support
ath10k: Add QMI CAP request support
ath10k: Add QMI HOST CAP request support
ath10k: add bdf/cal indication support
ath10k: Add wlan mode on/off qmi message
ath10k: Add qmi wlan enable/disable support for WCN3990
.../bindings/net/wireless/qcom,ath10k.txt | 8 +
drivers/net/wireless/ath/ath10k/Makefile | 4 +
drivers/net/wireless/ath/ath10k/qmi.c | 1188 ++++++++++
drivers/net/wireless/ath/ath10k/qmi.h | 102 +
drivers/net/wireless/ath/ath10k/qmi_svc_v01.c | 2323 ++++++++++++++++++++
drivers/net/wireless/ath/ath10k/qmi_svc_v01.h | 685 ++++++
drivers/net/wireless/ath/ath10k/snoc.c | 179 +-
include/linux/qcom_scm.h | 4 +-
8 files changed, 4491 insertions(+), 2 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath10k/qmi.c
create mode 100644 drivers/net/wireless/ath/ath10k/qmi.h
create mode 100644 drivers/net/wireless/ath/ath10k/qmi_svc_v01.c
create mode 100644 drivers/net/wireless/ath/ath10k/qmi_svc_v01.h
--
1.9.1
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
next reply other threads:[~2018-03-26 5:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-26 5:37 Govind Singh [this message]
2018-03-26 20:21 ` [PATCH v3 00/12] *** Add support for wifi QMI client driver *** Peter Oh
2018-03-27 17:06 ` [PATCH " govinds
2018-05-08 17:37 ` [PATCH v3 " Bjorn Andersson
2018-05-09 4:02 ` Govind Singh
2018-05-14 13:38 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522042636-25516-1-git-send-email-govinds@codeaurora.org \
--to=govinds@codeaurora.org \
--cc=ath10k@lists.infradead.org \
--cc=bjorn.andersson@linaro.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).