aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass9-0/+9
2020-05-18common: Drop linux/delay.h from common headerSimon Glass10-0/+10
2020-05-18common: Drop log.h from common headerSimon Glass10-0/+10
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-6/+8
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-10net: phy: realtek: add rx delay support for RTL8211FFugang Duan1-0/+11
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle1-27/+3
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle1-13/+0
2020-05-07phy: atheros: add device tree bindings and configMichael Walle1-2/+222
2020-05-07phy: atheros: move delay config to common functionMichael Walle1-16/+22
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle1-16/+41
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle1-3/+7
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle1-1/+1
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean1-4/+4
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean1-0/+8
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean1-5/+14
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean1-28/+41
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean1-4/+0
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker1-0/+58
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker1-2/+2
2020-03-09net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2020-03-09net: phy: dp83867: Add SGMII mode type switchingMichal Simek1-0/+12
2020-03-09net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-09drivers: net: phy: aquantia: make it less verboseAlex Marginean1-12/+12
2020-03-09drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean1-8/+9
2020-03-09phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+9
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas3-0/+902
2020-02-28net: phy: dp83867: Clean force link good bitMichal Simek1-0/+4
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-09drivers: net: aquantia: check system interface too when checking for link upAlex Marginean1-5/+2
2019-12-09drivers: net: aquantia: set SMBus addr based on DT propertyAlex Marginean1-0/+15
2019-12-09drivers: net: aquantia: set MDI reversal based on DT propertyAlex Marginean1-0/+39
2019-12-09drivers: net: aquantia: set up SI protocol based on interface typeAlex Marginean1-0/+107
2019-12-09drivers: net: aquantia: add PHY generation informationAlex Marginean1-0/+11
2019-12-09drivers: net: aquantia: use XFI, USXGMII interface typesAlex Marginean1-14/+33
2019-12-09net: phy: fix switch vendor nameAnatolij Gustschin1-1/+1
2019-12-09net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin1-0/+12
2019-12-09net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin1-6/+16
2019-12-09net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin1-14/+28
2019-12-09net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin1-25/+125
2019-12-09net: phy: micrel: make sure the factory test bit is clearedNicolas Ferre1-1/+20
2019-12-09net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita1-0/+15
2019-12-09net: phy: Increase link up delay in genphy_update_link()Stefan Roese1-2/+2
2019-12-09net: phy: dp83867: refactor rgmii configurationGrygorii Strashko1-39/+36
2019-12-09net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko1-10/+10
2019-12-09net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko1-12/+64
2019-12-09net: phy: dp83867: Add ability to disable output clockGrygorii Strashko1-17/+36
2019-12-09net: phy: dp83867: move static initialization to .probe()Grygorii Strashko1-12/+17
2019-12-09net: phy: ti: rename ti.c to dp83867.cGrygorii Strashko2-1/+1