1. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  2. db40c1a drivers/net/phy: add fixed-phy / fixed-link support by Hannes Schmelzer · 8 years ago
  3. a5fd13a net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 by John Haechten · 8 years ago
  4. 2ee490a Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  5. 24ae396 net: phy: Add PHY driver for mv88e61xx switches by Kevin Smith · 9 years ago
  6. 7a673f0 phy: Wire return value from phy_config() by Michal Simek · 8 years ago
  7. b733c27 net: phy: Handle phy_startup() error codes properly by Michal Simek · 8 years ago
  8. ef5e821 phy: Return correct error code when timeout happens by Michal Simek · 8 years ago
  9. ed6fad3 phy: Add phy driver support for xilinx PCS/PMA core by Siva Durga Prasad Paladugu · 9 years ago
  10. ddcd1f3 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  11. 1f9e672 net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  12. 53b0c38 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  13. b18acb0 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  14. 44bc317 net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  15. bbdcaff net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  16. a058052 net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  17. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  18. 721aed7 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  19. 17ecfa9 net: phy: Test previous phydev->dev against new mac dev by Bin Meng · 9 years ago
  20. 3e1949d net: phy: Change to print all phys that are not found by Bin Meng · 9 years ago
  21. 0132b9a net: phy: Don't create phy device when there is no phy by Bin Meng · 9 years ago
  22. 26d3acd net: phy: on phy device create do not initialize link to 1 by Mugunthan V N · 9 years ago
  23. 59370f3 net: phy: delay only if reset handler is registered by Jörg Krause · 9 years ago
  24. 2c171a2 net: phy: fix data type of phy_id by Jörg Krause · 9 years ago
  25. abbfcbe net: phy: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  26. 5707d5f net/phy: fixup for get_phy_id by Shengzhou Liu · 10 years ago
  27. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 10 years ago
  28. f7c38cf phylib: add support for aquantia PHYs by Shaohui Xie · 10 years ago
  29. 9b18e51 net/phy: Add support for CS4315/CS4340 PHY by Shengzhou Liu · 10 years ago
  30. 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  31. 3c6928f net: phy: fix warnings with W=1 by Jeroen Hofstee · 10 years ago
  32. adc9a79 net: phy: print a number of phy that is not found by Khoronzhuk, Ivan · 10 years ago
  33. 368b4d2 drivers: net: remove dead drivers by Masahiro Yamada · 10 years ago
  34. 08be283 phy: fix create_phy_by_mask for when its given an actual search mask by Cormier, Jonathan · 10 years ago
  35. 597fe04 net/phy: enable get_phy_id redefinable by Shengzhou Liu · 11 years ago
  36. 3a530d1 phy: Use supported field during autonegotiation by David Dueck · 11 years ago
  37. f6d1f6e net, phy, cpsw: fix gigabit register access by Heiko Schocher · 11 years ago
  38. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  39. 9a5dad2 net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case by Fabio Estevam · 11 years ago
  40. 9ba30f6 phy: fix 10/100Mbps operation on 1Gbps-capable links by Sascha Silbe · 11 years ago
  41. de1d786 add support for Xilinx 1000BASE-X phy (GTX) by Charles Coldwell · 12 years ago
  42. 0fae250 net: add ICPlus PHY driver by Yegor Yefremov · 12 years ago
  43. e2043f5 phy: export genphy_parse_link() by Yegor Yefremov · 12 years ago
  44. f485c8a phy: add support for ET1011C phys by Matt Porter · 12 years ago
  45. 1adb406 phy: add phy_find_by_mask/phy_connect_dev by Troy Kisky · 12 years ago
  46. 960d70c drivers/net/: sparse fixes by Kim Phillips · 12 years ago
  47. 6e5b9ac phylib: phy_startup() should return an error code on failure by Timur Tabi · 12 years ago
  48. 9fafe7d net: phy: make board_phy_config responsible for calling drv->config by Troy Kisky · 13 years ago
  49. 5751aa2 phy: Add support for SMSC LAN87xx PHYs by Nobuhiro Iwamatsu · 13 years ago
  50. 0dcfb0f Revert "phylib: remove a couple of redundant code lines" by Wolfgang Denk · 13 years ago
  51. 041c542 phylib: remove a couple of redundant code lines by Vladimir Zapolskiy · 13 years ago
  52. e3a7721 phylib: reset mii bus only if reset handler is registered by Vladimir Zapolskiy · 13 years ago
  53. b91a9d9 phy.c: make less verbose - turn printf() into debug() by Wolfgang Denk · 13 years ago
  54. 9082eea phylib: Add a bunch of PHY drivers from tsec by Andy Fleming · 14 years ago
  55. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 14 years ago