RE: [PATCH net-next 6/6] net/mssc/ocelot: Add basic Felix switch driver

2019-06-24 Thread Claudiu Manoil
>-Original Message- >From: Andrew Lunn >Sent: Saturday, June 22, 2019 11:57 PM >To: Claudiu Manoil [...] Ok for all, I can work more on refactoring if we agree on the basics. For instance I can change the driver to use reg-names, same as mscc-ocelot, and factor out the common code. So

Re: [PATCH net-next 6/6] net/mssc/ocelot: Add basic Felix switch driver

2019-06-22 Thread Andrew Lunn
On Fri, Jun 21, 2019 at 06:38:52PM +0300, Claudiu Manoil wrote: > This supports a switch core ethernet device from Microsemi > (VSC9959) that can be integrated on different SoCs as a PCIe > endpoint device. > > The switchdev functionality is provided by the core Ocelot > switch driver. In this reg

[PATCH net-next 6/6] net/mssc/ocelot: Add basic Felix switch driver

2019-06-21 Thread Claudiu Manoil
This supports a switch core ethernet device from Microsemi (VSC9959) that can be integrated on different SoCs as a PCIe endpoint device. The switchdev functionality is provided by the core Ocelot switch driver. In this regard, the current driver is an instance of Microsemi's Ocelot core driver. T