1. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  2. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  3. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  4. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  5. e32e4d0 net: phy: realtek: add rx delay support for RTL8211F by Fugang Duan · 4 years, 6 months ago
  6. 8737c65 phy: atheros: consolidate {ar8031|ar8035}_config() by Michael Walle · 4 years, 6 months ago
  7. 6333cbb phy: atheros: ar8035: remove static clock config by Michael Walle · 4 years, 6 months ago
  8. fe6293a phy: atheros: add device tree bindings and config by Michael Walle · 4 years, 6 months ago
  9. 2b77215 phy: atheros: move delay config to common function by Michael Walle · 4 years, 6 months ago
  10. f6ae47b phy: atheros: introduce debug read and write functions by Michael Walle · 4 years, 6 months ago
  11. 30e3193 phy: atheros: use defines for PHY IDs by Michael Walle · 4 years, 6 months ago
  12. f4d48f4 phy: atheros: fix AR8021 PHY ID mask by Michael Walle · 4 years, 6 months ago
  13. 4d4e4cf phy: atheros: Clarify the intention of ar8021_config by Vladimir Oltean · 4 years, 6 months ago
  14. 13114f3 phy: atheros: Explicitly disable RGMII delays by Vladimir Oltean · 4 years, 6 months ago
  15. a234ae8 phy: atheros: Clarify the configuration of the CLK_25M output pin by Vladimir Oltean · 4 years, 6 months ago
  16. 29602f9 phy: atheros: Use common functions for RGMII internal delays by Vladimir Oltean · 4 years, 6 months ago
  17. 4346df3 phy: atheros: Make RGMII Tx delays actually configurable for AR8035 by Vladimir Oltean · 4 years, 6 months ago
  18. c51eef5 net: phy: micrel: Add basic support for KSZ9131 by Philippe Schenker · 4 years, 7 months ago
  19. 0861aa8 net: phy: micrel: Use defines for PHY_IDs and MASK by Philippe Schenker · 4 years, 7 months ago
  20. 1c1f4f0 net: phy: marvell: Unify 88E151x series phy_driver by Clemens Gruber · 4 years, 8 months ago
  21. a784495 net: phy: dp83867: Add SGMII mode type switching by Michal Simek · 4 years, 8 months ago
  22. a44ee24 net: phy: Fix overlong PHY timeout by Andre Przywara · 4 years, 10 months ago
  23. 2d5d526 drivers: net: phy: aquantia: make it less verbose by Alex Marginean · 4 years, 11 months ago
  24. 0d8b0c9 drivers: net: phy: aquantia: drop XGMII as a valid system interface proto by Alex Marginean · 4 years, 11 months ago
  25. e2ffeaa phy: Include NC-SI in phy setup by Samuel Mendoza-Jonas · 5 years ago
  26. f641a8a phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
  27. 3803765 net: phy: dp83867: Clean force link good bit by Michal Simek · 4 years, 9 months ago
  28. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  29. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  30. 6d9bc20 drivers: net: aquantia: check system interface too when checking for link up by Alex Marginean · 5 years ago
  31. 05f8607 drivers: net: aquantia: set SMBus addr based on DT property by Alex Marginean · 5 years ago
  32. 7552ee9 drivers: net: aquantia: set MDI reversal based on DT property by Alex Marginean · 5 years ago
  33. a301ec7 drivers: net: aquantia: set up SI protocol based on interface type by Alex Marginean · 5 years ago
  34. 5fe861b drivers: net: aquantia: add PHY generation information by Alex Marginean · 5 years ago
  35. 8a141d6 drivers: net: aquantia: use XFI, USXGMII interface types by Alex Marginean · 5 years ago
  36. 389488d net: phy: fix switch vendor name by Anatolij Gustschin · 5 years ago
  37. 5bcb4b8 net: phy: mv88e61xx: register phy_driver struct for 88E6071 by Anatolij Gustschin · 5 years ago
  38. 41820c4 net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071 by Anatolij Gustschin · 5 years ago
  39. 4aa05f6 net: phy: mv88e61xx: add CPU port parameter init for 88E6071 by Anatolij Gustschin · 5 years ago
  40. f41a722 net: phy: mv88e61xx: rework to enable detection of 88E6071 devices by Anatolij Gustschin · 5 years ago
  41. b2f2643 net: phy: micrel: make sure the factory test bit is cleared by Nicolas Ferre · 5 years ago
  42. bf58916 net: phy: aquantia: wait for phy init sequence to finish by Florin Chiculita · 5 years ago
  43. 27c3f70 net: phy: Increase link up delay in genphy_update_link() by Stefan Roese · 5 years ago
  44. 37d6265 net: phy: dp83867: refactor rgmii configuration by Grygorii Strashko · 5 years ago
  45. 253a5ff net: phy: dp83867: io impedance is not dependent on RGMII delay by Grygorii Strashko · 5 years ago
  46. 20f7ea4 net: phy: dp83867: rework delay rgmii delay handling by Grygorii Strashko · 5 years ago
  47. b3b9b12 net: phy: dp83867: Add ability to disable output clock by Grygorii Strashko · 5 years ago
  48. ee622f0 net: phy: dp83867: move static initialization to .probe() by Grygorii Strashko · 5 years ago
  49. 5ee989c net: phy: ti: rename ti.c to dp83867.c by Grygorii Strashko · 5 years ago
  50. 1f60789 net/phy: Fix phy_connect() for phy addr 0 by Priyanka Jain · 5 years ago
  51. e78f16b Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig by Tom Rini · 5 years ago
  52. f41e588 net: phy: Add gmiitorgmii converter support by Siva Durga Prasad Paladugu · 6 years ago
  53. be49508 net: phy: Define init routine and register generic phy driver by Siva Durga Prasad Paladugu · 6 years ago
  54. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  55. 3bf135b drivers: net: phy: Ignore PHY ID 0 during PHY probing by Alex Marginean · 5 years ago
  56. 14df216 drivers: net: phy: Use Aquantia driver for AQR112, AQR412 by Alexandru Marginean · 5 years ago
  57. 4db6e79 net: phy: cortina: Use block layer to read from mmc by Yinbo Zhu · 5 years ago
  58. 2529dea net: phy: ti: Fix clock output DT property by Trent Piepho · 5 years ago
  59. c2df9b4 net: phy: ti: Use default values for tx/rx delay and fifo size by Trent Piepho · 5 years ago
  60. 6845b36 phy: ti: Init node before reading by Michal Simek · 6 years ago
  61. 77b508d net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together by James Byrne · 6 years ago
  62. 6314d1c net: phy: micrel: Find Micrel PHY node correctly by James Byrne · 6 years ago
  63. 83f71ef net: phy: micrel: Use correct skew values on KSZ9021 by James Byrne · 6 years ago
  64. c940646 net: phy: aquantia: Set only autoneg on in register 4.c441 by Valentin-catalin Neacsu · 6 years ago
  65. 05eb6a6 net: phy: Fix return value check phy_probe by Siva Durga Prasad Paladugu · 6 years ago
  66. c689c48 net: phy: Reloc next and prev pointers inside phy_drivers by Siva Durga Prasad Paladugu · 6 years ago
  67. d47cfdb net: phy: realtek: Introduce quirk to mark RXC not stoppable by Carlo Caione · 6 years ago
  68. 4c29dc1 net: phy: ti: use generic helpers to access MMD registers by Carlo Caione · 6 years ago
  69. 4f6746d net: phy: Add generic helpers to access MMD PHY registers by Carlo Caione · 6 years ago
  70. afbc319 net: phy: implement fallback mechanism for negative phy adresses by Hannes Schmelzer · 6 years ago
  71. 6928096 net: mv88e61xx: fix autonegotiation on ports by Tim Harvey · 6 years ago
  72. 68489ed Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  73. 91c9cba net: phy: aquantia: Print information on config by Valentin-catalin Neacsu · 6 years ago
  74. c54bfbf net: phy: aquantia: Enable autoneg when on USXGMII by Valentin-catalin Neacsu · 6 years ago
  75. e57c9fd net: phy: realtek: Add functions to read PHY's extended registers by Carlo Caione · 6 years ago
  76. 3b4cda3 net: phy: micrel: fix KSZ9031 clock skew for values greater 0ps by Andreas Pretzsch · 6 years ago
  77. b3eabd8 net: phy: Add clause 45 identifier to phy_device by Pankaj Bansal · 6 years ago
  78. c256d3f net: phy: Move fixed link code to separate routine by Siva Durga Prasad Paladugu · 6 years ago
  79. 7b4ea2d phy: Fix u-boot coruption when fixed-phy is used by Michal Simek · 6 years ago
  80. a740ee9 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · 6 years ago
  81. 05bbd67 net: phy: mscc: add support for VSC8574 PHY by Quentin Schulz · 6 years ago
  82. b5bca65 net: phy: mscc: factorize part of config function for VSC8584 by Quentin Schulz · 6 years ago
  83. 04087fc net: phy: mscc: add support for VSC8584 PHY by Quentin Schulz · 6 years ago
  84. 30a2c8c net: phy: aquantia: autodetect if firmware needs to be loaded by Jeremy Gebben · 6 years ago
  85. 4506423 net: phy: aquantia: add firmware loading support by Jeremy Gebben · 6 years ago
  86. 1c65010 configs: migrate CONFIG_PHY_AQUANTIA to Kconfig by Jeremy Gebben · 6 years ago
  87. 0f347a0 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  88. be71a74 net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · 6 years ago
  89. fba725f net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · 6 years ago
  90. aadbd97 net: phy: xilinx: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  91. b8d7ec7 net: phy: dp83867: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  92. eef0b8a net: phy: add ofnode node to struct phy_device by Grygorii Strashko · 6 years ago
  93. 05b60ac net: phy: Clean up includes of common.h by Joe Hershberger · 6 years ago
  94. 3ab75cf net: phy: dp83867: switch to use ofnode api by Grygorii Strashko · 6 years ago
  95. 63d3192 net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap by Murali Karicheri · 6 years ago
  96. 3cb51da net: phy: mv88e61xx: Force CPU port link up by Chris Packham · 6 years ago
  97. 552e7c5 net/phy/cortina: Add support for CS4223 PHY by Vicentiu Galanopulo · 6 years ago
  98. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  99. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  100. 16879cd net: phy: Don't limit phy addresses by default by Joe Hershberger · 7 years ago