aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04net: phy: extract pause modeRussell King1-7/+13
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit1-0/+28
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit1-2/+7
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit1-5/+24
2019-05-22net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn1-1/+3
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-1/+1
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit1-0/+5
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit1-0/+18
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit1-202/+45
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit1-36/+7
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier1-0/+27
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier1-0/+45
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit1-9/+118
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko1-13/+103
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn1-0/+8
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn1-4/+158
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-7/+6
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-14/+24
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