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

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