1. 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
  2. 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
  3. 537f018 timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support by Stefan Roese · Thu Sep 15 16:20:38 2022 +0200
  4. 70280f2 timer: orion-timer: Add support for other Armada SoC's by Stefan Roese · Thu Sep 15 16:20:37 2022 +0200
  5. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  6. 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
  7. 219a5fd pinctrl: at91-pio4: Add support for pinctrl config subnodes by Sergiu Moga · Thu Sep 01 17:22:42 2022 +0300
  8. f700954 pinctrl: at91-pio4: Bind GPIO driver to the pinctrl DT node by Sergiu Moga · Thu Sep 01 17:22:41 2022 +0300
  9. d469b1a clk: at91: sam9x60: change parent clock from mck_pres to mck_div by Mihai Sain · Tue Jul 19 16:51:59 2022 +0300
  10. e554c3e mmc: atmel_sdhci: re-enable sdhci after SD Card re-insertion by Sergiu Moga · Wed Jun 22 16:30:47 2022 +0300
  11. aee1532 serial: mxc: have putc use the TXFIFO by Johannes Schneider · Tue Sep 06 14:15:04 2022 +0200
  12. ba98bef serial: mxc: enable the RX pipeline by Johannes Schneider · Tue Sep 06 14:15:03 2022 +0200
  13. 154e7dd imx8m: ddrphy_utils: Remove unused file by Marek Vasut · Fri Aug 19 13:02:23 2022 +0200
  14. 609892f crypto/fsl: fsl_hash: Fix crash in flush dcache by Gaurav Jain · Fri Jul 29 15:32:23 2022 +0530
  15. 5258edd RAM: Add changes for i.MXRT11xx series by Jesse Taube · Tue Jul 26 01:43:44 2022 -0400
  16. 60a71f6 clk: imx: Add initial support for i.MXRT1170 clock driver by Jesse Taube · Tue Jul 26 01:43:43 2022 -0400
  17. 4303cd1 clk: imx: Add i.MXRT11xx pllv3 variant by Jesse Taube · Tue Jul 26 01:43:42 2022 -0400
  18. 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
  19. 0c83c0e timer: orion-timer: Use timer_conv_64() to fix timer wrap around by Stefan Roese · Thu Sep 15 16:20:36 2022 +0200
  20. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  21. cce2472 watchdog: Integrate watchdog triggering into the cyclic framework by Stefan Roese · Thu Aug 18 13:22:46 2022 +0200
  22. 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
  23. 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
  24. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  25. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  26. 95e6e03 blk: Rewrite if_type to name functions by Simon Glass · Thu Aug 11 19:34:57 2022 -0600
  27. b00361a blk: Rename var in blk_get_devnum_by_typename() by Simon Glass · Thu Aug 11 19:34:56 2022 -0600
  28. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600
  29. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · Thu Aug 11 19:34:54 2022 -0600
  30. 0cdb293 ide: Use a flag for an ATAPI device by Simon Glass · Thu Aug 11 19:34:53 2022 -0600
  31. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · Thu Aug 11 19:34:52 2022 -0600
  32. 0bfaf58 blk: Hide the BLK and SPL_LEGACY_BLOCK options by Simon Glass · Thu Aug 11 19:34:51 2022 -0600
  33. e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · Thu Aug 11 19:34:49 2022 -0600
  34. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  35. bfbd849 blk: Drop unnecessary #ifdef in in blk_legacy by Simon Glass · Thu Aug 11 19:34:47 2022 -0600
  36. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  37. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · Thu Aug 11 19:34:44 2022 -0600
  38. 952c0fe ata: Fix an instance of SPL_SATA_SUPPORT by Simon Glass · Thu Aug 11 19:34:42 2022 -0600
  39. a78e906 blk: Enable CONFIG_BLK for all media by Simon Glass · Thu Aug 11 19:34:41 2022 -0600
  40. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · Tue Aug 30 14:09:14 2022 +0200
  41. 866dfea pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's name by Patrice Chotard · Tue Aug 30 14:09:13 2022 +0200
  42. eb8f3a7 gpio: Fix pin's status display for pin with GPIOF_UNUSED function by Patrice Chotard · Tue Aug 30 14:09:12 2022 +0200
  43. 8b1310e gpio: Allow to print pin's label even for pin with GPIOF_FUNC function by Patrice Chotard · Tue Aug 30 14:09:11 2022 +0200
  44. ba650ed virtio: pci: fix bug of virtio_pci_map_capability by Xiang W · Mon Aug 29 07:53:15 2022 +0800
  45. d34dab6 nvme: Fix multipage prp-list by Alexander Sowarka · Sun Aug 28 21:30:20 2022 +0200
  46. feb3f9b i2c: stm32: fix usage of rise/fall device tree properties by Jorge Ramirez-Ortiz · Mon Sep 12 10:42:01 2022 +0200
  47. ef8d2a2 i2c: stm32: do not set the STOP condition on error by Alain Volmat · Mon Sep 12 10:42:00 2022 +0200
  48. 36fa3bb i2c: stm32: remove unused stop parameter in start & reload handling by Alain Volmat · Mon Sep 12 10:41:59 2022 +0200
  49. 110efab i2c: stm32: fix comment and remove unused AUTOEND bit by Alain Volmat · Mon Sep 12 10:41:58 2022 +0200
  50. ddba62c i2c: stm32f7: fix clearing the control register by Jorge Ramirez-Ortiz · Mon Aug 15 16:52:10 2022 +0200
  51. 320c850 drivers: rng: optee_rng: register to CONFIG_OPTEE_SERVICE_DISCOVERY by Etienne Carriere · Tue Jul 26 16:21:43 2022 +0200
  52. 523a951 drivers: tee: optee: discover OP-TEE services by Etienne Carriere · Tue Jul 26 16:21:42 2022 +0200
  53. 7d26e74 drivers: tee: optee: remove unused probe local variable by Etienne Carriere · Tue Jul 26 16:21:41 2022 +0200
  54. cbd4509 misc: usb251xb: Support 8/16 bit device tree values by Stefan Herbrechtsmeier · Tue Jun 14 15:21:31 2022 +0200
  55. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  56. af7852c mtd: spi-nor-ids: Add Winbond W25Q512JVQ ID by Chin-Ting Kuo · Fri Aug 19 17:01:15 2022 +0800
  57. 2f2a7bc spi: aspeed: Clock frequency adjustment support by Chin-Ting Kuo · Fri Aug 19 17:01:14 2022 +0800
  58. 12f35e3 spi: aspeed: Support customized decoded address ranges by Chin-Ting Kuo · Fri Aug 19 17:01:13 2022 +0800
  59. d1d43d6 spi: aspeed: Adjust decoded range size support by Chin-Ting Kuo · Fri Aug 19 17:01:12 2022 +0800
  60. 68cc307 spi: aspeed: SPI dirmap read support by Chin-Ting Kuo · Fri Aug 19 17:01:10 2022 +0800
  61. 77636df mtd: spi-nor: Use spi-mem dirmap API by Chin-Ting Kuo · Fri Aug 19 17:01:09 2022 +0800
  62. a891be8 spi-mem: Add dirmap API from Linux by Chin-Ting Kuo · Fri Aug 19 17:01:08 2022 +0800
  63. 4db52a5 spi: aspeed: Support AST2400 platform by Chin-Ting Kuo · Fri Aug 19 17:01:06 2022 +0800
  64. 4d2caaf spi: aspeed: Add ASPEED SPI controller driver by Chin-Ting Kuo · Fri Aug 19 17:01:04 2022 +0800
  65. ac8b2c3 pinctrl: aspeed: FWSPICS1 and SPI1CS1 pin support by Chin-Ting Kuo · Fri Aug 19 17:01:03 2022 +0800
  66. b4c47fd clk: aspeed: Get HCLK frequency support by Chin-Ting Kuo · Fri Aug 19 17:01:02 2022 +0800
  67. 7b4bded spi: zynqmp_qspi: Code alignment by Ashok Reddy Soma · Thu Aug 25 06:59:05 2022 -0600
  68. 2d322cc spi: zynqmp_gqspi: Fix issue of reading more than 32bits length by Ashok Reddy Soma · Thu Aug 25 06:59:04 2022 -0600
  69. 96db8b6 spi: zynqmp_gqspi: Add support for IO mode by Ashok Reddy Soma · Thu Aug 25 06:59:03 2022 -0600
  70. e3c77a6 spi: zynqmp_gqspi: Add tap delays for Versal by Ashok Reddy Soma · Thu Aug 25 06:59:01 2022 -0600
  71. f581765 spi: cadence-qspi: Use priv instead of plat across the driver by Ashok Reddy Soma · Wed Aug 24 05:38:47 2022 -0600
  72. 6c433fd spi: cadence_qspi: Call read_setup for STIG_READ by Ashok Reddy Soma · Wed Aug 24 05:38:46 2022 -0600
  73. ad269af spi: cadence-qspi: Correct flash reset function name by Ashok Reddy Soma · Wed Aug 24 05:38:45 2022 -0600
  74. 5fa89c1 cpu: microblaze: add error handling in microblaze_cpu_get_desc() by Ovidiu Panait · Mon Aug 29 20:02:03 2022 +0300
  75. a170e43 net: gem: Check rate before setting it up by Michal Simek · Fri Aug 26 10:30:47 2022 +0200
  76. 0569d5f firmware: zynqmp: Skip loading config object for Versal by Ashok Reddy Soma · Fri Aug 05 11:19:56 2022 +0200
  77. fb7fcc2 fpga: zynq: Remove post config info message for SPL by Stefan Herbrechtsmeier · Mon Aug 08 16:53:31 2022 +0200
  78. 10ff288 zynq: Convert arm twd timer to DM driver by Stefan Herbrechtsmeier · Fri Aug 05 08:16:28 2022 +0200
  79. e07c1f2 Merge tag 'u-boot-stm32-20220907' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Sep 08 08:33:41 2022 -0400
  80. 9a2c773 net: fm: Add support for FIT firmware by Sean Anderson · Wed Sep 07 13:44:55 2022 +0800
  81. 4b2c94f net: Convert fit verification to use fit_get_data_* by Sean Anderson · Tue Aug 16 11:16:06 2022 -0400
  82. 733fa0d Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Tue Sep 06 09:01:39 2022 -0400
  83. b732a43 Merge tag 'fsl-qoriq-2022-9-6' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Tue Sep 06 08:59:51 2022 -0400
  84. 4a1b083 clk: stm32mp: handle ck_usbo_48m clock provided by USBPHYC by Patrick Delaunay · Tue Apr 26 14:37:49 2022 +0200
  85. 77c3005 phy: stm32-usbphyc: usbphyc is a clock provider of ck_usbo_48m clock by Patrick Delaunay · Tue Apr 26 14:37:48 2022 +0200
  86. b6db7e8 phy: stm32-usbphyc: add counter of PLL consumer by Patrick Delaunay · Tue Apr 26 14:37:47 2022 +0200
  87. f718707 RISC-V: enable CONFIG_SYSRESET_SBI by default by Heinrich Schuchardt · Mon Sep 05 16:40:49 2022 +0200
  88. 13d7170 dt-bindings: clock: sifive: sync FU740 PRCI clock binding header by Icenowy Zheng · Thu Aug 25 16:11:18 2022 +0800
  89. 25b798e net: enetc: Fix use after free issue in fsl_enetc.c by Siarhei Yasinski · Wed Aug 31 10:57:37 2022 +0000
  90. a072a6c ddr: fsl: Make bank_addr_bits reflect actual bits by Sean Anderson · Tue Aug 30 17:01:07 2022 -0400
  91. 0db746c ddr: fsl: Reduce the size of interactive options by Sean Anderson · Tue Aug 30 16:54:39 2022 -0400
  92. 61abc75 Merge tag 'u-boot-rockchip-20220905' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Sep 04 22:35:40 2022 -0400
  93. 8478944 clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000 by Michal Suchanek · Sun Aug 21 09:17:24 2022 +0200
  94. 29cbb30 ram: rk3399: Conduct memory training at 400MHz by Lee Jones · Thu Aug 11 08:58:48 2022 +0100
  95. 9e33401 ram: rk3399: Fix faulty frequency change reports by Lee Jones · Thu Aug 11 08:58:47 2022 +0100
  96. d3cb513 ram: rk3399: Fix .set_rate_index() error handling by Lee Jones · Thu Aug 11 08:58:46 2022 +0100
  97. f6a9929 drivers: ram: rockchip: Fix dram channels calculation for rk3399 by Han Pengfei · Sun May 15 14:11:59 2022 +0800
  98. 5cdc6f9 Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Sat Sep 03 14:55:37 2022 -0400
  99. 35144d2 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Sep 03 14:55:24 2022 -0400
  100. 3f7a73a tpm: Implement state command for Cr50 by Simon Glass · Tue Aug 30 21:05:37 2022 -0600