1. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  2. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  3. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  4. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  5. b41f247 net: sun8i-emac: Lower MDIO frequency by Andre Przywara · 4 years, 5 months ago
  6. b3ce85c net: sun8i-emac: Make internal PHY handling more robust by Andre Przywara · 4 years, 1 month ago
  7. 5942282 net: sun8i_emac: Simplify and fix error handling for RX by Andre Przywara · 4 years, 5 months ago
  8. 6bdc70e net: sun8i_emac: Fix MAC soft reset by Andre Przywara · 4 years, 5 months ago
  9. 4ab675e net: sun8i_emac: Fix overlong lines by Andre Przywara · 4 years, 5 months ago
  10. 2e7dd26 net: sun8i_emac: Wrap and simplify cache maintenance operations by Andre Przywara · 4 years, 5 months ago
  11. 1fae838 net: sun8i_emac: Drop unneeded cache invalidation before sending by Andre Przywara · 4 years, 5 months ago
  12. 8cd8960 net: sun8i_emac: Reduce cache maintenance on TX descriptor init by Andre Przywara · 4 years, 5 months ago
  13. 7408b09 net: sun8i_emac: Improve cache maintenance on RX descriptor init by Andre Przywara · 4 years, 5 months ago
  14. e6e29cc net: sun8i_emac: Name magic bits and simplify read-modify-write calls by Andre Przywara · 4 years, 5 months ago
  15. f58d83c net: sun8i_emac: Remove pointless wrapper functions by Andre Przywara · 4 years, 1 month ago
  16. 0dd619b net: sun8i_emac: Simplify mdio_read/mdio_write functions by Andre Przywara · 4 years, 5 months ago
  17. df6f271 net: sun8i_emac: Don't hand out TX descriptor too early by Andre Przywara · 4 years, 5 months ago
  18. 874145f net: sun8i-emac: Bail out on PHY error by Andre Przywara · 4 years, 5 months ago
  19. 4702aa2 net: sun8i_emac: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
  20. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  21. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  22. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  23. 3386e9a net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 7 months ago
  24. 97f2cf1 net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 7 months ago
  25. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  26. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  27. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  28. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  29. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  30. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  31. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  32. 98be8be net: sun8i_emac: Test the correct phy by Emmanuel Vadot · 5 years ago
  33. 727ed79 net: sun8i_emac: Add EPHY CLK and RESET support by Jagan Teki · 6 years ago
  34. cb63d28 net: sun8i_emac: Add CLK and RESET support by Jagan Teki · 6 years ago
  35. 1cfc64c net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle by Jagan Teki · 6 years ago
  36. 525dc44 sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · 6 years ago
  37. e8cbced net: sun8i-emac: support R40 GMAC by Lothar Felten · 6 years ago
  38. acb9a5b net: sun8i-emac: set mux and clock by driver data by Lothar Felten · 6 years ago
  39. 5be7594 net: sun8i-emac: fix printing NULL character by Lothar Felten · 6 years ago
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. 94f3bbd net: sun8i-emac: remove support for old binding by Andre Przywara · 7 years ago
  42. ba3a96d net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 7 years ago
  43. 26e549b net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 7 years ago
  44. 6a4d799 net: sun8i_emac: Fix PHY initialization by Samuel Holland · 7 years ago
  45. b6b655b net: sun8i_emac: Fix build for non-H3/H5 SoCs by Chen-Yu Tsai · 7 years ago
  46. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  47. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  48. 3297b55 sun8i_emac: configure PHY reset GPIO via DM by Philipp Tomsich · 8 years ago
  49. 5fb9743 sunxi: prepare for sharing MACH_SUN8I_H3 config symbol by Andre Przywara · 8 years ago
  50. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  51. 2b6dee1 sun8i_emac: Fix mdio read sequence by Philipp Tomsich · 8 years ago
  52. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  53. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  54. fcdb3b3 net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers by Hans de Goede · 8 years ago
  55. 54f47a1 net: sun8i_emac: Drop redundant and incorrect setting of syscon register by Chen-Yu Tsai · 8 years ago
  56. 3d39ace net: sun8i_emac: Do not configure AHB2 clock by Chen-Yu Tsai · 8 years ago
  57. d194c0e net: Add EMAC driver for H3/A83T/A64 SoCs. by Amit Singh Tomar · 8 years ago