]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Add-QRTR-MHI-client-driver'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 20:21:12 +0000 (13:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 20:21:12 +0000 (13:21 -0700)
commite4a0b0bbc6ee3c929bfe1ea1221037e3f0def7ae
tree526756248cf18601124b11583b4ddc8319a8f989
parent416fbf9a7e67ff8c1dce52645557602045e2d990
parent66960e7839b0c85ea1399f526dfb4cb75c476e8f
Merge branch 'Add-QRTR-MHI-client-driver'

Manivannan Sadhasivam says:

====================
Add QRTR MHI client driver

Here is the series adding MHI client driver support to Qualcomm IPC router
protocol. MHI is a newly added bus to kernel which is used to communicate to
external modems over a physical interface like PCI-E. This driver is used to
transfer the QMI messages between the host processor and external modems over
the "IPCR" channel.

For QRTR, this driver is just another driver acting as a transport layer like
SMD.

Currently this driver is needed to control the QCA6390 WLAN device from ath11k.
The ath11k MHI controller driver will take care of booting up QCA6390 and
bringing it to operating state. Later, this driver will be used to transfer QMI
messages over the MHI-IPCR channel.

The second patch of this series removes the ARCH_QCOM dependency for QRTR. This
is needed because the QRTR driver will be used with x86 machines as well to talk
to devices like QCA6390.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>