Re: [PATCH] Add MHI bus support and driver for T99W175 5G modem

2021-03-18 Thread Leon Romanovsky
On Tue, Mar 16, 2021 at 05:42:37AM -0700, Jarvis Jiang wrote: > T99W175 using MBIM or RmNet over PCIe interface with > MHI protocol support. > Ported from IPQ8072 platform, including MHI, MBIM, RmNet > > Supporting below PCI devices: > > PCI_DEVICE(0x17cb, 0x0300) > PCI_DEVICE(0x17cb, 0x0301) >

Re: [PATCH] Add MHI bus support and driver for T99W175 5G modem

2021-03-16 Thread Jakub Kicinski
On Tue, 16 Mar 2021 05:42:37 -0700 Jarvis Jiang wrote: > drivers/bus/mhi/devices/mhi_netdev.c | 1830 + There's already a drivers/net/mhi/ Please make sure the drivers live in their respective subsystem. Virtio drivers don't sit under drivers/virtio, and most certainly not u

Re: [PATCH] Add MHI bus support and driver for T99W175 5G modem

2021-03-16 Thread Mike Rapoport
On Tue, Mar 16, 2021 at 05:42:37AM -0700, Jarvis Jiang wrote: > T99W175 using MBIM or RmNet over PCIe interface with > MHI protocol support. > Ported from IPQ8072 platform, including MHI, MBIM, RmNet > > Supporting below PCI devices: > > PCI_DEVICE(0x17cb, 0x0300) > PCI_DEVICE(0x17cb, 0x0301)