aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83869.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11net: phy: introduce phydev->portMichael Walle1-0/+4
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei1-4/+13
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+25
2020-10-03net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King1-1/+1
2020-09-28net: phy: dp83869: Add speed optimization featureDan Murphy1-0/+116
2020-09-28net: phy: dp83869: support Wake on LANDan Murphy1-0/+176
2020-09-19net: dp83869: Add ability to advertise Fiber connectionDan Murphy1-0/+73
2020-08-26net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski1-6/+6
2020-06-25net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-06net: dp83869: Reset return variable if PHY strap is readDan Murphy1-0/+3
2020-06-05net: dp83869: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-05-22net: phy: dp83869: Set opmode from strapsDan Murphy1-1/+20
2020-05-22net: phy: dp83869: Update port-mirroring to read strapsDan Murphy1-3/+12
2019-12-14net: phy: dp83869: Remove unneeded semicolonzhengbin1-1/+1
2019-11-26net: phy: dp83869: Fix return paths to return proper valuesDan Murphy1-23/+26
2019-11-18net: phy: dp83869: fix return of uninitialized variable retColin Ian King1-1/+1
2019-11-14net: phy: dp83869: Add TI dp83869 phyDan Murphy1-0/+431