diff options
| author | David S. Miller <davem@davemloft.net> | 2019-02-17 10:27:00 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-02-17 10:27:00 -0800 |
| commit | 9e8ccd895704d61baebdefc164e524fb038d9697 (patch) | |
| tree | 27ed80285ee6e8fbc0cbee4277be5a4ae6e7293d /include/linux/phy.h | |
| parent | 885e63195980ab25abc67336f0c44d4cb4e6e72b (diff) | |
| parent | 3ce2a027ae4e3ede876da6913641ad37c33b698b (diff) | |
| download | cachepc-linux-9e8ccd895704d61baebdefc164e524fb038d9697.tar.gz cachepc-linux-9e8ccd895704d61baebdefc164e524fb038d9697.zip | |
Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an'
Heiner Kallweit says:
====================
net: phy: add and use genphy_c45_an_config_an
This series adds genphy_c45_an_config_an() and uses it in the
marvell10g diver. In addition patch 4 aligns the aneg configuration
with what is done in genphy_config_aneg().
v2:
- in patch 2 changed function name to genphy_c45_an_config_aneg
- in patch 3 add a comment regarding 1000BaseT vendor registers
v3:
- rebase patch 3
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
| -rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index bf1070c2a53b..3db507e68191 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1101,6 +1101,7 @@ int genphy_c45_read_link(struct phy_device *phydev); int genphy_c45_read_lpa(struct phy_device *phydev); int genphy_c45_read_pma(struct phy_device *phydev); int genphy_c45_pma_setup_forced(struct phy_device *phydev); +int genphy_c45_an_config_aneg(struct phy_device *phydev); int genphy_c45_an_disable_aneg(struct phy_device *phydev); int genphy_c45_read_mdix(struct phy_device *phydev); int genphy_c45_pma_read_abilities(struct phy_device *phydev); |
