Re: [PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs

2019-02-10 Thread Maxime Chevallier
Hello Heiner, >Hi Maxime, > >Andrew and me are working on Aquantia PHY support and he handed over >to me a patch series which includes parts of the first version of your >series. Having said that I'm especially interested in your patches >5 and 6. Because your series is somewhat bigger and there a

Re: [PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs

2019-02-09 Thread Heiner Kallweit
On 09.02.2019 17:25, Andrew Lunn wrote: >> I'd propose that you extract generic patches being submission-ready >> and split the patch series into two. I think the following patches >> would be candidates for the first series: 2, 3, 5, 6 >> (provided they have no dependency on the other patches) >>

Re: [PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs

2019-02-09 Thread Andrew Lunn
> I'd propose that you extract generic patches being submission-ready > and split the patch series into two. I think the following patches > would be candidates for the first series: 2, 3, 5, 6 > (provided they have no dependency on the other patches) > Based on that both of us can go on with our w

Re: [PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs

2019-02-09 Thread Heiner Kallweit
On 07.02.2019 10:49, Maxime Chevallier wrote: > Hello everyone, > > This is the second iteration of the series introducing support for > 2.5GBASET and 5GBASET to the network PHY infrastructure. > > These 2 modes are described in the 802.3bz specifications, and allow to > use 2.5G and 5G speeds on

[PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs

2019-02-07 Thread Maxime Chevallier
Hello everyone, This is the second iteration of the series introducing support for 2.5GBASET and 5GBASET to the network PHY infrastructure. These 2 modes are described in the 802.3bz specifications, and allow to use 2.5G and 5G speeds on cat5e/cat6 cables. The required infrastructure code is add