1. 53b2af1 net: xilinx: axi_emac: Add support for 10G/25G AXI ethernet by Ashok Reddy Soma · 3 years, 3 months ago
  2. 215f206 net: xilinx: axi_emac: Cleanup of of_to_plat() by Ashok Reddy Soma · 3 years, 3 months ago
  3. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  4. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  5. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  6. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  7. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  8. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  9. 315a3c3 net: xilinx: axi_emac: Typecast flush_cache arguments by Ashok Reddy Soma · 4 years, 1 month ago
  10. f9d3b31 net: xilinx: axi_emac: Fix dma descriptors for 64bit and compilation warnings by Ashok Reddy Soma · 4 years, 1 month ago
  11. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  12. cf081a5 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 3 months ago
  13. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  14. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 3 months ago
  15. 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 3 months ago
  16. 945a550 net: xilinx: axi_emac: Fix endless loop when no PHYs are connected by Patrick van Gelder · 4 years, 4 months ago
  17. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  19. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  20. fccfb71 net: xilinx_axiemac: Fill the phy node pointer in phydev by Siva Durga Prasad Paladugu · 6 years ago
  21. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  22. 047f3bf axi: ethernet: Added support for 64 bit addressing for axi-ethernet by Vipul Kumar · 7 years ago
  23. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  24. a04a5da net: xilinx_axi_emac: Use readl and writel for io ops by Siva Durga Prasad Paladugu · 7 years ago
  25. 89ce5a9 net: xilinx_axi_emac: Add support for non processor mode by Siva Durga Prasad Paladugu · 8 years ago
  26. dc1fcc4 net: xilinx_axi_emac: Read dma address using fdtdec_get_addr by Siva Durga Prasad Paladugu · 7 years ago
  27. d02a0b1 net: xilinx_axi_emac: Use wait_for_bit instead of while loop by Siva Durga Prasad Paladugu · 8 years ago
  28. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  29. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  30. 6516e3f net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
  31. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  32. b63cb3a net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
  33. ceb04e1 net: axi_emac: Report phy-node error message permanently by Michal Simek · 9 years ago
  34. 8964f24 net: xilinx_axi: Clear Isolate bit if found during phy setup by Siva Durga Prasad Paladugu · 9 years ago
  35. 9c0da76 net: xilinx_axi: Use interface type instead of zero by Siva Durga Prasad Paladugu · 9 years ago
  36. 338a5f2 net: Add axi emac to Kconfig by Michal Simek · 9 years ago
  37. ad499e4 net: axi_emac: Rename start, stop, write_hwaddr functions by Michal Simek · 9 years ago
  38. 97d2363 net: axi_emac: Split recv from free_pkt by Michal Simek · 9 years ago
  39. 5d0449d net: axi_emac: Enable access to MDIO in probe by Michal Simek · 9 years ago
  40. 75cc93f net: axi_emac: Move driver to DM by Michal Simek · 9 years ago
  41. f098548 net: axi_emac: Pass private structure where possible by Michal Simek · 9 years ago
  42. 0d78abf net: axi_emac: Pass private structure to phyread/phywrite by Michal Simek · 9 years ago
  43. 6609f35 net: axi_emac: Put iobase to private structure by Michal Simek · 9 years ago
  44. f36bbcc net: axi_emac: Pass directly pointer to register space by Michal Simek · 9 years ago
  45. 2652a62 net: axi_emac: Show phy address instead of register content by Michal Simek · 9 years ago
  46. 3e3f8ba net: axi_emac: Fix parentheses around operand ! by Michal Simek · 9 years ago
  47. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  48. 6f9b937 net: axi_emac: Check if phy was correctly detected by Michal Simek · 11 years ago
  49. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. 11af8d6 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  51. 8d094e5 drivers/net/xilinx_axi_emac.c: Fix compile warning by Stephan Linz · 12 years ago
  52. 4f1ec4c net: axi_ethernet: Add driver to u-boot by Michal Simek · 13 years ago