summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-core.c
AgeCommit message (Expand)Author
2019-10-04net: phy: extract pause modeRussell King
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit
2019-05-22net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn
2019-05-04net: phy: improve pause handlingHeiner Kallweit
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King
2018-01-03net: phy: add phy_modify() accessorRussell King
2018-01-03net: phy: add paged phy register accessorsRussell King
2018-01-03net: phy: add unlocked accessorsRussell King
2018-01-03net: phy: use unlocked accessors for indirect MMD accessesRussell King
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King
2017-04-17net: phy: test the right variable in phy_write_mmd()Dan Carpenter
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King