1. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  2. 68655e6 net: sun8i-emac: Drop use of arch-specific header by Samuel Holland · 2 years, 2 months ago
  3. 62ee043 net: sun8i-emac: Downgrade printf during probe to debug by Samuel Holland · 2 years, 2 months ago
  4. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 5 months ago
  5. b638814 bcmgenet, sun8i_emac: Don't connect PHY two times by Marek Behún · 2 years, 6 months ago
  6. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 6 months ago
  7. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  8. ae022e8 net: sun8i_emac: Remove non-DM pin setup by Samuel Holland · 3 years, 1 month ago
  9. 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years ago
  10. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  11. 02036d9 net: sun8i-emac: fix MDIO frequency by Heinrich Schuchardt · 3 years, 4 months ago
  12. 4e26bc6 net: sun8i-emac: Fix pinmux setup for Allwinner H5 by Andre Przywara · 3 years, 5 months ago
  13. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  14. eb5a2b6 net: sun8i-emac: Determine pinmux based on SoC, not EMAC type by Andre Przywara · 3 years, 8 months ago
  15. b14e520 net: sun8i-emac: Always clear syscon EPHY register by Andre Przywara · 3 years, 8 months ago
  16. 219a5d5 net: sun8i-emac: Allow all RGMII PHY modes by Andre Przywara · 3 years, 10 months ago
  17. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  18. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  19. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  20. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  21. 4f0278d net: sun8i-emac: Lower MDIO frequency by Andre Przywara · 4 years, 3 months ago
  22. 88ae8fb net: sun8i-emac: Make internal PHY handling more robust by Andre Przywara · 4 years ago
  23. 7edcb4e net: sun8i_emac: Simplify and fix error handling for RX by Andre Przywara · 4 years, 3 months ago
  24. 2c5600c net: sun8i_emac: Fix MAC soft reset by Andre Przywara · 4 years, 3 months ago
  25. 09501ff net: sun8i_emac: Fix overlong lines by Andre Przywara · 4 years, 3 months ago
  26. 8c274ec net: sun8i_emac: Wrap and simplify cache maintenance operations by Andre Przywara · 4 years, 3 months ago
  27. eaeadb5 net: sun8i_emac: Drop unneeded cache invalidation before sending by Andre Przywara · 4 years, 3 months ago
  28. ed909de net: sun8i_emac: Reduce cache maintenance on TX descriptor init by Andre Przywara · 4 years, 3 months ago
  29. 6985312 net: sun8i_emac: Improve cache maintenance on RX descriptor init by Andre Przywara · 4 years, 3 months ago
  30. 4fe8641 net: sun8i_emac: Name magic bits and simplify read-modify-write calls by Andre Przywara · 4 years, 3 months ago
  31. a5b2a99 net: sun8i_emac: Remove pointless wrapper functions by Andre Przywara · 4 years ago
  32. f20f946 net: sun8i_emac: Simplify mdio_read/mdio_write functions by Andre Przywara · 4 years, 3 months ago
  33. c35380c net: sun8i_emac: Don't hand out TX descriptor too early by Andre Przywara · 4 years, 3 months ago
  34. 2808cf6 net: sun8i-emac: Bail out on PHY error by Andre Przywara · 4 years, 3 months ago
  35. ef04369 net: sun8i_emac: Fix not calling dev_xxx with a device by Sean Anderson · 4 years ago
  36. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  37. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  38. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  39. 99ac861 net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 5 months ago
  40. abdbefb net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 5 months ago
  41. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  42. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  43. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  44. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  45. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  46. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  47. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  48. d53e522 net: sun8i_emac: Test the correct phy by Emmanuel Vadot · 5 years ago
  49. 2348453 net: sun8i_emac: Add EPHY CLK and RESET support by Jagan Teki · 6 years ago
  50. d3a2c05 net: sun8i_emac: Add CLK and RESET support by Jagan Teki · 6 years ago
  51. 695f604 net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle by Jagan Teki · 6 years ago
  52. 9b16ede sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · 6 years ago
  53. e46d73f net: sun8i-emac: support R40 GMAC by Lothar Felten · 6 years ago
  54. c6a21d6 net: sun8i-emac: set mux and clock by driver data by Lothar Felten · 6 years ago
  55. 2f15743 net: sun8i-emac: fix printing NULL character by Lothar Felten · 6 years ago
  56. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  57. ecd0cec net: sun8i-emac: remove support for old binding by Andre Przywara · 6 years ago
  58. 12afd95 net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 6 years ago
  59. c034117 net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 6 years ago
  60. 2d53018 net: sun8i_emac: Fix PHY initialization by Samuel Holland · 7 years ago
  61. 13ae2a4 net: sun8i_emac: Fix build for non-H3/H5 SoCs by Chen-Yu Tsai · 7 years ago
  62. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  63. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  64. 4d555ae sun8i_emac: configure PHY reset GPIO via DM by Philipp Tomsich · 8 years ago
  65. 7b82a22 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  66. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  67. 1deeecb sun8i_emac: Fix mdio read sequence by Philipp Tomsich · 8 years ago
  68. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  69. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  70. 4069437 net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers by Hans de Goede · 8 years ago
  71. a85ba87 net: sun8i_emac: Drop redundant and incorrect setting of syscon register by Chen-Yu Tsai · 8 years ago
  72. 6872844 net: sun8i_emac: Do not configure AHB2 clock by Chen-Yu Tsai · 8 years ago
  73. a29710c net: Add EMAC driver for H3/A83T/A64 SoCs. by Amit Singh Tomar · 8 years ago