summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: atheros: ar8035: Fix clock output calculationFabio Estevam2020-06-221-4/+3
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-189-0/+9
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop log.h from common headerSimon Glass2020-05-1810-0/+10
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-6/+8
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: phy: realtek: add rx delay support for RTL8211FFugang Duan2020-05-101-0/+11
* phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael Walle2020-05-071-27/+3
* phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
* phy: atheros: add device tree bindings and configMichael Walle2020-05-071-2/+222
* phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
* phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
* phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
* phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
* phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
* phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
* phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
* phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
* phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
* net: phy: micrel: Add basic support for KSZ9131Philippe Schenker2020-05-011-0/+58
* net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker2020-05-011-2/+2
* net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber2020-03-091-55/+10
* net: phy: dp83867: Add SGMII mode type switchingMichal Simek2020-03-091-0/+12
* net: phy: Fix overlong PHY timeoutAndre Przywara2020-03-091-1/+1
* drivers: net: phy: aquantia: make it less verboseAlex Marginean2020-03-091-12/+12
* drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean2020-03-091-8/+9
* phy: Include NC-SI in phy setupSamuel Mendoza-Jonas2020-03-091-0/+9
* phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas2020-03-093-0/+902
* net: phy: dp83867: Clean force link good bitMichal Simek2020-02-281-0/+4
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* drivers: net: aquantia: check system interface too when checking for link upAlex Marginean2019-12-091-5/+2
* drivers: net: aquantia: set SMBus addr based on DT propertyAlex Marginean2019-12-091-0/+15
* drivers: net: aquantia: set MDI reversal based on DT propertyAlex Marginean2019-12-091-0/+39
* drivers: net: aquantia: set up SI protocol based on interface typeAlex Marginean2019-12-091-0/+107
* drivers: net: aquantia: add PHY generation informationAlex Marginean2019-12-091-0/+11
* drivers: net: aquantia: use XFI, USXGMII interface typesAlex Marginean2019-12-091-14/+33
* net: phy: fix switch vendor nameAnatolij Gustschin2019-12-091-1/+1
* net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin2019-12-091-0/+12
* net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin2019-12-091-6/+16
* net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin2019-12-091-14/+28
* net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin2019-12-091-25/+125
* net: phy: micrel: make sure the factory test bit is clearedNicolas Ferre2019-12-091-1/+20
* net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita2019-12-091-0/+15
* net: phy: Increase link up delay in genphy_update_link()Stefan Roese2019-12-091-2/+2
* net: phy: dp83867: refactor rgmii configurationGrygorii Strashko2019-12-091-39/+36
* net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko2019-12-091-10/+10
* net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko2019-12-091-12/+64
* net: phy: dp83867: Add ability to disable output clockGrygorii Strashko2019-12-091-17/+36
* net: phy: dp83867: move static initialization to .probe()Grygorii Strashko2019-12-091-12/+17