aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-2/+2
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn1-7/+6
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King1-1/+1
2018-01-03net: phy: add phy_modify() accessorRussell King1-0/+23
2018-01-03net: phy: add paged phy register accessorsRussell King1-0/+157
2018-01-03net: phy: add unlocked accessorsRussell King1-0/+25
2018-01-03net: phy: use unlocked accessors for indirect MMD accessesRussell King1-5/+6
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King1-0/+43
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King1-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-coreRussell King1-0/+126
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King1-0/+49
2017-04-17net: phy: test the right variable in phy_write_mmd()Dan Carpenter1-1/+1
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King1-7/+7
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King1-85/+34
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King1-8/+25
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King1-0/+135