Age | Commit message (Expand) | Author | Files | Lines |
2018-11-11 | net: ethernet: Convert phydev advertize and supported from u32 to link mode | Andrew Lunn | 1 | -14/+24 |
2018-03-04 | net: phy: Fix spelling mistake: "advertisment"-> "advertisement" | Colin Ian King | 1 | -2/+2 |
2018-01-15 | net: phy: Have __phy_modify return 0 on success | Andrew Lunn | 1 | -7/+6 |
2018-01-08 | net: phy: fix wrong masks to phy_modify() | Russell King | 1 | -1/+1 |
2018-01-03 | net: phy: add phy_modify() accessor | Russell King | 1 | -0/+23 |
2018-01-03 | net: phy: add paged phy register accessors | Russell King | 1 | -0/+157 |
2018-01-03 | net: phy: add unlocked accessors | Russell King | 1 | -0/+25 |
2018-01-03 | net: phy: use unlocked accessors for indirect MMD accesses | Russell King | 1 | -5/+6 |
2018-01-02 | net: phy: add helper to convert negotiation result to phy settings | Russell King | 1 | -0/+43 |
2017-08-06 | net: phy: add 1000Base-X to phy settings table | Russell King | 1 | -0/+5 |
2017-08-06 | net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy... | Russell King | 1 | -0/+126 |
2017-08-06 | net: phy: split out PHY speed and duplex string generation | Russell King | 1 | -0/+49 |
2017-04-17 | net: phy: test the right variable in phy_write_mmd() | Dan Carpenter | 1 | -1/+1 |
2017-03-22 | net: phy: clean up mmd_phy_indirect() | Russell King | 1 | -7/+7 |
2017-03-22 | net: phy: remove the indirect MMD read/write methods | Russell King | 1 | -85/+34 |
2017-03-22 | net: phy: make phy_(read|write)_mmd() generic MMD accessors | Russell King | 1 | -8/+25 |
2017-03-22 | net: phy: move phy MMD accessors to phy-core.c | Russell King | 1 | -0/+135 |