1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  2. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  3. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  4. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  5. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  6. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  7. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  8. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  9. cf081a5 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 2 months ago
  10. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  11. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  12. 6f25e27 treewide: remove (phys_addr_t) casts from devfdt_get_addr() by Masahiro Yamada · 4 years, 2 months ago
  13. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  15. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  16. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  17. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  18. 6516e3f net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
  19. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  20. b63cb3a net: xilinx: Use mdio_register_seq() to support multiple instances by Michal Simek · 8 years ago
  21. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  22. 611fe0b net: emaclite: use __raw_readl/writel instead of weird define by Zubair Lutfullah Kakakhel · 8 years ago
  23. 39e020e net: emaclite: Use ioremap_nocache by Zubair Lutfullah Kakakhel · 8 years ago
  24. 55259e7 net: xilinx: Handle error value from phy_startup() by Michal Simek · 8 years ago
  25. f412b6a net: emaclite: Let core to handle received packet by Michal Simek · 9 years ago
  26. f03ec01 net: emaclite: Rename start and stop functions by Michal Simek · 9 years ago
  27. d538ee1 net: emaclite: Move driver to DM by Michal Simek · 9 years ago
  28. 4d2749b net: emaclite: Use indirect access in emaclite_recv by Michal Simek · 9 years ago
  29. 0070251 net: emaclite: Use indirect reg access in send by Michal Simek · 9 years ago
  30. 15c239c net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag by Michal Simek · 9 years ago
  31. 26c7945 net: emaclite: Fix logic around available TX buffers by Michal Simek · 9 years ago
  32. 5a4baa3 net: emaclite: Use indirect register access for TX reset by Michal Simek · 9 years ago
  33. 3af7090 net: emaclite: Use indirect register access for rx_ping/pong by Michal Simek · 9 years ago
  34. a0b2bfb net: emaclite: Use indirect register access for tx_ping/pong by Michal Simek · 9 years ago
  35. 9a23c49 net: emaclite: Convert MDIO to use register offset by Michal Simek · 9 years ago
  36. d722e86 net: emaclite: Add MDIO support to driver by Michal Simek · 9 years ago
  37. 8ce6947 net: emaclite: Remove ancient OF probe function by Michal Simek · 9 years ago
  38. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  39. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  40. 0c9c99a net: emaclite: Fix OF initialization by Michal Simek · 11 years ago
  41. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  42. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  43. 7fd7082 net: emaclite: Support OF initialization by Michal Simek · 12 years ago
  44. 1ae6b9c drivers/net/xilinx_emaclite.c: Fix compile warning by Stephan Linz · 12 years ago
  45. c1044a1 net: emaclite: Move RX/TX ping pong initialization to by Michal Simek · 13 years ago
  46. 9b94755 net: emaclite: Use unsigned long for baseaddr by Michal Simek · 13 years ago
  47. 5ac8380 net: emaclite: Fix coding style by Michal Simek · 13 years ago
  48. 8043925 net: emaclite: Use PKTSIZE directly by Michal Simek · 13 years ago
  49. 947324b net: emaclite: Setup RX/TX ping pong for every instance by Michal Simek · 13 years ago
  50. 773cfa8 net: emaclite: Use dynamic allocation by Michal Simek · 13 years ago
  51. 8d95ddb net: emaclite: Remove baseaddress from xemaclite by Michal Simek · 13 years ago
  52. 28ae02e net: emaclite: Use calloc instead of malloc by Michal Simek · 13 years ago
  53. be98696 net: emaclite: Remove deviceid property by Michal Simek · 13 years ago
  54. 25a0255 net: emaclite: Change driver name and add address by Michal Simek · 13 years ago
  55. 95efa79 net: xilinx emaclite: Fix return values by Michal Simek · 14 years ago
  56. 042272a net: Move Emaclite to NET_MULTI by Michal Simek · 14 years ago
  57. 3f91ec0 net: Fix emaclite driver to support little-endian microblaze by Michal Simek · 14 years ago
  58. 78d19a3 net: emaclite: Cleanup license to be GPL compatible by Michal Simek · 15 years ago
  59. d3f8714 drivers/net/: get mac address from environment by Mike Frysinger · 16 years ago
  60. f2a7806f xilinx_emaclite buffer overrun by Clive Stubbings · 16 years ago
  61. 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  62. 89c5389 microblaze: add Emaclite ethernet driver by Michal Simek · 16 years ago
  63. b49c90d [FIX] remove files form repository by Michal Simek · 17 years ago
  64. 706714d [FIX] remove cute code by Michal Simek · 17 years ago
  65. a274ca4 [FIX] Coding style cleanup by Michal Simek · 17 years ago
  66. 0c0a9cd [PATCH] Support for Xilinx EmacLite controller by Michal Simek · 17 years ago