Merge branch 'wwan-improvements'
authorDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:33:44 +0000 (14:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:33:44 +0000 (14:33 -0700)
commit173dbbfe139d36af6d34f1998cf64c82529c1d12
treee20a071bf2b4a54de8e28149c03e9439bab24301
parent95848099a3dfaff20b3622ee2040b24bf40b2b21
parent504672038b17b76466724dda017618b0c072a922
Merge branch 'wwan-improvements'

Sergey Ryazanov says:

====================
net: WWAN subsystem improvements

While working on WWAN netdev creation support, I notice a few things
that could be done to make the wwan subsystem more developer and user
friendly. This series implements them.

The series begins with a WWAN HW simulator designed simplify testing
and make the WWAN subsystem available for a wider audience. The next two
patches are intended to make the code a bit more clearer. This is
followed by a few patches to make the port device naming more
user-friendly. The series is finishes with a set of changes that allow
the WWAN AT port to be used with terminal emulation software.

All changes were tested with the HW simulator that was introduced in
this series, as well as with a Huawei E3372 LTE modem (a CDC-NCM
device), which I finally found on my desk.
====================

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