summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu2019-10-084-0/+194
* net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu2019-10-081-0/+7
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean2019-07-181-0/+11
* drivers: net: phy: Use Aquantia driver for AQR112, AQR412Alexandru Marginean2019-07-181-0/+28
* net: phy: cortina: Use block layer to read from mmcYinbo Zhu2019-07-151-0/+5
* net: phy: ti: Fix clock output DT propertyTrent Piepho2019-07-151-8/+2
* net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho2019-07-151-3/+3
* phy: ti: Init node before readingMichal Simek2019-05-141-4/+4
* net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used togetherJames Byrne2019-05-143-18/+11
* net: phy: micrel: Find Micrel PHY node correctlyJames Byrne2019-05-081-1/+9
* net: phy: micrel: Use correct skew values on KSZ9021James Byrne2019-05-081-4/+10
* net: phy: aquantia: Set only autoneg on in register 4.c441Valentin-catalin Neacsu2019-05-081-1/+6
* net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu2019-05-081-1/+4
* net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu2019-05-081-0/+12
* net: phy: realtek: Introduce quirk to mark RXC not stoppableCarlo Caione2019-05-072-0/+39
* net: phy: ti: use generic helpers to access MMD registersCarlo Caione2019-05-071-105/+25
* net: phy: Add generic helpers to access MMD PHY registersCarlo Caione2019-05-071-0/+4
* net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer2019-04-071-1/+2
* net: mv88e61xx: fix autonegotiation on portsTim Harvey2019-02-151-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-01-244-7/+80
|\
| * net: phy: aquantia: Print information on configValentin-catalin Neacsu2019-01-241-0/+21
| * net: phy: aquantia: Enable autoneg when on USXGMIIValentin-catalin Neacsu2019-01-241-0/+18
| * net: phy: realtek: Add functions to read PHY's extended registersCarlo Caione2019-01-241-0/+29
| * net: phy: micrel: fix KSZ9031 clock skew for values greater 0psAndreas Pretzsch2019-01-241-2/+2
| * net: phy: Add clause 45 identifier to phy_devicePankaj Bansal2019-01-241-5/+10
* | net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu2019-01-241-7/+27
|/
* phy: Fix u-boot coruption when fixed-phy is usedMichal Simek2018-12-261-1/+2
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-11-051-0/+420
* net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz2018-11-051-17/+39
* net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-11-051-0/+553
* net: phy: aquantia: autodetect if firmware needs to be loadedJeremy Gebben2018-10-241-6/+22
* net: phy: aquantia: add firmware loading supportJeremy Gebben2018-10-242-2/+256
* configs: migrate CONFIG_PHY_AQUANTIA to KconfigJeremy Gebben2018-10-242-4/+2
* net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann2018-10-101-0/+27
* net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann2018-10-101-1/+26
* net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann2018-10-101-0/+39
* net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-4/+6
* net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko2018-07-261-2/+5
* net: phy: add ofnode node to struct phy_deviceGrygorii Strashko2018-07-261-0/+4
* net: phy: Clean up includes of common.hJoe Hershberger2018-07-2614-11/+6
* net: phy: dp83867: switch to use ofnode apiGrygorii Strashko2018-07-261-13/+12
* net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri2018-07-261-0/+13
* net: phy: mv88e61xx: Force CPU port link upChris Packham2018-06-131-21/+30
* net/phy/cortina: Add support for CS4223 PHYVicentiu Galanopulo2018-06-131-1/+47
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0727-53/+27
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* net: phy: Don't limit phy addresses by defaultJoe Hershberger2018-04-131-0/+8
* net: phy: xilinx_phy: Read phytype using property xlnx,phy-typeSiva Durga Prasad Paladugu2018-04-091-1/+1