On 5/30/2020 4:51 AM, Vladimir Oltean wrote: > From: Vladimir Oltean <vladimir.olt...@nxp.com> > > Felix is not actually meant to be a DSA driver only for the switch > inside NXP LS1028A, but an umbrella for all Vitesse / Microsemi / > Microchip switches that are register-compatible with Ocelot and that are > using in DSA mode (with an NPI Ethernet port). > > For the dsa_switch_ops exported by the felix driver to be generic enough > to be used by other non-PCI switches, we need to move the PCI-specific > probing to the low-level translation module felix_vsc9959.c. This way, > other switches can have their own probing functions, as platform devices > or otherwise. > > This patch also removes the "Felix instance table", which did not stand > the test of time and is unnecessary at this point. > > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- [PATCH v2 net-next 02/13] net: dsa: felix: set proper lin... Vladimir Oltean
- Re: [PATCH v2 net-next 02/13] net: dsa: felix: set p... Florian Fainelli
- [PATCH v2 net-next 06/13] net: dsa: felix: create a templ... Vladimir Oltean
- Re: [PATCH v2 net-next 06/13] net: dsa: felix: creat... Florian Fainelli
- Re: [PATCH v2 net-next 06/13] net: dsa: felix: c... Vladimir Oltean
- [PATCH v2 net-next 11/13] net: dsa: felix: support half-d... Vladimir Oltean
- Re: [PATCH v2 net-next 11/13] net: dsa: felix: suppo... Florian Fainelli
- [PATCH v2 net-next 09/13] net: mscc: ocelot: convert SYS_... Vladimir Oltean
- Re: [PATCH v2 net-next 09/13] net: mscc: ocelot: con... Florian Fainelli
- [PATCH v2 net-next 12/13] net: dsa: felix: move probing t... Vladimir Oltean
- Re: [PATCH v2 net-next 12/13] net: dsa: felix: move ... Florian Fainelli
- [PATCH v2 net-next 07/13] net: mscc: ocelot: split writes... Vladimir Oltean
- Re: [PATCH v2 net-next 07/13] net: mscc: ocelot: spl... Florian Fainelli
- [PATCH v2 net-next 13/13] net: dsa: felix: introduce supp... Vladimir Oltean
- Re: [PATCH v2 net-next 13/13] net: dsa: felix: intro... Florian Fainelli
- Re: [PATCH v2 net-next 00/13] New DSA driver for VSC9953 ... David Miller