1. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  2. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  3. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  4. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  5. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · Tue Sep 06 20:27:25 2022 -0600
  6. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  7. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  8. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · Tue Sep 06 20:27:22 2022 -0600
  9. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600
  10. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  11. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  12. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · Tue Sep 06 20:27:15 2022 -0600
  13. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  14. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  15. cb12c9f dm: core: Reduce code size with dev_of_offset() by Simon Glass · Tue Sep 06 20:27:12 2022 -0600
  16. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · Tue Sep 06 20:27:04 2022 -0600
  17. 238afb5 dm: core: Support writing a property to an empty node by Simon Glass · Tue Sep 06 20:27:03 2022 -0600
  18. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · Tue Sep 06 20:27:02 2022 -0600
  19. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · Tue Sep 06 20:26:57 2022 -0600
  20. 10dda9e sandbox: power: Update PMIC driver to use log by Simon Glass · Tue Sep 06 20:26:54 2022 -0600
  21. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  22. 785be73 Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Sep 26 11:28:14 2022 -0400
  23. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Mon Sep 26 11:27:30 2022 -0400
  24. dac2b17 reset: zynqmp: Enable reset driver for Versal NET by Jay Buddhabhatti · Mon Sep 19 14:21:08 2022 +0200
  25. 2a0c918 mailbox: zynqmp: Enable ipi mailbox driver for Versal NET by Jay Buddhabhatti · Mon Sep 19 14:21:07 2022 +0200
  26. bc62eb2 firmware: zynqmp: Add Versal NET compatible string by Jay Buddhabhatti · Mon Sep 19 14:21:06 2022 +0200
  27. d52796d clk: versal: Enable clock driver for Versal NET by Jay Buddhabhatti · Mon Sep 19 14:21:05 2022 +0200
  28. 06995c4 spi: zynqmp_gqspi: Add support for Versal NET by Michal Simek · Mon Sep 19 14:21:04 2022 +0200
  29. 2895a22 spi: cadence_qspi: Add support for Versal NET platform by Michal Simek · Mon Sep 19 14:21:03 2022 +0200
  30. fe0e249 sandbox: Convert to use driver model for SCSI by Simon Glass · Wed Sep 21 16:21:46 2022 +0200
  31. 4d3b00d sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · Wed Sep 21 16:21:45 2022 +0200
  32. bfe2c81 sandbox: scsi: Move structs to header file by Simon Glass · Wed Sep 21 16:21:43 2022 +0200
  33. 657efaa sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · Wed Sep 21 16:21:42 2022 +0200
  34. 8cfdea7 sandbox: scsi: Move reply setup out of helper by Simon Glass · Wed Sep 21 16:21:41 2022 +0200
  35. 4313c3e sandbox: scsi: Move file size into shared struct by Simon Glass · Wed Sep 21 16:21:40 2022 +0200
  36. d0962c9 sandbox: scsi: Move block size into shared struct by Simon Glass · Wed Sep 21 16:21:39 2022 +0200
  37. 37884f0 scsi: Move vendor/product info into the shared struct by Simon Glass · Wed Sep 21 16:21:38 2022 +0200
  38. 293c43f sandbox: Move buffer to scsi_emul_info by Simon Glass · Wed Sep 21 16:21:37 2022 +0200
  39. 4c92a4d scsi: Move core emulation state into a new struct by Simon Glass · Wed Sep 21 16:21:36 2022 +0200
  40. e6e05ad scsi: Move cmd_phase enum to the header by Simon Glass · Wed Sep 21 16:21:35 2022 +0200
  41. e241fc3 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · Wed Sep 21 16:21:34 2022 +0200
  42. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  43. 8e67a8a serial: Call flush() before changing baudrate by Pali Rohár · Mon Sep 05 11:31:20 2022 +0200
  44. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · Mon Sep 05 11:31:19 2022 +0200
  45. 9c9ceca serial: Implement flush callback by Pali Rohár · Mon Sep 05 11:31:18 2022 +0200
  46. e917a0b ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds by Pali Rohár · Fri Sep 09 17:32:45 2022 +0200
  47. af69602 ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit mode by Pali Rohár · Fri Sep 09 17:32:44 2022 +0200
  48. ba471ba ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_t by Pali Rohár · Fri Sep 09 17:32:43 2022 +0200
  49. 7624a41 ddr: fsl: Fix checking for maximal mappable memory by Pali Rohár · Fri Sep 09 17:32:42 2022 +0200
  50. 8626414 cpu: add basic cpu driver for MediaTek ARM chips by developer · Fri Sep 09 20:00:16 2022 +0800
  51. 79128da clk: mediatek: add clock driver support for MediaTek MT7981 SoC by developer · Fri Sep 09 20:00:12 2022 +0800
  52. 37161fe clk: mediatek: add clock driver support for MediaTek MT7986 SoC by developer · Fri Sep 09 20:00:09 2022 +0800
  53. f724f11 clk: mediatek: add CLK_XTAL support for clock driver by developer · Fri Sep 09 20:00:07 2022 +0800
  54. ad5b075 clk: mediatek: add infrasys clock mux support by developer · Fri Sep 09 20:00:04 2022 +0800
  55. fd47f76 clk: mediatek: add support to configure clock driver parent by developer · Fri Sep 09 20:00:01 2022 +0800
  56. 2dc4caa clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock parent of xtal clock by developer · Fri Sep 09 19:59:59 2022 +0800
  57. 6fa7ae1 pinctrl: mediatek: add pinctrl driver for MT7986 SoC by developer · Fri Sep 09 19:59:57 2022 +0800
  58. 2207335 pinctrl: mediatek: add pinctrl driver for MT7981 SoC by developer · Fri Sep 09 19:59:55 2022 +0800
  59. 301212f i2c: add support for MediaTek I2C interface by developer · Fri Sep 09 19:59:48 2022 +0800
  60. 2420220 spi: add support for MediaTek spi-mem controller by developer · Fri Sep 09 19:59:45 2022 +0800
  61. 9798c41 watchdog: mediatek: add support for MediaTek MT7986 SoC by developer · Fri Sep 09 19:59:43 2022 +0800
  62. 0e08eed timer: mtk: add support for MediaTek MT7981/MT7986 SoCs by developer · Fri Sep 09 19:59:41 2022 +0800
  63. 910cce7 pwm: mtk: add support for MediaTek MT7981 SoC by developer · Fri Sep 09 19:59:38 2022 +0800
  64. 38f7533 pwm: mtk: add support for MediaTek MT7986 SoC by developer · Fri Sep 09 19:59:36 2022 +0800
  65. 0dc720a serial: mtk: add support for using dynamic baud clock souce by developer · Fri Sep 09 19:59:31 2022 +0800
  66. 053929c net: mediatek: add support for MediaTek MT7981/MT7986 by developer · Fri Sep 09 19:59:28 2022 +0800
  67. a7cdebf net: mediatek: add support for PDMA v2 by developer · Fri Sep 09 19:59:26 2022 +0800
  68. 65089f7 net: mediatek: stop using bitfileds for DMA descriptors by developer · Fri Sep 09 19:59:24 2022 +0800
  69. 1d3b1f6 net: mediatek: use a struct to cover variations of all SoCs by developer · Fri Sep 09 19:59:21 2022 +0800
  70. 1b0c7ed mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCs by developer · Fri Sep 09 19:59:19 2022 +0800
  71. 0c8961e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Tue Sep 20 08:50:07 2022 -0400
  72. 06ad78d Merge tag 'u-boot-at91-2023.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Tue Sep 20 08:49:36 2022 -0400
  73. 537f018 timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support by Stefan Roese · Thu Sep 15 16:20:38 2022 +0200
  74. 70280f2 timer: orion-timer: Add support for other Armada SoC's by Stefan Roese · Thu Sep 15 16:20:37 2022 +0200
  75. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  76. adbd4ec usb: gadget: designware-udc: Drop the driver by Marek Vasut · Tue Aug 23 19:06:50 2022 +0200
  77. 034a740 usb: Kconfig: Fix typo in SPL_DM_USB text by Fabio Estevam · Sat Sep 17 20:28:29 2022 -0300
  78. 8a95a9f Merge tag 'u-boot-imx-20220919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Sep 19 08:38:32 2022 -0400
  79. 219a5fd pinctrl: at91-pio4: Add support for pinctrl config subnodes by Sergiu Moga · Thu Sep 01 17:22:42 2022 +0300
  80. f700954 pinctrl: at91-pio4: Bind GPIO driver to the pinctrl DT node by Sergiu Moga · Thu Sep 01 17:22:41 2022 +0300
  81. d469b1a clk: at91: sam9x60: change parent clock from mck_pres to mck_div by Mihai Sain · Tue Jul 19 16:51:59 2022 +0300
  82. e554c3e mmc: atmel_sdhci: re-enable sdhci after SD Card re-insertion by Sergiu Moga · Wed Jun 22 16:30:47 2022 +0300
  83. aee1532 serial: mxc: have putc use the TXFIFO by Johannes Schneider · Tue Sep 06 14:15:04 2022 +0200
  84. ba98bef serial: mxc: enable the RX pipeline by Johannes Schneider · Tue Sep 06 14:15:03 2022 +0200
  85. 154e7dd imx8m: ddrphy_utils: Remove unused file by Marek Vasut · Fri Aug 19 13:02:23 2022 +0200
  86. 609892f crypto/fsl: fsl_hash: Fix crash in flush dcache by Gaurav Jain · Fri Jul 29 15:32:23 2022 +0530
  87. 5258edd RAM: Add changes for i.MXRT11xx series by Jesse Taube · Tue Jul 26 01:43:44 2022 -0400
  88. 60a71f6 clk: imx: Add initial support for i.MXRT1170 clock driver by Jesse Taube · Tue Jul 26 01:43:43 2022 -0400
  89. 4303cd1 clk: imx: Add i.MXRT11xx pllv3 variant by Jesse Taube · Tue Jul 26 01:43:42 2022 -0400
  90. 03144ae Merge branch 'mpc85xx-for-v2022.10-rc5' of https://source.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · Sun Sep 18 11:41:08 2022 -0400
  91. 0c83c0e timer: orion-timer: Use timer_conv_64() to fix timer wrap around by Stefan Roese · Thu Sep 15 16:20:36 2022 +0200
  92. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  93. cce2472 watchdog: Integrate watchdog triggering into the cyclic framework by Stefan Roese · Thu Aug 18 13:22:46 2022 +0200
  94. 7e6a4ee mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS by Pali Rohár · Fri Aug 05 22:09:41 2022 +0200
  95. ee0fdb4 mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location by Pali Rohár · Fri Aug 05 22:09:39 2022 +0200
  96. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  97. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  98. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · Thu Aug 11 19:34:57 2022 -0600
  99. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · Thu Aug 11 19:34:56 2022 -0600
  100. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600