Re: [PATCH net-next 0/4] net: phy: Add 2.5G/5GBASET PHYs support

2019-02-13 Thread David Miller
From: Maxime Chevallier Date: Mon, 11 Feb 2019 15:25:25 +0100 > The 802.3bz standard defines 2 modes based on the NBASET alliance work > that allow to use 2.5Gbps and 5Gbps speeds on Cat 5e, 6 and 7 cables. > > This series adds the necessary infrastructure to handle these modes with > C45 PHYs.

Re: [PATCH net-next 0/4] net: phy: Add 2.5G/5GBASET PHYs support

2019-02-12 Thread David Miller
From: Maxime Chevallier Date: Mon, 11 Feb 2019 15:25:25 +0100 > The 802.3bz standard defines 2 modes based on the NBASET alliance work > that allow to use 2.5Gbps and 5Gbps speeds on Cat 5e, 6 and 7 cables. > > This series adds the necessary infrastructure to handle these modes with > C45 PHYs.

[PATCH net-next 0/4] net: phy: Add 2.5G/5GBASET PHYs support

2019-02-11 Thread Maxime Chevallier
The 802.3bz standard defines 2 modes based on the NBASET alliance work that allow to use 2.5Gbps and 5Gbps speeds on Cat 5e, 6 and 7 cables. This series adds the necessary infrastructure to handle these modes with C45 PHYs. This series was originally part of a bigger one, that has seen 2 iteration