> There's already a drivers/net/mhi/
It seems the latest kernel supports mhi driver, but there is no mhi driver on the 5.4.44 kernel, I want to add it to 5.4.44, is that ok?

> Virtio drivers don't sit under drivers/virtio, and most certainly not under drivers/bus/virtio
Thanks, however, I will put files into a more suitable location.

> Ugh, can you clarify what's the source of this code dump and if you're coordinating with others working on Qualcomm drivers?
The source code is ported from IPQ8072 arm platform, including MHI, MBIM, RmNet.
No, I have no cooperation with the people working on Qualcomm drivers.

Thanks,
Jarvis

Jakub Kicinski <kuba@kernel.org> 于2021年3月17日周三 上午5:37写道:
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
under drivers/bus/virtio...

>  drivers/bus/mhi/devices/mhi_satellite.c       | 1155 +++++++++
>  drivers/bus/mhi/devices/mhi_uci.c             |  802 ++++++

Ugh, can you clarify what's the source of this code dump and if you're
coordinating with others working on Qualcomm drivers?