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