summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83869.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add support for TI DP83561-SP phyHari Nagalla2021-11-191-20/+22
* net: phy: constify netdev->dev_addr referencesJakub Kicinski2021-10-241-2/+2
* net: phy: introduce phydev->portMichael Walle2021-02-111-0/+4
* net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei2020-11-251-4/+13
* net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-251-0/+25
* net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King2020-10-031-1/+1
* net: phy: dp83869: Add speed optimization featureDan Murphy2020-09-281-0/+116
* net: phy: dp83869: support Wake on LANDan Murphy2020-09-281-0/+176
* net: dp83869: Add ability to advertise Fiber connectionDan Murphy2020-09-191-0/+73
* net: dp83869: Fix RGMII internal delay configurationDaniel Gorsulowski2020-08-261-6/+6
* net: dp83869: Add RGMII internal delay configurationDan Murphy2020-06-251-3/+50
* net: dp83869: Reset return variable if PHY strap is readDan Murphy2020-06-061-0/+3
* net: dp83869: Fix OF_MDIO config checkDan Murphy2020-06-051-1/+1
* net: phy: dp83869: Set opmode from strapsDan Murphy2020-05-221-1/+20
* net: phy: dp83869: Update port-mirroring to read strapsDan Murphy2020-05-221-3/+12
* net: phy: dp83869: Remove unneeded semicolonzhengbin2019-12-141-1/+1
* net: phy: dp83869: Fix return paths to return proper valuesDan Murphy2019-11-261-23/+26
* net: phy: dp83869: fix return of uninitialized variable retColin Ian King2019-11-181-1/+1
* net: phy: dp83869: Add TI dp83869 phyDan Murphy2019-11-141-0/+431