1. d318eb3 treewide: Remove clk_free by Sean Anderson · Sat Dec 16 14:38:42 2023 -0500
  2. 28b7fc4 net: dwc_eth_qos: add i.MX93 support by Sébastien Szymanski · Tue Oct 17 11:44:58 2023 +0200
  3. 963db38 net: dw_eth_qos: Add 64-bit addressing by Ley Foon Tan · Fri Dec 09 14:33:14 2022 +0800
  4. 1b61570 net: dwc_eth_qos_rockchip: Add support for RK3588 by Jonas Karlman · Sun Oct 01 19:17:20 2023 +0000
  5. 098ee4f net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568 by Jonas Karlman · Sun Oct 01 19:17:19 2023 +0000
  6. e2c4546 net: dwc_eth_qos: Stop spam of RX packet not available message by Jonas Karlman · Sun Oct 01 19:17:18 2023 +0000
  7. 3c0a544 net: dwc_eth_qos: Return error code when start fails by Jonas Karlman · Sun Oct 01 19:17:17 2023 +0000
  8. 83c869d net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv by Jonas Karlman · Sun Oct 01 19:17:16 2023 +0000
  9. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  10. 1f502ee net: dwc_eth_qos: Add StarFive ethernet driver glue layer by Yanhong Wang · Thu Jun 15 17:36:43 2023 +0800
  11. dd65ba2 Let the EQoS in imx8mp handle fixed-phy too. by Elmar Psilog · Mon Feb 20 16:03:15 2023 +0100
  12. e66825a net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC by Marek Vasut · Mon Mar 06 15:53:46 2023 +0100
  13. 7b6fec2 net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186() by Marek Vasut · Mon Mar 06 15:53:45 2023 +0100
  14. 006ab6b net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32 by Marek Vasut · Mon Mar 06 15:53:44 2023 +0100
  15. 5abf10d net: dwc_eth_qos: Drop bogus return after goto by Marek Vasut · Mon Mar 06 15:53:43 2023 +0100
  16. b506e7d net: Pull board_interface_eth_init() into common code by Marek Vasut · Mon Mar 06 15:53:42 2023 +0100
  17. 7c3be94 net: dwc_eth_qos: Add Qcom ethernet driver glue layer by Sumit Garg · Wed Feb 01 19:28:55 2023 +0530
  18. 4d5c965 net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz by Sumit Garg · Wed Feb 01 19:28:54 2023 +0530
  19. ab973c9 net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optional by Sumit Garg · Wed Feb 01 19:28:53 2023 +0530
  20. 3e8a1be net: dwc_eth_qos: Add support for bulk RX descriptor cleaning by Marek Vasut · Sun Oct 09 17:51:46 2022 +0200
  21. 90cc13a net: dwc_eth_qos: Split TX and RX DMA rings by Marek Vasut · Sun Oct 09 17:51:45 2022 +0200
  22. d982443 net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32 by Patrice Chotard · Tue Aug 02 10:55:26 2022 +0200
  23. 088d3ca net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186 by Patrice Chotard · Tue Aug 02 10:55:25 2022 +0200
  24. 4172927 net: dwc_eth_qos: cosmetic: reorder include files by Patrick Delaunay · Thu Jun 30 11:09:41 2022 +0200
  25. c0c19aa net: dwc_eth_qos: remove use of DWC_NET_PHYADDR by Rasmus Villemoes · Thu May 12 09:33:07 2022 +0200
  26. 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
  27. 50fe526 net: dwc_eth_qos: fix double resource leak in eqos_remove() by Rasmus Villemoes · Wed May 11 16:12:50 2022 +0200
  28. bf69a7b9 net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddr by Peng Fan · Tue Jul 26 16:41:17 2022 +0800
  29. 2f2aa48 net: eqos: add function to get phy node and address by Ye Li · Tue Jul 26 16:41:16 2022 +0800
  30. 5721a82 net: dwc_eth_qos: move i.MX code out by Peng Fan · Tue Jul 26 16:41:15 2022 +0800
  31. c0a5995 net: dwc_eth_qos: public some functions by Peng Fan · Tue Jul 26 16:41:14 2022 +0800
  32. 809993f net: dwc_eth_qos: fix build break when CLK not enabled by Peng Fan · Tue Jul 26 16:41:13 2022 +0800
  33. 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
  34. 7af1138 ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string by Marek Vasut · Sat Feb 26 04:36:37 2022 +0100
  35. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · Thu Apr 07 00:33:03 2022 +0200
  36. 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
  37. 30b28c4 net: dwc_eth_qos: Enable clock in probe by Marek Vasut · Sat Nov 13 03:23:52 2021 +0100
  38. 5787284 net: dwc_eth_qos: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:29 2021 +0200
  39. 1bc6ce7 net: dwc: add a common empty ops eqos_null_ops by Patrick Delaunay · Tue Jul 20 20:09:56 2021 +0200
  40. d9dc80c net: dwc_eth_qos: use generic ethernet phy for stm32 variant by Patrick Delaunay · Tue Jul 20 20:09:55 2021 +0200
  41. 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
  42. 9f50a56 net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN by Patrick Delaunay · Tue Mar 30 14:34:50 2021 +0200
  43. 470c06c net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b by Daniil Stas · Sun May 30 13:34:09 2021 +0000
  44. 8159792 net: dwc_eth_qos: Fix needless phy auto-negotiation restarts by Daniil Stas · Sun May 23 22:24:48 2021 +0000
  45. f369e69 net: eqos: Reduce the MDIO wait time by Ye Li · Mon Dec 28 20:15:10 2020 +0800
  46. 8907773 net: dwc_eth_qos: Pad descriptors to cacheline size by Marek Vasut · Thu Jan 07 11:12:16 2021 +0100
  47. 3e14a22 net: Update to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:16 2020 -0700
  48. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  49. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  50. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  51. 9e6ed38 net: dwc_eth_qos: Convert to use APIs which support live DT by Patrick Delaunay · Wed Sep 09 18:30:06 2020 +0200
  52. 6808390 net: dwc_eth_qos: add Kconfig option to select supported configuration by Patrick Delaunay · Mon Jun 08 11:27:19 2020 +0200
  53. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  54. 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
  55. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  56. a0466f6 net: dwc_eth_qos: update the compatible supported for STM32 by Patrick Delaunay · Thu May 14 15:00:23 2020 +0200
  57. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  58. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  59. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  60. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  61. 3fb1a0e eQos: Implement the read_rom_hwaddr callback by Ye Li · Sun May 03 22:41:20 2020 +0800
  62. dd455e6 net: eqos: implement callbaks to get interface and set txclk rate by Fugang Duan · Sun May 03 22:41:18 2020 +0800
  63. 37aae5f net: dwc_eth_qos: add dwc eqos for imx support by Fugang Duan · Sun May 03 22:41:17 2020 +0800
  64. ad122b7 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · Sun May 03 22:41:15 2020 +0800
  65. 091b6db net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor by Marek Vasut · Mon Mar 23 02:11:46 2020 +0100
  66. e8e5c2b net: dwc_eth_qos: Invalidate RX packet DMA buffer by Marek Vasut · Mon Mar 23 02:09:55 2020 +0100
  67. c4db844 net: dwc_eth_qos: Invalidate RX descriptor before reading by Marek Vasut · Mon Mar 23 02:09:21 2020 +0100
  68. 873f8e4 net: dwc_eth_qos: Flush the RX descriptors on init by Marek Vasut · Mon Mar 23 02:09:01 2020 +0100
  69. f4f1f4d net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer by Marek Vasut · Mon Mar 23 02:03:50 2020 +0100
  70. d54c98e net: dwc_eth_qos: Fully rewrite RX descriptor field 3 by Marek Vasut · Mon Mar 23 02:02:57 2020 +0100
  71. 5c8db37 net: dwc_eth_qos: implement phy reg and max-speed for stm32 by Patrick Delaunay · Wed Mar 18 10:50:16 2020 +0100
  72. 104dab5 net: dwc_eth_qos: implement reset-gpios for stm32 by Christophe Roullier · Wed Mar 18 10:50:15 2020 +0100
  73. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  74. 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
  75. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  76. bff66f9 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · Thu Aug 01 11:29:03 2019 +0200
  77. 6864a599 net: dwc_eth_qos: Change eqos_ops function to static by Patrick Delaunay · Thu Aug 01 11:29:02 2019 +0200
  78. 6beb780 net: dwc_eth_qos: add Ethernet stm32mp1 support by Christophe Roullier · Fri May 17 15:08:44 2019 +0200
  79. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  80. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  81. 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
  82. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  83. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  84. 5070960 net: add driver for Synopsys Ethernet QoS device by Stephen Warren · Fri Oct 21 14:46:47 2016 -0600