Message ID | 20201005153939.248-1-irusskikh@marvell.com |
---|---|
Headers | show |
Series | net: atlantic: phy tunables from mac driver | expand |
From: Igor Russkikh <irusskikh@marvell.com> Date: Mon, 5 Oct 2020 18:39:36 +0300 > 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 Series applied, thank you.