Message ID | 20230602114756.36586-1-manivannan.sadhasivam@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Add support for MHI Endpoint function driver | expand |
On Fri, 02 Jun 2023 17:17:47 +0530, Manivannan Sadhasivam wrote: > This series adds support for Modem Host Interface (MHI) Endpoint function > driver and few updates to the PCI endpoint core. > > MHI > === > > MHI is the communication protocol used by the host machines to control and > communicate with the Qualcomm modems/WLAN devices over any high speed physical > bus like PCIe. In Linux kernel, MHI is modeled as a bus driver [1] and there > are two instances of MHI used in a typical setup. > > [...] Applied [with few changes, please check] to controller/endpoint, thanks! [1/9] PCI: endpoint: Add missing documentation about the MSI/MSI-X range https://git.kernel.org/pci/pci/c/4753e6a0fe22 [2/9] PCI: endpoint: Pass EPF device ID to the probe function https://git.kernel.org/pci/pci/c/765b0e80681a [3/9] PCI: endpoint: Return error if EPC is started/stopped multiple times https://git.kernel.org/pci/pci/c/0ff3de7a6c87 [4/9] PCI: endpoint: Add linkdown notifier support https://git.kernel.org/pci/pci/c/755cb1cc2615 [5/9] PCI: endpoint: Add BME notifier support https://git.kernel.org/pci/pci/c/a2bd0e62f6fd [6/9] PCI: qcom-ep: Add support for Link down notification https://git.kernel.org/pci/pci/c/c53dc1547231 [7/9] PCI: qcom-ep: Add support for BME notification https://git.kernel.org/pci/pci/c/258dfe82065c [8/9] PCI: endpoint: Add PCI Endpoint function driver for MHI bus https://git.kernel.org/pci/pci/c/fd0fda1ef61a [9/9] MAINTAINERS: Add PCI MHI endpoint function driver under MHI bus https://git.kernel.org/pci/pci/c/71f1861bb90d Thanks, Lorenzo