1. 50fe526 net: dwc_eth_qos: fix double resource leak in eqos_remove() by Rasmus Villemoes · 2 years, 7 months ago
  2. bf69a7b9 net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr by Peng Fan · 2 years, 4 months ago
  3. 2f2aa48 net: eqos: add function to get phy node and address by Ye Li · 2 years, 4 months ago
  4. 5721a82 net: dwc_eth_qos: move i.MX code out by Peng Fan · 2 years, 4 months ago
  5. c0a5995 net: dwc_eth_qos: public some functions by Peng Fan · 2 years, 4 months ago
  6. 809993f net: dwc_eth_qos: fix build break when CLK not enabled by Peng Fan · 2 years, 4 months ago
  7. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  8. 7af1138 ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string by Marek Vasut · 2 years, 9 months ago
  9. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA 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. 30b28c4 net: dwc_eth_qos: Enable clock in probe by Marek Vasut · 3 years, 1 month ago
  12. 5787284 net: dwc_eth_qos: define LOG_CATEGORY by Patrick Delaunay · 3 years, 4 months ago
  13. 1bc6ce7 net: dwc: add a common empty ops eqos_null_ops by Patrick Delaunay · 3 years, 4 months ago
  14. d9dc80c net: dwc_eth_qos: use generic ethernet phy for stm32 variant by Patrick Delaunay · 3 years, 4 months ago
  15. b1b393a net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv by Patrick Delaunay · 3 years, 4 months ago
  16. 9f50a56 net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN by Patrick Delaunay · 3 years, 8 months ago
  17. 470c06c net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b by Daniil Stas · 3 years, 6 months ago
  18. 8159792 net: dwc_eth_qos: Fix needless phy auto-negotiation restarts by Daniil Stas · 3 years, 6 months ago
  19. f369e69 net: eqos: Reduce the MDIO wait time by Ye Li · 4 years ago
  20. 8907773 net: dwc_eth_qos: Pad descriptors to cacheline size by Marek Vasut · 3 years, 11 months ago
  21. 3e14a22 net: Update to use new sequence numbers by Simon Glass · 4 years ago
  22. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  23. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  24. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  25. 9e6ed38 net: dwc_eth_qos: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  26. 6808390 net: dwc_eth_qos: add Kconfig option to select supported configuration by Patrick Delaunay · 4 years, 6 months ago
  27. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  28. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  29. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  30. a0466f6 net: dwc_eth_qos: update the compatible supported for STM32 by Patrick Delaunay · 4 years, 7 months ago
  31. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  32. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  33. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  34. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  35. 3fb1a0e eQos: Implement the read_rom_hwaddr callback by Ye Li · 4 years, 7 months ago
  36. dd455e6 net: eqos: implement callbaks to get interface and set txclk rate by Fugang Duan · 4 years, 7 months ago
  37. 37aae5f net: dwc_eth_qos: add dwc eqos for imx support by Fugang Duan · 4 years, 7 months ago
  38. ad122b7 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · 4 years, 7 months ago
  39. 091b6db net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor by Marek Vasut · 4 years, 8 months ago
  40. e8e5c2b net: dwc_eth_qos: Invalidate RX packet DMA buffer by Marek Vasut · 4 years, 8 months ago
  41. c4db844 net: dwc_eth_qos: Invalidate RX descriptor before reading by Marek Vasut · 4 years, 8 months ago
  42. 873f8e4 net: dwc_eth_qos: Flush the RX descriptors on init by Marek Vasut · 4 years, 8 months ago
  43. f4f1f4d net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer by Marek Vasut · 4 years, 8 months ago
  44. d54c98e net: dwc_eth_qos: Fully rewrite RX descriptor field 3 by Marek Vasut · 4 years, 8 months ago
  45. 5c8db37 net: dwc_eth_qos: implement phy reg and max-speed for stm32 by Patrick Delaunay · 4 years, 9 months ago
  46. 104dab5 net: dwc_eth_qos: implement reset-gpios for stm32 by Christophe Roullier · 4 years, 9 months ago
  47. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  48. 5d37268 net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs by Marek Vasut · 5 years ago
  49. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  50. bff66f9 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · 5 years ago
  51. 6864a599 net: dwc_eth_qos: Change eqos_ops function to static by Patrick Delaunay · 5 years ago
  52. 6beb780 net: dwc_eth_qos: add Ethernet stm32mp1 support by Christophe Roullier · 6 years ago
  53. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  54. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  55. 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  56. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  57. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  58. 5070960 net: add driver for Synopsys Ethernet QoS device by Stephen Warren · 8 years ago