summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-19drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean1-0/+11
2019-07-19drivers: net: phy: Use Aquantia driver for AQR112, AQR412Alexandru Marginean1-0/+28
2019-07-15net: phy: cortina: Use block layer to read from mmcYinbo Zhu1-0/+5
2019-07-15net: phy: ti: Fix clock output DT propertyTrent Piepho1-8/+2
2019-07-15net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho1-3/+3
2019-05-14phy: ti: Init node before readingMichal Simek1-4/+4
2019-05-14net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne3-18/+11
2019-05-09net: phy: micrel: Find Micrel PHY node correctlyJames Byrne1-1/+9
2019-05-09net: phy: micrel: Use correct skew values on KSZ9021James Byrne1-4/+10
2019-05-09net: phy: aquantia: Set only autoneg on in register 4.c441Valentin-catalin Neacsu1-1/+6
2019-05-09net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu1-1/+4
2019-05-09net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu1-0/+12
2019-05-07net: phy: realtek: Introduce quirk to mark RXC not stoppableCarlo Caione2-0/+39
2019-05-07net: phy: ti: use generic helpers to access MMD registersCarlo Caione1-105/+25
2019-05-07net: phy: Add generic helpers to access MMD PHY registersCarlo Caione1-0/+4
2019-04-08net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer1-1/+2
2019-02-15net: mv88e61xx: fix autonegotiation on portsTim Harvey1-4/+4
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini4-7/+80
2019-01-24net: phy: aquantia: Print information on configValentin-catalin Neacsu1-0/+21
2019-01-24net: phy: aquantia: Enable autoneg when on USXGMIIValentin-catalin Neacsu1-0/+18
2019-01-24net: phy: realtek: Add functions to read PHY's extended registersCarlo Caione1-0/+29
2019-01-24net: phy: micrel: fix KSZ9031 clock skew for values greater 0psAndreas Pretzsch1-2/+2
2019-01-24net: phy: Add clause 45 identifier to phy_devicePankaj Bansal1-5/+10
2019-01-24net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu1-7/+27
2018-12-27phy: Fix u-boot coruption when fixed-phy is usedMichal Simek1-1/+2
2018-12-09lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-11-05net: phy: mscc: add support for VSC8574 PHYQuentin Schulz1-0/+420
2018-11-05net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz1-17/+39
2018-11-05net: phy: mscc: add support for VSC8584 PHYQuentin Schulz1-0/+553
2018-10-24net: phy: aquantia: autodetect if firmware needs to be loadedJeremy Gebben1-6/+22
2018-10-24net: phy: aquantia: add firmware loading supportJeremy Gebben2-2/+256
2018-10-24configs: migrate CONFIG_PHY_AQUANTIA to KconfigJeremy Gebben2-4/+2
2018-10-10net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann1-0/+27
2018-10-10net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann1-1/+26
2018-10-10net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann1-0/+39
2018-07-26net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko1-4/+6
2018-07-26net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko1-2/+5
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+4
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger14-11/+6
2018-07-26net: phy: dp83867: switch to use ofnode apiGrygorii Strashko1-13/+12
2018-07-26net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+13
2018-06-13net: phy: mv88e61xx: Force CPU port link upChris Packham1-21/+30
2018-06-13net/phy/cortina: Add support for CS4223 PHYVicentiu Galanopulo1-1/+47
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini27-53/+27
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-13net: phy: Don't limit phy addresses by defaultJoe Hershberger1-0/+8
2018-04-09net: phy: xilinx_phy: Read phytype using property xlnx,phy-typeSiva Durga Prasad Paladugu1-1/+1
2018-03-22net/phy/cortina: Add No firmware upload optionPriyanka Jain1-0/+13
2018-03-22net/phy/cortina.c: Update get_phy_id implementationPriyanka Jain1-29/+17