OSDN Git Service

bus: mhi: Add MHI PCI support for WWAN modems
authorLoic Poulain <loic.poulain@linaro.org>
Wed, 21 Oct 2020 17:18:19 +0000 (19:18 +0200)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 18 Nov 2020 09:50:34 +0000 (15:20 +0530)
commit855a70c12021bdc5df60512f1d3f6d492dc715be
tree1691206ccd408bfef72337bd3db743e5374e02d0
parent8ff3f7bdde45b32f9294fc87e4bd76f369178664
bus: mhi: Add MHI PCI support for WWAN modems

This is a generic MHI-over-PCI controller driver for MHI only devices
such as QCOM modems. For now it supports registering of Qualcomm SDX55
based PCIe modules. The MHI channels have been extracted from mhi
downstream driver.

This driver is for MHI-only devices which have all functionalities
exposed through MHI channels and accessed by the corresponding MHI
device drivers (no out-of-band communication).

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Bhaumik Bhatt <bbhatt@codeaurora.org>
Reviewed-by: Hemant Kumar <hemantk@codeaurora.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
[mani: fixed up the Makefile rule]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/bus/mhi/Kconfig
drivers/bus/mhi/Makefile
drivers/bus/mhi/pci_generic.c [new file with mode: 0644]