summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2019-05-231-1/+3
* net: phy: improve pause handlingHeiner Kallweit2019-05-041-1/+1
* phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit2019-04-141-0/+5
* net: phy: add support for new modes in phylibHeiner Kallweit2019-04-141-0/+18
* net: phy: shrink PHY settings arrayHeiner Kallweit2019-04-141-202/+45Star
* net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit2019-02-181-36/+7Star
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-141-0/+27
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-141-0/+45
* net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit2019-02-101-9/+118
* net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko2019-02-061-13/+103
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1Star
* net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn2018-11-111-0/+8
* net: phy: Add more link modes to the settings tableAndrew Lunn2018-11-111-4/+158
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-7/+6Star
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-14/+24
* net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-051-2/+2
* net: phy: Have __phy_modify return 0 on successAndrew Lunn2018-01-151-7/+6Star
* net: phy: fix wrong masks to phy_modify()Russell King2018-01-081-1/+1
* net: phy: add phy_modify() accessorRussell King2018-01-031-0/+23
* net: phy: add paged phy register accessorsRussell King2018-01-031-0/+157
* net: phy: add unlocked accessorsRussell King2018-01-031-0/+25
* net: phy: use unlocked accessors for indirect MMD accessesRussell King2018-01-031-5/+6
* net: phy: add helper to convert negotiation result to phy settingsRussell King2018-01-021-0/+43
* net: phy: add 1000Base-X to phy settings tableRussell King2017-08-071-0/+5
* net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-071-0/+126
* net: phy: split out PHY speed and duplex string generationRussell King2017-08-071-0/+49
* net: phy: test the right variable in phy_write_mmd()Dan Carpenter2017-04-171-1/+1
* net: phy: clean up mmd_phy_indirect()Russell King2017-03-221-7/+7
* net: phy: remove the indirect MMD read/write methodsRussell King2017-03-221-85/+34Star
* net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King2017-03-221-8/+25
* net: phy: move phy MMD accessors to phy-core.cRussell King2017-03-221-0/+135