Merge branch 'net-atlantic-phy-tunables-from-mac-driver'
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:16:01 +0000 (06:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:16:01 +0000 (06:16 -0700)
commit9b9dda5d1dc843a55722cfa07f5570840f31d591
tree6464701adb7436481e0df986de6f52897d31e352
parent302af7c6049dc2cbd1e07358c1912f7cce98db36
parent60db5e408e432d57f93e1eaec8fc9d7a05caa1f9
Merge branch 'net-atlantic-phy-tunables-from-mac-driver'

Igor Russkikh says:

====================
net: atlantic: phy tunables from mac driver

This series implements phy tunables settings via MAC driver callbacks.

AQC 10G devices use integrated MAC+PHY solution, where PHY is fully controlled
by MAC firmware. Therefore, it is not possible to implement separate phy driver
for these.

We use ethtool ops callbacks to implement downshift and EDPC tunables.

v3: fixed flaw in EDPD logic, from Andrew
v2: comments from Andrew
====================

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