]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mhi-mbim'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 09:10:12 +0000 (10:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 09:10:12 +0000 (10:10 +0100)
commitf7112450e6aa6ac2892af79edfa986c72a33f627
tree43f96186d8458c81a6a704a8f329ad7cacbe2f80
parent4b2a527d53576f397f812af5f10c419eb0588ed7
parente4d8f5dc4d54d19b6a25bfa3a641a85491faf93d
Merge branch 'mhi-mbim'

Loic Poulain says:

====================
net: mhi: move MBIM to WWAN

Implement a proper WWAN driver for MBIM network protocol, with multi link
management supported through the WWAN framework (wwan rtnetlink).

Until now, MBIM over MHI was supported directly in the mhi_net driver, via
some protocol rx/tx fixup callbacks, but with only one session supported
(no multilink muxing). We can then remove that part from mhi_net and restore
the driver to a simpler version for 'raw' ip transfer (or QMAP via rmnet link).

Note that a wwan0 link is created by default for session-id 0. Additional links
can be managed via ip tool:

    $ ip link add dev wwan0mms parentdev wwan0 type wwan linkid 1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>