Re: [PATCH v6 7/8] net: add MV88E61xx DSA driver

2022-10-26 Thread Vladimir Oltean
Sorry for the late reply. On Thu, Oct 13, 2022 at 11:09:32AM -0700, Tim Harvey wrote: > The SERDES configuration on the 88E6352/88E6240/88E6176/88E6172 (which > I have documentation for) is not in port specific registers so I think > I should move that to the probe function for the switch. It's n

Re: [PATCH v6 7/8] net: add MV88E61xx DSA driver

2022-10-13 Thread Tim Harvey
On Wed, Oct 12, 2022 at 12:50 PM Vladimir Oltean wrote: > > On Mon, Oct 10, 2022 at 09:39:43AM -0700, Tim Harvey wrote: > > Add a DSA driver for the MV88E6xxx compatible Ethernet switches. > > > > Cc: Marek BehĂșn > > Cc: Vladimir Oltean > > Signed-off-by: Tim Harvey > > Reviewed-by: Vladimir O

Re: [PATCH v6 7/8] net: add MV88E61xx DSA driver

2022-10-12 Thread Vladimir Oltean
On Mon, Oct 10, 2022 at 09:39:43AM -0700, Tim Harvey wrote: > Add a DSA driver for the MV88E6xxx compatible Ethernet switches. > > Cc: Marek BehĂșn > Cc: Vladimir Oltean > Signed-off-by: Tim Harvey > Reviewed-by: Vladimir Oltean > Reviewed-by: Fabio Estevam > --- > v6: > - update commit msg

[PATCH v6 7/8] net: add MV88E61xx DSA driver

2022-10-10 Thread Tim Harvey
Add a DSA driver for the MV88E6xxx compatible Ethernet switches. Cc: Marek Behún Cc: Vladimir Oltean Signed-off-by: Tim Harvey Reviewed-by: Vladimir Oltean Reviewed-by: Fabio Estevam --- v6: - update commit msg (s/MV88E61xx/MV88E6xxx) - remove GbE from commit msg and Kconfig desc - squash