Re: [PATCHv6] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-20 Thread David Miller
From: Juergen Borleis Date: Tue, 18 Apr 2017 10:48:23 +0200 > The LAN9303 is a three port 10/100 ethernet switch with integrated phys > for the two external ethernet ports. The third port is an RMII/MII > interface to a host master network interface (e.g. fixed link). > > While the LAN9303 devic

Re: [PATCHv5] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-18 Thread Juergen Borleis
Hi David, On Thursday 13 April 2017 16:46:04 David Miller wrote: > > Changes in v5: > > > > - missing include file to 'net/dsa/tag_lan9303.c' added > > This still doesn't build cleanly. > > drivers/net/dsa/lan9303_mdio.o: In function `mdio_module_init': > lan9303_mdio.c:(.init.text+0x0): multiple

[PATCHv6] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-18 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u

Re: [PATCHv5] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-13 Thread David Miller
From: Juergen Borleis Date: Thu, 13 Apr 2017 09:33:39 +0200 > Changes in v5: > > - missing include file to 'net/dsa/tag_lan9303.c' added This still doesn't build cleanly. drivers/net/dsa/lan9303_mdio.o: In function `mdio_module_init': lan9303_mdio.c:(.init.text+0x0): multiple definition of `in

[PATCHv5] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-13 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u

Re: [PATCHv4] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-13 Thread Juergen Borleis
Hi David, On Wednesday 12 April 2017 19:15:20 David Miller wrote: > [...] > >> Please note: the "MDIO managed mode" driver part isn't tested yet. I > >> have used and tested the "I2C managed mode" only. > > > > Series applied, thank you. > > Actually, this doesn't even build. Please fix this and

Re: [PATCHv4] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-12 Thread David Miller
From: David Miller Date: Wed, 12 Apr 2017 12:04:46 -0400 (EDT) > From: Juergen Borleis > Date: Wed, 12 Apr 2017 16:02:14 +0200 > >> The LAN9303 is a three port 10/100 ethernet switch with integrated phys >> for the two external ethernet ports. The third port is an RMII/MII >> interface to a hos

Re: [PATCHv4] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-12 Thread David Miller
From: Juergen Borleis Date: Wed, 12 Apr 2017 16:02:14 +0200 > The LAN9303 is a three port 10/100 ethernet switch with integrated phys > for the two external ethernet ports. The third port is an RMII/MII > interface to a host master network interface (e.g. fixed link). > > While the LAN9303 devic

Re: [PATCHv4] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-12 Thread Andrew Lunn
On Wed, Apr 12, 2017 at 04:02:14PM +0200, Juergen Borleis wrote: > The LAN9303 is a three port 10/100 ethernet switch with integrated phys > for the two external ethernet ports. The third port is an RMII/MII > interface to a host master network interface (e.g. fixed link). > > While the LAN9303 de

[PATCHv4] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-12 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u

[PATCHv3] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-11 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u

[PATCHv2] net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-07 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u

net: dsa: add SMSC/Microchip LAN9303 three port ethernet switch driver

2017-04-05 Thread Juergen Borleis
The LAN9303 is a three port 10/100 ethernet switch with integrated phys for the two external ethernet ports. The third port is an RMII/MII interface to a host master network interface (e.g. fixed link). While the LAN9303 device itself supports offload packet processing, this driver does not make u