]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98d49f3564eb85714241e8f51d2ff59368aec3d3
treea424bdde03d475ae4d4d5c8081187b8a5b10e470
parent20a64f071bd6ed5b7e952490090847c9a4f885f4
parent4b6c9763f8ad8c20d65bc0c958edae77d2c7e878
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>