Re: [PATCH net-next v4 1/2] net: Add a WWAN subsystem

2021-03-11 Thread kernel test robot
Hi Loic, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Loic-Poulain/net-Add-a-WWAN-subsystem/20210312-003256 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 34bb975126419

Re: [PATCH net-next v4 1/2] net: Add a WWAN subsystem

2021-03-11 Thread Loic Poulain
On Thu, 11 Mar 2021 at 17:48, Greg KH wrote: > > On Thu, Mar 11, 2021 at 05:39:05PM +0100, Loic Poulain wrote: > > This change introduces initial support for a WWAN subsystem. Given the > > complexity and heterogeneity of existing WWAN hardwares and interfaces, > > there is no strict definition of

Re: [PATCH net-next v4 1/2] net: Add a WWAN subsystem

2021-03-11 Thread Greg KH
On Thu, Mar 11, 2021 at 05:39:05PM +0100, Loic Poulain wrote: > --- /dev/null > +++ b/drivers/net/wwan/Kconfig > @@ -0,0 +1,19 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +# > +# Wireless WAN device configuration > +# > + > +menuconfig WWAN > + bool "Wireless WAN" > + help > + Thi

Re: [PATCH net-next v4 1/2] net: Add a WWAN subsystem

2021-03-11 Thread Greg KH
On Thu, Mar 11, 2021 at 05:39:05PM +0100, Loic Poulain wrote: > This change introduces initial support for a WWAN subsystem. Given the > complexity and heterogeneity of existing WWAN hardwares and interfaces, > there is no strict definition of what a WWAN device is and how it should > be represente

[PATCH net-next v4 1/2] net: Add a WWAN subsystem

2021-03-11 Thread Loic Poulain
This change introduces initial support for a WWAN subsystem. Given the complexity and heterogeneity of existing WWAN hardwares and interfaces, there is no strict definition of what a WWAN device is and how it should be represented. It's often a collection of multiple components/devices that perform