1. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  2. 632c88e net: sun8i-emac: Drop use of arch-specific header by Samuel Holland · 2 years, 5 months ago
  3. 712cc89 net: sun8i-emac: Downgrade printf during probe to debug by Samuel Holland · 2 years, 5 months ago
  4. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  5. e3b353b bcmgenet, sun8i_emac: Don't connect PHY two times by Marek Behún · 2 years, 8 months ago
  6. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  7. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  8. bab64f2 net: sun8i_emac: Remove non-DM pin setup by Samuel Holland · 3 years, 3 months ago
  9. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 3 months ago
  10. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  11. 6ffc023 net: sun8i-emac: fix MDIO frequency by Heinrich Schuchardt · 3 years, 6 months ago
  12. 9643c83 net: sun8i-emac: Fix pinmux setup for Allwinner H5 by Andre Przywara · 3 years, 8 months ago
  13. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  14. 882a923 net: sun8i-emac: Determine pinmux based on SoC, not EMAC type by Andre Przywara · 3 years, 11 months ago
  15. 15651d8 net: sun8i-emac: Always clear syscon EPHY register by Andre Przywara · 3 years, 11 months ago
  16. 43bb158 net: sun8i-emac: Allow all RGMII PHY modes by Andre Przywara · 4 years, 1 month ago
  17. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  18. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  19. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  20. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  21. b41f247 net: sun8i-emac: Lower MDIO frequency by Andre Przywara · 4 years, 5 months ago
  22. b3ce85c net: sun8i-emac: Make internal PHY handling more robust by Andre Przywara · 4 years, 1 month ago
  23. 5942282 net: sun8i_emac: Simplify and fix error handling for RX by Andre Przywara · 4 years, 5 months ago
  24. 6bdc70e net: sun8i_emac: Fix MAC soft reset by Andre Przywara · 4 years, 5 months ago
  25. 4ab675e net: sun8i_emac: Fix overlong lines by Andre Przywara · 4 years, 5 months ago
  26. 2e7dd26 net: sun8i_emac: Wrap and simplify cache maintenance operations by Andre Przywara · 4 years, 5 months ago
  27. 1fae838 net: sun8i_emac: Drop unneeded cache invalidation before sending by Andre Przywara · 4 years, 5 months ago
  28. 8cd8960 net: sun8i_emac: Reduce cache maintenance on TX descriptor init by Andre Przywara · 4 years, 5 months ago
  29. 7408b09 net: sun8i_emac: Improve cache maintenance on RX descriptor init by Andre Przywara · 4 years, 5 months ago
  30. e6e29cc net: sun8i_emac: Name magic bits and simplify read-modify-write calls by Andre Przywara · 4 years, 5 months ago
  31. f58d83c net: sun8i_emac: Remove pointless wrapper functions by Andre Przywara · 4 years, 1 month ago
  32. 0dd619b net: sun8i_emac: Simplify mdio_read/mdio_write functions by Andre Przywara · 4 years, 5 months ago
  33. df6f271 net: sun8i_emac: Don't hand out TX descriptor too early by Andre Przywara · 4 years, 5 months ago
  34. 874145f net: sun8i-emac: Bail out on PHY error by Andre Przywara · 4 years, 5 months ago
  35. 4702aa2 net: sun8i_emac: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 3 months ago
  36. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  37. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  38. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  39. 3386e9a net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 7 months ago
  40. 97f2cf1 net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 7 months ago
  41. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  42. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  43. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  44. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  45. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  46. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  47. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  48. 98be8be net: sun8i_emac: Test the correct phy by Emmanuel Vadot · 5 years ago
  49. 727ed79 net: sun8i_emac: Add EPHY CLK and RESET support by Jagan Teki · 6 years ago
  50. cb63d28 net: sun8i_emac: Add CLK and RESET support by Jagan Teki · 6 years ago
  51. 1cfc64c net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle by Jagan Teki · 6 years ago
  52. 525dc44 sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · 6 years ago
  53. e8cbced net: sun8i-emac: support R40 GMAC by Lothar Felten · 6 years ago
  54. acb9a5b net: sun8i-emac: set mux and clock by driver data by Lothar Felten · 6 years ago
  55. 5be7594 net: sun8i-emac: fix printing NULL character by Lothar Felten · 6 years ago
  56. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  57. 94f3bbd net: sun8i-emac: remove support for old binding by Andre Przywara · 7 years ago
  58. ba3a96d net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 7 years ago
  59. 26e549b net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 7 years ago
  60. 6a4d799 net: sun8i_emac: Fix PHY initialization by Samuel Holland · 7 years ago
  61. b6b655b net: sun8i_emac: Fix build for non-H3/H5 SoCs by Chen-Yu Tsai · 7 years ago
  62. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  63. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  64. 3297b55 sun8i_emac: configure PHY reset GPIO via DM by Philipp Tomsich · 8 years ago
  65. 5fb9743 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  66. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  67. 2b6dee1 sun8i_emac: Fix mdio read sequence by Philipp Tomsich · 8 years ago
  68. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  69. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  70. fcdb3b3 net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers by Hans de Goede · 8 years ago
  71. 54f47a1 net: sun8i_emac: Drop redundant and incorrect setting of syscon register by Chen-Yu Tsai · 8 years ago
  72. 3d39ace net: sun8i_emac: Do not configure AHB2 clock by Chen-Yu Tsai · 8 years ago
  73. d194c0e net: Add EMAC driver for H3/A83T/A64 SoCs. by Amit Singh Tomar · 8 years ago