Re: [PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-07-01 Thread Michael Walle
Hi Vladimir, Am 2020-07-01 15:37, schrieb Vladimir Oltean: [..] > felix does not have support code for 1000base-x, so I think it's > natural to not clutter this series with things like that. > Things like USXGMII up to 10G, 10GBase-R, are also missing, for much > of the same reason - we wanted t

Re: [PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-07-01 Thread Vladimir Oltean
Hi Michael, On Tue, 30 Jun 2020 at 09:01, Michael Walle wrote: > > Hi all, > > Am 2020-06-22 11:34, schrieb Vladimir Oltean: > > On Mon, 22 Jun 2020 at 12:29, Russell King - ARM Linux admin > > wrote: > >> > >> On Mon, Jun 22, 2020 at 01:54:42AM +0300, Ioana Ciornei wrote: > >> > Add support for

Re: [PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-06-29 Thread Michael Walle
Hi all, Am 2020-06-22 11:34, schrieb Vladimir Oltean: On Mon, 22 Jun 2020 at 12:29, Russell King - ARM Linux admin wrote: On Mon, Jun 22, 2020 at 01:54:42AM +0300, Ioana Ciornei wrote: > Add support for the Lynx PCS as a separate module in drivers/net/phy/. > The advantage of this structure i

Re: [PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-06-22 Thread Vladimir Oltean
On Mon, 22 Jun 2020 at 12:29, Russell King - ARM Linux admin wrote: > > On Mon, Jun 22, 2020 at 01:54:42AM +0300, Ioana Ciornei wrote: > > Add support for the Lynx PCS as a separate module in drivers/net/phy/. > > The advantage of this structure is that multiple ethernet or switch > > drivers used

Re: [PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-06-22 Thread Russell King - ARM Linux admin
On Mon, Jun 22, 2020 at 01:54:42AM +0300, Ioana Ciornei wrote: > Add support for the Lynx PCS as a separate module in drivers/net/phy/. > The advantage of this structure is that multiple ethernet or switch > drivers used on NXP hardware (ENETC, Felix DSA switch etc) can share the > same implementat

[PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module

2020-06-21 Thread Ioana Ciornei
Add support for the Lynx PCS as a separate module in drivers/net/phy/. The advantage of this structure is that multiple ethernet or switch drivers used on NXP hardware (ENETC, Felix DSA switch etc) can share the same implementation of PCS configuration and runtime management. The PCS is represente