1. 8ef8203 cmd: clk: fix long help message by Patrick Delaunay · Mon Jan 31 17:21:40 2022 +0100
  2. fe23c80 cmd: clk: update result of do_clk_setfreq by Patrick Delaunay · Mon Jan 31 17:21:39 2022 +0100
  3. 27e14d4 cmd: clk: replace clk_lookup by uclass_get_device_by_name by Patrick Delaunay · Mon Jan 31 17:21:38 2022 +0100
  4. 5c6d32d cmd: clk: test the number of argument in setfreq command by Patrick Delaunay · Mon Jan 31 17:21:37 2022 +0100
  5. db9b1a1 clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable by Patrick Delaunay · Mon Jan 24 14:17:14 2022 +0100
  6. e1c56f3 clk: Add clk_get_by_name_optional by Sean Anderson · Sat Jan 15 15:52:47 2022 -0500
  7. d7dddc4 clk: Add driver API to HTML docs by Sean Anderson · Wed Dec 22 12:11:13 2021 -0500
  8. 308ac9e clk: Add client API to HTML docs by Sean Anderson · Wed Dec 22 12:11:12 2021 -0500
  9. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · Wed Dec 22 12:11:11 2021 -0500
  10. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · Wed Dec 22 12:11:10 2021 -0500
  11. ffc0759 clk: cdce9xx: Convert .of_xlate to .request by Sean Anderson · Wed Dec 15 11:47:17 2021 -0500
  12. 0afb933 clk: versaclock: Remove xlate function by Sean Anderson · Wed Dec 01 15:13:17 2021 -0500
  13. cfc77ff clk: Remove no-op request and rfree callbacks by Sean Anderson · Wed Dec 01 14:51:00 2021 -0500
  14. 35b3754 clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01 by Sean Anderson · Wed Dec 15 11:36:20 2021 -0500
  15. d1f48b5 clk: Alphabetize Kconfig by Sean Anderson · Wed Dec 15 11:36:19 2021 -0500
  16. 5eafaa6 clk: Alphabetize Makefile by Sean Anderson · Wed Dec 15 11:36:18 2021 -0500
  17. 03722cf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Feb 23 13:34:14 2022 -0500
  18. dd8297d Merge tag 'dm-pull-22222' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Feb 23 12:28:54 2022 -0500
  19. 98e1060 configs: omap various: Remove OMAP_EHCI_PHY from defconfigs by Adam Ford · Sat Feb 19 17:08:47 2022 -0600
  20. 4b5f228 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · Sat Feb 19 17:08:46 2022 -0600
  21. d9f8064 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · Sat Feb 19 17:08:45 2022 -0600
  22. cb9a356 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · Sat Feb 19 17:08:44 2022 -0600
  23. 35b82a8 phy: nop-phy: Fix enabling reset by Adam Ford · Sat Feb 19 17:08:43 2022 -0600
  24. 3ca17c4 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · Sat Feb 19 17:08:42 2022 -0600
  25. 7fc3cce usb: ehci-omap: Drop dead code by Adam Ford · Sat Feb 19 17:08:41 2022 -0600
  26. d010811 scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full by Philippe Reynes · Wed Feb 09 18:01:24 2022 +0100
  27. 3365fd3 phy: phy-uclass: check the parents for phys by Angus Ainslie · Thu Feb 03 10:08:38 2022 -0800
  28. 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · Tue Feb 08 11:50:03 2022 -0700
  29. 9f1c6b9 binman: Tidy up the docs a little with fit by Simon Glass · Tue Feb 08 11:50:02 2022 -0700
  30. f4a32d2 binman: fit: Refactor to reduce function size by Simon Glass · Tue Feb 08 11:50:01 2022 -0700
  31. 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · Tue Feb 08 11:50:00 2022 -0700
  32. 167070a binman: Add a ELF test file with disjoint text sections by Simon Glass · Tue Feb 08 11:49:59 2022 -0700
  33. 948dd3a binman: Support a list of strings with the mkimage etype by Simon Glass · Tue Feb 08 11:49:58 2022 -0700
  34. e87009da binman: Add to the TODO by Simon Glass · Tue Feb 08 11:49:57 2022 -0700
  35. 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · Sat Feb 19 20:50:04 2022 +0200
  36. 571adc8 elf: Add a way to read segment information from an ELF file by Simon Glass · Tue Feb 08 11:49:55 2022 -0700
  37. 243c2c1 binman: Update docs to indicate mkimage is supported by Simon Glass · Tue Feb 08 11:49:54 2022 -0700
  38. 738a54d dtoc: Support reading a list of arguments by Simon Glass · Tue Feb 08 11:49:53 2022 -0700
  39. 0023861 dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · Tue Feb 08 11:49:52 2022 -0700
  40. b9b5cb3 dtoc: Support deleting a node by Simon Glass · Tue Feb 08 11:49:51 2022 -0700
  41. 452be42 dtoc: Support adding a string list to a device tree by Simon Glass · Tue Feb 08 11:49:50 2022 -0700
  42. 02b8700 spl: Allow disabling binman symbols in SPL by Simon Glass · Tue Feb 08 11:49:48 2022 -0700
  43. 9045faf spl: x86: Correct the binman symbols for SPL by Simon Glass · Tue Feb 08 11:49:47 2022 -0700
  44. 99f7942 moveconfig: Allow regex matches when finding combinations by Simon Glass · Tue Feb 08 11:49:46 2022 -0700
  45. e803755 moveconfig: Show the config name rather than the defconfig by Simon Glass · Tue Feb 08 11:49:45 2022 -0700
  46. 64af7c2 binman: Correct the error message for a bad hash algorithm by Simon Glass · Tue Feb 08 10:59:44 2022 -0700
  47. ac873ed binman: Update image positions of FIT subentries by Alper Nebi Yasak · Tue Feb 08 01:08:08 2022 +0300
  48. 1e4ffd8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · Wed Feb 09 22:02:35 2022 +0300
  49. 31dc9cc Merge branch '2022-02-21-platform-updates' by Tom Rini · Mon Feb 21 08:53:24 2022 -0500
  50. 83f3f8b ti: i2c: fix probe_chip() return value by Nikita Yushchenko · Tue Feb 15 21:10:09 2022 +0300
  51. fdee97d crypto: aspeed: fix polling RSA status wrong issue by Neal Liu · Tue Feb 15 18:14:40 2022 +0800
  52. 3e97b1c arm: dts: k3-j7200: Fix up MAIN R5FSS cluster mode back to Split-mode by Suman Anna · Sun Feb 13 12:48:48 2022 -0600
  53. 3a8059e arm: omap3: Make some memory functions static and clean headers by Adam Ford · Sat Feb 12 06:12:41 2022 -0600
  54. a9bcef7 arm: omap3: Cleanup sys_info to fit OMAP3 booting with LTO by Adam Ford · Sat Feb 12 06:12:40 2022 -0600
  55. ac20ebd arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU by Keerthy · Thu Feb 10 09:25:58 2022 +0530
  56. 622a058 iommu: Add M1 Pro/Max support to Apple DART driver by Janne Grunau · Tue Feb 08 22:27:49 2022 +0100
  57. e15bbac doc: board: apple: Update Apple M1 documentation by Mark Kettenis · Mon Feb 14 22:09:26 2022 +0100
  58. 4ed6697 arm: apple: Disable debug UART by Mark Kettenis · Mon Feb 14 22:09:25 2022 +0100
  59. 73c82c8 arm: apple: Add M1 Pro/Max support by Mark Kettenis · Tue Feb 08 22:00:09 2022 +0100
  60. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Mon Feb 21 08:32:02 2022 -0500
  61. f3f50ba arm64: zynqmp: Remove additional gpio header from dlc21 by Michal Simek · Tue Feb 15 08:57:52 2022 +0100
  62. e5710e3 arm64: zynqmp: Fix debug uart initialization by Michal Simek · Thu Feb 17 14:28:42 2022 +0100
  63. 7659fe4 ARM: zynq: Fix debug uart initialization by Michal Simek · Thu Feb 17 14:28:41 2022 +0100
  64. ba6fb83 arm64: zynqmp: Fix dependencies around ZYNQMP_PSU_INIT_ENABLED by Michal Simek · Thu Feb 17 14:28:40 2022 +0100
  65. d93fd55 arm64: zynqmp: Build psu_spl_init for SPL all the time by Michal Simek · Thu Feb 17 14:28:39 2022 +0100
  66. 1a50529 xilinx: Enable OF_BOARD for zynq and zynqmp boards by Michal Simek · Thu Feb 17 14:28:38 2022 +0100
  67. 6327716 Merge tag 'u-boot-imx-20220220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sun Feb 20 08:09:08 2022 -0500
  68. f87338f ARM: imx: imx8mn-ddr4-evk: Add ethernet support by Marek Vasut · Sat Feb 19 17:13:54 2022 +0100
  69. 16cb4a3 kontron-pitx-imx8m: fix board_mmc_getcd() by Heiko Thiery · Wed Feb 16 15:58:10 2022 +0100
  70. cbe8563 kontron-sl-mx8mm: change environment address variables by Heiko Thiery · Wed Feb 16 13:25:14 2022 +0100
  71. cbe141b colibri-imx6ull: improve env badblock management by Francesco Dolcini · Thu Feb 03 18:41:24 2022 +0100
  72. f474b6d imx8m: Drop unused function env_get_offset by Michael Trimarchi · Wed Nov 17 15:34:56 2021 +0100
  73. 0549b65 xea: defconfig: Update defconfig to support mtd partitions r/w by name by Lukasz Majewski · Mon Dec 27 11:46:39 2021 +0100
  74. 5dfb38a ARM: imx: imx8mn-ddr4-evk: Fix boot from SD card by Marek Vasut · Mon Feb 14 00:36:16 2022 +0100
  75. e489e73 board: gateworks: venice: config file cleanups by Tim Harvey · Fri Feb 11 10:52:06 2022 -0800
  76. 1a50e74 board: gateworks: venice: add imx8mn-gw7902 support by Tim Harvey · Fri Feb 11 10:48:56 2022 -0800
  77. 8be0ba3 mmc: fsl_esdhc_imx: correct the actual card clock by Haibo Chen · Fri Feb 11 19:16:57 2022 +0800
  78. 84516a7 mmc: fsl_esdhc_imx: remove redundant ARCH_MXC by Haibo Chen · Fri Feb 11 19:16:56 2022 +0800
  79. 728f192 arm: imx8m: add support for Advantech RSB-3720 by Ying-Chun Liu (PaulLiu) · Tue Feb 08 09:22:38 2022 +0800
  80. af63b97 configs/*imx8mn*: remove [SPL_]CLK_COMPOSITE_CCF by Heiko Thiery · Sun Jan 30 07:37:08 2022 +0100
  81. 4a756dc clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn by Heiko Thiery · Sun Jan 30 07:37:06 2022 +0100
  82. f3c8620 imx8mm_beacon/imx8mn_beacon: Update build instructions by Adam Ford · Sat Jan 22 14:48:40 2022 -0600
  83. 97497fd mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps by Adam Ford · Wed Jan 12 07:53:56 2022 -0600
  84. fa3d7fa arm: dts: imx8mq: add MNT Reform 2 by Patrick Wildt · Sat Jan 08 16:04:55 2022 +0100
  85. 1549d6b freescale: imx8mm_evk: Use IS_ENABLED instead of #ifdef by Tommaso Merciai · Sun Dec 26 18:23:11 2021 +0100
  86. 972085d Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards by Oleh Kravchenko · Mon Dec 20 16:00:01 2021 +0200
  87. 808c5d6 imx: spl: Fix typo BMODE_EMI -> BMODE_EIM by Harald Seiler · Wed Dec 01 10:02:54 2021 +0100
  88. f08743f cmd: fuse: Add a command to read fuses to memory by Angus Ainslie · Sun Nov 28 08:02:53 2021 -0800
  89. 5149bca cmd: fuse: add a fuse comparison function by Angus Ainslie · Sun Nov 28 08:02:52 2021 -0800
  90. 427104d Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Feb 17 11:03:50 2022 -0500
  91. a4a1630 arm: mvebu: turris_omnia: Reset the board immediately on DDR training failure by Marek Behún · Thu Feb 17 13:54:43 2022 +0100
  92. 90555af arm: mvebu: spl: Add option to reset the board on DDR training failure by Marek Behún · Thu Feb 17 13:54:42 2022 +0100
  93. bc7bf64 tools: kwbimage: Add me as an author of kwbimage by Pali Rohár · Thu Feb 17 10:43:40 2022 +0100
  94. 74bf239 tools: kwbimage: Fix help how to extract DDR3 training code by Pali Rohár · Thu Feb 17 10:43:39 2022 +0100
  95. 94671fd tools: kwbimage: Add support for NAND_BLKSZ and NAND_BADBLK_LOCATION for v0 images by Pali Rohár · Thu Feb 17 10:43:38 2022 +0100
  96. 2dbaf40 tools: kwbimage: Do not show mkimage error message in dumpimage by Pali Rohár · Thu Feb 17 10:43:37 2022 +0100
  97. e581f19 tools: kwbimage: Add support for dumping extended and binary v0 headers by Pali Rohár · Thu Feb 17 10:43:36 2022 +0100
  98. 524597e tools: kwbimage: Fix calculating size of kwbimage v0 header by Pali Rohár · Thu Feb 17 10:43:35 2022 +0100
  99. 370f54c tools: kwbimage: Define structures for extended kwbimage v0 headers by Pali Rohár · Thu Feb 17 10:43:34 2022 +0100
  100. 532b719 ddr: marvell: a38x: fix BYTE_HOMOGENEOUS_SPLIT_OUT decision by Marek Behún · Thu Feb 17 01:08:37 2022 +0100