Merge branch 'net-phy-Reduce-duplication'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:23:42 +0000 (21:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:23:42 +0000 (21:23 -0500)
commit96dbdc5d8c48d438bb372fc3662c9a34fb44b498
treea424bdde03d475ae4d4d5c8081187b8a5b10e470
parent5697b3e1445387e5fa190a4e6833e3f7da43c3f2
parent568477045f800ee1c68cb18f1e6e800c4365615c
Merge branch 'net-phy-Reduce-duplication'

Florian Fainelli says:

====================
net: phy: Reduce duplication

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 v3:

- removed unused "reg" variable in teranetics.c
- fixed subject for patch 5 since we actually use gen10g_no_soft_reset()

Changes in v2:

- rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate
  what it does (or does not)
- removed stray comment in marvell10g.c
====================

Signed-off-by: David S. Miller <davem@davemloft.net>