aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-23/+2
2022-04-10net: phy: fix parsing wrong propertyMarek Behún1-1/+1
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li1-2/+5
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-01Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini1-0/+4
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini2-1/+9
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek4-0/+83
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-3/+3
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath5-0/+519
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini1-4/+4
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2-36/+43
2021-11-23net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean1-0/+56
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2-10/+10
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean1-2/+2
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean1-7/+7
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-3/+0
2021-08-18net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh1-10/+69
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh1-0/+10
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-8/+8
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-6/+6
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)4-0/+358
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng1-3/+23
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng1-1/+1
2021-04-15net: phy: fixed: Make driver ops staticBin Meng1-4/+4
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng1-8/+8
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2-6/+1
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng2-44/+40
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean1-6/+0
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean2-24/+32
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+31
2021-02-16net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean1-1/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-2/+5
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut1-2/+7
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang4-0/+144
2021-01-19net: phy: micrel: fix typoClaudiu Beznea1-1/+1
2021-01-19net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea1-1/+62
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-1/+3
2020-12-10drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2-4/+13
2020-10-05Merge branch 'next'Tom Rini2-26/+107
2020-09-30net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner1-24/+46
2020-09-30net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner1-0/+59
2020-09-24drivers: net: phy: Use Aquantia driver for AQR113CMadalin Bucur1-0/+15
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-07-07net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2-0/+44