Re: [PATCH net-next v2 0/5] net: phy: Reduce duplication

2018-03-01 Thread David Miller
From: Florian Fainelli Date: Wed, 28 Feb 2018 11:58:44 -0800 > Hi all, > > This patch series reduces the duplication among 10G PHY drivers that just > essentially stub most functions, but do that while replicating what the > existing > generic functions do. > > Changes

Re: [PATCH net-next v2 0/5] net: phy: Reduce duplication

2018-03-01 Thread David Miller
From: Florian Fainelli Date: Wed, 28 Feb 2018 11:58:44 -0800 > Hi all, > > This patch series reduces the duplication among 10G PHY drivers that just > essentially stub most functions, but do that while replicating what the > existing > generic functions do. > > Changes in v2: > > - rename

[PATCH net-next v2 0/5] net: phy: Reduce duplication

2018-02-28 Thread Florian Fainelli
Hi all, This patch series reduces the duplication among 10G PHY drivers that just essentially stub most functions, but do that while replicating what the existing generic functions do. Changes in v2: - rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate what it does (or

[PATCH net-next v2 0/5] net: phy: Reduce duplication

2018-02-28 Thread Florian Fainelli
Hi all, This patch series reduces the duplication among 10G PHY drivers that just essentially stub most functions, but do that while replicating what the existing generic functions do. Changes in v2: - rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate what it does (or