Re: [PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support

2021-04-07 Thread Jarvis Jiang
On Wed, Apr 7, 2021 at 4:22 PM Loic Poulain wrote: > > Hi Jarvis, > > On Wed, 7 Apr 2021 at 04:51, Jarvis Jiang wrote: > > > > Add support for T99W175 modems, this modem series is based on SDX55 > > qcom chip. The modem is mainly based on MBIM protocol for both the > > data and control path. > >

Re: [PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support

2021-04-07 Thread Loic Poulain
Hi Jarvis, On Wed, 7 Apr 2021 at 04:51, Jarvis Jiang wrote: > > Add support for T99W175 modems, this modem series is based on SDX55 > qcom chip. The modem is mainly based on MBIM protocol for both the > data and control path. > > This patch was tested with Ubuntu 20.04 X86_64 PC as host > > Signe

Re: [PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support

2021-04-07 Thread Jarvis Jiang
On Wed, Apr 7, 2021 at 2:46 PM Manivannan Sadhasivam wrote: > > On Tue, Apr 06, 2021 at 07:50:29PM -0700, Jarvis Jiang wrote: > > Add support for T99W175 modems, this modem series is based on SDX55 > > qcom chip. The modem is mainly based on MBIM protocol for both the > > data and control path. >

Re: [PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support

2021-04-06 Thread Manivannan Sadhasivam
On Tue, Apr 06, 2021 at 07:50:29PM -0700, Jarvis Jiang wrote: > Add support for T99W175 modems, this modem series is based on SDX55 > qcom chip. The modem is mainly based on MBIM protocol for both the > data and control path. > List the modems whose support is being added. > This patch was teste

[PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support

2021-04-06 Thread Jarvis Jiang
Add support for T99W175 modems, this modem series is based on SDX55 qcom chip. The modem is mainly based on MBIM protocol for both the data and control path. This patch was tested with Ubuntu 20.04 X86_64 PC as host Signed-off-by: Jarvis Jiang --- drivers/bus/mhi/pci_generic.c | 58