net: wwan: Add MHI MBIM network driver
authorLoic Poulain <loic.poulain@linaro.org>
Tue, 3 Aug 2021 13:36:28 +0000 (15:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 09:10:12 +0000 (10:10 +0100)
commitaa730a9905b7b079ef2fffdab7f15dbb842f5c7c
tree43d4ccfb37741a9e83abf0b1500602c91d5e873d
parent8730379ee067ccbd2ea24eb02ea623d688e9707b
net: wwan: Add MHI MBIM network driver

Add new wwan driver for MBIM over MHI. MBIM is a transport protocol
for IP packets, allowing packet aggregation and muxing. Initially
designed for USB bus, it is also exposed through MHI bus for QCOM
based PCIe wwan modems.

This driver supports the new wwan rtnetlink interface for multi-link
management and has been tested with Quectel EM120R-GL M2 module.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/Kconfig
drivers/net/wwan/Makefile
drivers/net/wwan/mhi_wwan_mbim.c [new file with mode: 0644]