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