1. 618e136 drivers: net: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 6a1ea38 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 1bbf41d global: Drop common.h inclusion by Tom Rini · 12 months ago
  6. 99eed83 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 1 year, 2 months ago
  7. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  8. 1c3769d net: fsl-mc: sync remaining MC commands by Ioana Ciornei · 1 year, 6 months ago
  9. bc262da net: fsl-mc: sync DPIO MC APIs by Ioana Ciornei · 1 year, 6 months ago
  10. bd4bbe2 net: fsl-mc: sync DPSPARSER MC APIs by Ioana Ciornei · 1 year, 6 months ago
  11. be11737 net: fsl-mc: sync DPNI MC APIs by Ioana Ciornei · 1 year, 6 months ago
  12. 4b4370e net: fsl-mc: sync DPRC MC APIs by Ioana Ciornei · 1 year, 6 months ago
  13. 0ef7e5a net: fsl-mc: sync DPMAC MC APIs by Ioana Ciornei · 1 year, 6 months ago
  14. 2f232fa net: fsl-mc: sync DPBP MC APIs by Ioana Ciornei · 1 year, 6 months ago
  15. b78b9df net: fsl-mc: remove unused MC APIs by Ioana Ciornei · 1 year, 6 months ago
  16. d6733a4 net: ldpaa_eth: transform dpni_statistics from a struct to a union by Ioana Ciornei · 1 year, 6 months ago
  17. c136d00 drivers: net: fsl-mc: fix MAC address fixup procedure by Ioana Ciornei · 1 year, 10 months ago
  18. eaf3471 drivers: net: fsl-mc: do not use multiple blank lines by Ioana Ciornei · 1 year, 11 months ago
  19. 4563b9c drivers: net: fsl-mc: align parameters to the open paranthesis by Ioana Ciornei · 1 year, 11 months ago
  20. e992c4d drivers: net: fsl-mc: remove explicit cast by Ioana Ciornei · 1 year, 11 months ago
  21. b1ba07a drivers: net: fsl-mc: do not prefix decimal values with 0x by Ioana Ciornei · 1 year, 11 months ago
  22. b9b5180 drivers: net: fsl-mc: remove an useless break statement by Ioana Ciornei · 1 year, 11 months ago
  23. 1f5b641 drivers: net: fsl-mc: remove useless assignment of variable by Ioana Ciornei · 1 year, 11 months ago
  24. 7215391 net: fsl-mc: Remove non-DM_ETH code by Tom Rini · 2 years ago
  25. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  26. 4b2c94f net: Convert fit verification to use fit_get_data_* by Sean Anderson · 2 years, 3 months ago
  27. eff529e fsl-mc: Update dependencies for DM_ETH by Tom Rini · 2 years, 4 months ago
  28. aa28014 drivers: net: fsl-mc: add a command which dumps the MC log by Cosmin-Florin Aluchenesei · 3 years, 2 months ago
  29. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  30. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  31. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  32. 971dfd3 net: fsl-mc: fix logically dead code by Cosmin-Florin Aluchenesei · 3 years, 4 months ago
  33. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  34. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  35. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  36. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  37. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  38. ccb5d5d armv8: lx2162a: Add Soc changes to support LX2162A by Meenakshi Aggarwal · 4 years, 1 month ago
  39. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  40. dadccd9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 6 months ago
  41. a3bbc3b net: fsl-mc: fixup DPC: add /board/ports node if missing by Razvan Ionut Cirjan · 4 years, 7 months ago
  42. 9e35259 drivers: net: fsl-mc: fixup msi-map property by Laurentiu Tudor · 4 years, 7 months ago
  43. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  44. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  45. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  46. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  47. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  48. 25f7cf7 drivers: net: fsl-mc: add support for CONFIG_DM_ETH by Ioana Ciornei · 4 years, 8 months ago
  49. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  50. ae6d852 drivers/fsl-mc: Support DPSPARSER object and apply spb command by Florinel Iordache · 5 years ago
  51. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  52. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  53. dfd4c0f drivers/fsl-mc: Create Kconfig file to manage driver specific configs better by Florinel Iordache · 6 years ago
  54. d67ae48 drivers: net: mc: Report extra memory to Linux by Meenakshi Aggarwal · 6 years ago
  55. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  56. 67f195c mc : Reduce MC memory size to 128M by Meenakshi Aggarwal · 6 years ago
  57. d7697f4 driver: net: fsl-mc: Fix DPC MAC address fixup by Ioana Ciocoi Radulescu · 6 years ago
  58. 9712465 fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi by Mian Yousaf Kaukab · 6 years ago
  59. 7987ab7 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · 6 years ago
  60. 145e4cd driver: net: fsl-mc: Memset MC reserve ram memory before usage by Prabhakar Kushwaha · 6 years ago
  61. d691264 u-boot: fixup the iommu-map property of fsl-mc node by Nipun Gupta · 6 years ago
  62. 8a92170 fsl/mc: Limit the ethernet name to ETH_NAME_LEN by Pankaj Bansal · 6 years ago
  63. 1a0c4ae driver: net: fsl-mc: updated copyright info by Yogesh Gaur · 7 years ago
  64. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  65. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  66. 8dadfb4 driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl by Yogesh Gaur · 7 years ago
  67. 5d8a61c armv8: ls1043a/ls2080a: check SoC by device ID by Wenbin song · 7 years ago
  68. 82709e5 driver: fsl-mc: MC object cleanup when DPL not loaded by Yogesh Gaur · 7 years ago
  69. 318c32f driver: net: fsl-mc: flib changes for MC 10.3.0 by Yogesh Gaur · 7 years ago
  70. b166d6a driver: net: fsl-mc: Use base 16 in simple_strtoul by Prabhakar Kushwaha · 7 years ago
  71. 790c1a4 driver: fsl-mc: use calloc instead malloc by Prabhakar Kushwaha · 7 years ago
  72. e0e0be5 drivers:net:fsl-mc: Update MC address calculation by Priyanka Jain · 7 years ago
  73. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  74. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  75. 0a6e5ba driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied by Santan Kumar · 7 years ago
  76. 243182c common: freescale: Move arch-specific declarations by Simon Glass · 8 years ago
  77. 7266914 drivers: net: fsl-mc: Include MAC addr fixup to DPL by Bogdan Purcareata · 8 years ago
  78. 08bc014 drivers: net: fsl-mc: Link MC boot to PHY_RESET_R by Bogdan Purcareata · 8 years ago
  79. 4a81bbe driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path by Yogesh Gaur · 8 years ago
  80. c55d731 driver: net: fsl-mc: Update calculation of MC RAM by York Sun · 8 years ago
  81. 4de24ef armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  82. bea8abd drivers: net: fsl-mc: Fixup MAC addresses in DPC by Bogdan Purcareata · 8 years ago
  83. 9de7160 driver: fsl-mc: qbman: Add QBMAN 4.1 support by Priyanka Jain · 8 years ago
  84. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  85. cbe8e1c armv8: LS2080A: Consolidate LS2080A and LS2085A by York Sun · 9 years ago
  86. bae23c1 driver: net: fsl-mc: Check NULL before pointer dereference by Prabhakar Kushwaha · 9 years ago
  87. c6018bd driver: net: fsl-mc: Free dflt_dpio pointer after its usage by Prabhakar Kushwaha · 9 years ago
  88. 878d3ec driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0 by Prabhakar Kushwaha · 9 years ago
  89. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  90. 88ba4d6 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · 9 years ago
  91. 901a88e driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · 9 years ago
  92. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  93. 7fd59d9 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  94. e26e285 driver: net: fsl-mc: Prepare extended cfg for DPNI create by Prabhakar Kushwaha · 9 years ago
  95. c3d06e3 driver: net: fsl-mc: flib changes for MC FW 9.0.0 by Prabhakar Kushwaha · 9 years ago
  96. 0a4156c driver: net: fsl-mc: Add version check for MC objects by Prabhakar Kushwaha · 9 years ago
  97. d2d567d drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start by Pratiyush Mohan Srivastava · 9 years ago
  98. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  99. b1b9698 driver: net: fsl-mc: remove MC firmware version check by Stuart Yoder · 9 years ago
  100. fd6fb77 qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit by Tom Rini · 9 years ago