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