- 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
- 80ba436 net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver by Michael Trimarchi · 2 years, 8 months ago
- 9c18c91 net: phy: Add phy_modify() accessor by Ariel D'Alessandro · 2 years, 8 months ago
- 97504bc phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific by Ariel D'Alessandro · 2 years, 8 months ago
- a9521ea phy: adin: add driver for Analog Devices ADIN1300 PHY by Nate Drude · 2 years, 8 months ago
- 3927efb net: phy: don't require PHY interface mode during PHY creation by Marek Behún · 2 years, 8 months ago
- 814c6bd net: phy: use ->is_c45 instead of is_10g_interface() by Marek Behún · 2 years, 8 months ago
- 2141ad4 net: phy: xilinx: Check interface type in ->config(), not ->probe() by Marek Behún · 2 years, 8 months ago
- 21a1836 treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · 2 years, 8 months ago
- bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
- 8ba2815 net: phy: fix parsing wrong property by Marek Behún · 2 years, 8 months ago
- cf587cf net: phy: dp83867: Fix a never true comparison by Haolin Li · 2 years, 8 months ago
- 6903d4b net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
- 9a4ba3d net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
- 041ea48 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 8 months ago
- 13f3fe3 net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabled by T Karthik Reddy · 2 years, 8 months ago
- 2f24c90 net: phy: Fix rgmii-id phy reset timeout issue by T Karthik Reddy · 2 years, 8 months ago
- 8b08437 Convert CONFIG_BITBANGMII_MULTI to Kconfig by Tom Rini · 2 years, 8 months ago
- 6c85151 Convert CONFIG_PHY_RESET_DELAY to Kconfig by Tom Rini · 2 years, 8 months ago
- 488eec5 net: phy: Add support for ethernet-phy-id with gpio reset by Michal Simek · 2 years, 9 months ago
- c1c1603 net: phy: Remove static return type for phy_device_create() by Michal Simek · 2 years, 9 months ago
- 11147e0 net: phy: add TI DP83869HM ethernet driver by Dominic Rath · 3 years ago
- 119d2fb Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 3 years ago
- f477c71 net: phy: realtek: Add tx/rx delay config for 8211e by Samuel Holland · 3 years, 1 month ago
- cd35764 net: phy: mscc: add support for VSC8502 in dual RGMII mode by Vladimir Oltean · 3 years, 2 months ago
- 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
- 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 2 months ago
- 6caef97 net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x" by Vladimir Oltean · 3 years, 2 months ago
- 6a6e402 net: replace the "xfi" phy-mode with "10gbase-r" by Vladimir Oltean · 3 years, 2 months ago
- c22e3b8 net: phy: genphy_init can be static by Vladimir Oltean · 3 years, 2 months ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 968485f net: cortina: Add support for tfa boot in cortina firmware by Kuldeep Singh · 3 years, 4 months ago
- 016965f configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to Kconfig by Kuldeep Singh · 3 years, 4 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- e4beeb5 drivers: net: aquantia: fix unsigned compared against 0 by Cosmin-Florin Aluchenesei · 3 years, 4 months ago
- f2d36cb phy: add nxp tja1103 phy driver by Radu Pirea (NXP OSS) · 3 years, 5 months ago
- 7727203 net: phy: xilinx: Break while loop over ethernet phy by Michal Simek · 3 years, 7 months ago
- 1346267 net: phy: fixed: Support the old DT binding by Bin Meng · 3 years, 9 months ago
- fbe5aea net: phy: fixed: Add the missing ending newline by Bin Meng · 3 years, 9 months ago
- 7d2129b net: phy: fixed: Make driver ops static by Bin Meng · 3 years, 9 months ago
- b34ef72 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · 3 years, 9 months ago
- 7e11558 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · 3 years, 9 months ago
- 021e7e7 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · 3 years, 9 months ago
- b66dd37 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · 3 years, 9 months ago
- 6ca194a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 9 months ago
- 8c089f7 net: phy: introduce fixed_phy_create for DSA CPU ports by Vladimir Oltean · 3 years, 10 months ago
- 312e15b net: phy: fixed: support speeds of 2500 and 10000 by Vladimir Oltean · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 7bbc25b net: phy: micrel: Try default PHY ofnode first by Marek Vasut · 3 years, 10 months ago
- 556872f net: phy: ca_phy: Add driver for CAxxxx SoCs by Abbie Chang · 3 years, 11 months ago
- 3f1606f net: phy: micrel: fix typo by Claudiu Beznea · 4 years ago
- 840a6b0 net: phy: micrel: add support for DLL setup on ksz9131 by Claudiu Beznea · 4 years ago
- 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
- f5ddc84 drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to Kconfig by Meenakshi Aggarwal · 4 years, 1 month ago
- 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
- ed1a74e net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xx by Heiko Stuebner · 4 years, 6 months ago
- 78734f2 net: phy: mscc: make clock-output configurable on vsc85xx by Heiko Stuebner · 4 years, 6 months ago
- 537458b drivers: net: phy: Use Aquantia driver for AQR113C by Madalin Bucur · 4 years, 3 months ago
- fb73b12 phy: make phy_connect_fixed work with a null mdio bus by Vladimir Oltean · 4 years, 4 months ago
- 4f21b2a net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings by Amit Singh Tomar · 4 years, 7 months ago
- 7e7c105 net: phy: realtek: Add support for RTL8201F PHY module. by Amit Singh Tomar · 4 years, 7 months ago
- 3114d21 Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 5 months ago
- 8b10c00 phy: atheros: ar8035: Fix clock output calculation by Fabio Estevam · 4 years, 5 months ago
- 3434cd7 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 7 months ago
- 8b8d73a net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 7 months ago
- 0439bee net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 7 months ago
- a8267d4 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 8 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 030ccaa net: phy: realtek: add rx delay support for RTL8211F by Fugang Duan · 4 years, 7 months ago
- b032d89 phy: atheros: consolidate {ar8031|ar8035}_config() by Michael Walle · 4 years, 7 months ago
- 1385902 phy: atheros: ar8035: remove static clock config by Michael Walle · 4 years, 7 months ago
- 5d0ea11 phy: atheros: add device tree bindings and config by Michael Walle · 4 years, 7 months ago
- 376019a phy: atheros: move delay config to common function by Michael Walle · 4 years, 7 months ago
- fb4a465 phy: atheros: introduce debug read and write functions by Michael Walle · 4 years, 7 months ago
- 69a107e phy: atheros: use defines for PHY IDs by Michael Walle · 4 years, 7 months ago
- a5eb659 phy: atheros: fix AR8021 PHY ID mask by Michael Walle · 4 years, 7 months ago
- 1e37f75 phy: atheros: Clarify the intention of ar8021_config by Vladimir Oltean · 4 years, 7 months ago
- 3ccbb4b phy: atheros: Explicitly disable RGMII delays by Vladimir Oltean · 4 years, 7 months ago
- 3e7330e phy: atheros: Clarify the configuration of the CLK_25M output pin by Vladimir Oltean · 4 years, 7 months ago
- 23d8b89 phy: atheros: Use common functions for RGMII internal delays by Vladimir Oltean · 4 years, 7 months ago
- cf108b2 phy: atheros: Make RGMII Tx delays actually configurable for AR8035 by Vladimir Oltean · 4 years, 7 months ago
- 3060ecc net: phy: micrel: Add basic support for KSZ9131 by Philippe Schenker · 4 years, 9 months ago
- be98837 net: phy: micrel: Use defines for PHY_IDs and MASK by Philippe Schenker · 4 years, 9 months ago
- 4eb793e net: phy: marvell: Unify 88E151x series phy_driver by Clemens Gruber · 4 years, 9 months ago
- a3a3470 net: phy: dp83867: Add SGMII mode type switching by Michal Simek · 4 years, 9 months ago
- 71a6a60 net: phy: Fix overlong PHY timeout by Andre Przywara · 5 years ago
- fd101e1 drivers: net: phy: aquantia: make it less verbose by Alex Marginean · 5 years ago
- 3fb44cf drivers: net: phy: aquantia: drop XGMII as a valid system interface proto by Alex Marginean · 5 years ago
- b069c4a phy: Include NC-SI in phy setup by Samuel Mendoza-Jonas · 5 years ago
- 2325c44 phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
- c7f95ed net: phy: dp83867: Clean force link good bit by Michal Simek · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- ca33289 drivers: net: aquantia: check system interface too when checking for link up by Alex Marginean · 5 years ago
- b6d6144 drivers: net: aquantia: set SMBus addr based on DT property by Alex Marginean · 5 years ago