1. 3d71b2d spi: cadence-qspi: reset qspi flash for versal platform by T Karthik Reddy · Thu May 12 04:05:33 2022 -0600
  2. 73701e7 arm64: versal: Add versal specific cadence ospi driver by T Karthik Reddy · Thu May 12 04:05:32 2022 -0600
  3. 8cc7e7e spi: cadence-qspi: move cadence qspi macros to header file by T Karthik Reddy · Thu May 12 04:05:31 2022 -0600
  4. 836ccf9 mtd: spi-nor-ids: Add support for flashes tested by xilinx by Ashok Reddy Soma · Wed May 25 10:47:12 2022 +0530
  5. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  6. 8d2bea4 timer: Add SPL_REGMAP dependency for Xilinx timer by Michal Simek · Thu Jun 23 13:08:30 2022 +0200
  7. 3ff3bd4 soc: xilinx: zynqmp: Add machine identification support by Stefan Herbrechtsmeier · Mon Jun 20 18:36:43 2022 +0200
  8. 4f2aeb4 soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_read by Stefan Herbrechtsmeier · Mon Jun 20 18:36:42 2022 +0200
  9. 44b9f79 firmware: zynqmp: Probe driver before use by Stefan Herbrechtsmeier · Mon Jun 20 18:36:37 2022 +0200
  10. 4999a14 firmware: zynqmp: Check if rx channel dev pointer is valid by Stefan Herbrechtsmeier · Mon Jun 20 18:36:36 2022 +0200
  11. e8e5277 microblaze: Convert axi timer to DM driver by Michal Simek · Fri Jun 24 14:16:32 2022 +0200
  12. 64be978 cpu: add CPU driver for microblaze by Ovidiu Panait · Tue May 31 21:14:35 2022 +0300
  13. 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · Tue May 31 21:14:32 2022 +0300
  14. fd8a016 cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · Tue May 31 21:14:23 2022 +0300
  15. 9280783 pinctrl: zynqmp: Add support for output-enable and bias-high-impedance by Ashok Reddy Soma · Wed Jun 15 11:52:28 2022 +0200
  16. 3b9271a serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · Mon Jun 06 09:44:01 2022 +0200
  17. cff1084 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · Tue May 10 13:26:10 2022 +0200
  18. 4a3f40b net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver by T Karthik Reddy · Tue May 10 13:26:09 2022 +0200
  19. 7377d1f Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next by Tom Rini · Thu Jun 23 14:30:27 2022 -0400
  20. 741ca70 drivers: rng: add smccc trng driver by Etienne Carriere · Wed Jun 01 10:27:34 2022 +0200
  21. 73b4eaf firmware: psci: bind arm smccc features when discovered by Etienne Carriere · Wed Jun 01 10:27:33 2022 +0200
  22. fe24380 firmware: psci: reorder header files inclusion by Etienne Carriere · Wed Jun 01 10:27:32 2022 +0200
  23. 76b690a firmware: scmi: use multi channel in mailbox, optee and smccc agents by Etienne Carriere · Tue May 31 18:09:29 2022 +0200
  24. ebc2b1e power: regulator: scmi: simplify scmi_voltd_set_enable() by Etienne Carriere · Tue May 31 18:09:28 2022 +0200
  25. 95dce1a power: regulator: scmi: support SCMI multi-channel by Etienne Carriere · Tue May 31 18:09:27 2022 +0200
  26. 5f35e28 reset: scmi: support SCMI multi-channel by Etienne Carriere · Tue May 31 18:09:26 2022 +0200
  27. 528f988 clk: scmi: support SCMI multi-channel by Etienne Carriere · Tue May 31 18:09:25 2022 +0200
  28. 6ae5644 firmware: scmi: optee transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:24 2022 +0200
  29. f28df1d firmware: scmi: smccc transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:23 2022 +0200
  30. 274c0c2 firmware: scmi: mailbox transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:22 2022 +0200
  31. 187cea1 firmware: scmi: add multi-channel support by Etienne Carriere · Tue May 31 18:09:21 2022 +0200
  32. 2ee6458 firmware: scmi: factorize scmi transport look up by Etienne Carriere · Tue May 31 18:09:20 2022 +0200
  33. 0544029 firmware: scmi: prepare uclass to pass channel reference by Etienne Carriere · Tue May 31 18:09:19 2022 +0200
  34. a1e8751 firmware: scmi: prepare scmi uclass API to multi-channel by Etienne Carriere · Tue May 31 18:09:18 2022 +0200
  35. d3fd32f firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNEL by Etienne Carriere · Tue May 31 18:09:17 2022 +0200
  36. c624c97 firmware: scmi: optee: use TEE shared memory for SCMI messages by Etienne Carriere · Tue May 31 18:09:16 2022 +0200
  37. 451b8b1 sandbox: Implement fuzzing engine driver by Andrew Scull · Mon May 30 10:00:12 2022 +0000
  38. d1d2c57 fuzzing_engine: Add fuzzing engine uclass by Andrew Scull · Mon May 30 10:00:08 2022 +0000
  39. 1806577 serial: sandbox: Fix buffer underflow in puts by Andrew Scull · Mon May 30 10:00:01 2022 +0000
  40. fab2eff misc: nuvoton: Add NPCM7xx otp controller driver by Jim Liu · Tue Jun 07 16:33:54 2022 +0800
  41. 74dbae2 crypto: nuvoton: Add NPCM7xx SHA driver by Jim Liu · Tue Jun 07 16:32:09 2022 +0800
  42. 3bfce8c crypto: nuvoton: Add NPCM7xx AES driver by Jim Liu · Tue Jun 07 16:32:08 2022 +0800
  43. 2ccea3a spi: gxp_spi: Add GXP SPI controller driver by Nick Hawkins · Wed Jun 08 16:21:36 2022 -0500
  44. 3cd8cfb timer: gxp: Add HPE GXP timer support by Nick Hawkins · Wed Jun 08 16:21:35 2022 -0500
  45. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  46. 572f41f Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Mon Jun 20 08:09:24 2022 -0400
  47. 3a672d6 mmc: fsl_esdhc: Add new config option for default fallback mode by Pali Rohár · Wed May 11 20:27:13 2022 +0200
  48. 39a43b0 mmc: fsl_esdhc: Set fallback mode to 1-bit by Pali Rohár · Wed May 11 20:27:12 2022 +0200
  49. 5d6e6e4 mtd: rawnand: fsl_elbc: Fix DM support in DTS code path by Pali Rohár · Mon May 02 18:28:08 2022 +0200
  50. 6b39d35 arm: layerscape: Add sfp driver by Sean Anderson · Fri Apr 22 14:34:18 2022 -0400
  51. f1796c6 Merge commit '32e0379143b433e29d76404f5f4c279067e48853' of https://github.com/tienfong/uboot_mainline by Tom Rini · Fri Jun 17 09:35:28 2022 -0400
  52. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  53. 6b4490c misc: stm32mp13: introduce STM32MP13 RCC driver by Patrick Delaunay · Thu May 19 17:56:46 2022 +0200
  54. 1242761 clk: Add directory for STM32 clock drivers by Patrick Delaunay · Thu May 19 17:56:45 2022 +0200
  55. 6be3ccc mmc: stm32_sdmmc2: make reset property optional by Patrick Delaunay · Fri May 20 18:24:51 2022 +0200
  56. b5bb08d ram: stm32mp1: add support of STM32MP13x by Patrick Delaunay · Fri May 20 18:24:50 2022 +0200
  57. eeea5ec ddr: altera: soc64: Integer fix overflow that caused DDR size mismatched by Dinesh Maniyam · Wed Jun 01 18:49:02 2022 +0800
  58. ce75700 drivers: cache: ncore: Disable snoop filter by Dinesh Maniyam · Wed Jun 01 15:57:25 2022 +0800
  59. fd65f0a pinctrl: stm32: add support of STM32MP135 by Patrick Delaunay · Fri May 20 18:24:48 2022 +0200
  60. fbcb8f0 usb: host: ehci-generic: Make resets and clocks optional by Andre Przywara · Wed Jun 08 00:42:22 2022 +0100
  61. 3a5ba92 crypto: fsl_hash: Remove unnecessary alignment check in caam_hash() by Stefan Roese · Fri Apr 29 15:34:44 2022 +0200
  62. ec483b1 Merge tag 'u-boot-imx-20220616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Jun 16 08:38:46 2022 -0400
  63. 851c724 ddr: altera: Stratix10: Use phys_size_t for memory size by Tien Fong Chee · Wed Apr 27 12:52:42 2022 +0800
  64. 7bcd663 ddr: altera: Ignore bit[7-4] for both seq2core & core2seq handshake in HPS by Tien Fong Chee · Wed Apr 27 12:27:21 2022 +0800
  65. f8d37a5 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · Wed Jun 15 23:11:30 2022 -0400
  66. 277f1f4 intel: n5x: ddr: update license by Tien Fong Chee · Fri Jun 10 19:18:00 2022 +0800
  67. 9b4a3e5 spi: nxp_fspi: Fix clock imbalance by Marek Vasut · Mon Jun 13 14:35:25 2022 +0200
  68. 233c373 mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops by Loic Poulain · Thu May 26 16:37:22 2022 +0200
  69. 9c32f4f mmc: Add support for wait_dat0 callback by Loic Poulain · Thu May 26 16:37:21 2022 +0200
  70. 6452b89 mmc: fix error message for unaligned erase request by Patrick Delaunay · Tue Feb 15 16:23:22 2022 +0100
  71. b1452ea clk: imx8mp: use usb_core_ref for usb_root_clk by Andrey Zhizhikin · Fri Jun 03 17:15:22 2022 +0200
  72. fa9087c clk: imx8mp: fix root clock names for ecspi by Andrey Zhizhikin · Fri Jun 03 17:15:21 2022 +0200
  73. d671dcb phy: adin: add support for clock output by Josua Mayer · Thu May 19 12:31:57 2022 +0300
  74. 021dacc phy: adin: fix broken support for adi, phy-mode-override by Nate Drude · Thu May 19 12:31:56 2022 +0300
  75. 593539c pmic: pca9450: add DM_I2C dependencies in Kconfig by Rasmus Villemoes · Tue May 03 10:58:06 2022 +0200
  76. 85ccc37 arm: tegra: Update some DT compatibles by Peter Robinson · Tue May 03 09:32:54 2022 +0100
  77. b1f9272 pci: tegra: Update error prints with new lines by Peter Robinson · Tue May 03 09:29:22 2022 +0100
  78. 878fe83 firmware: ti_sci_static_data: add static DMA chan data by Vignesh Raghavendra · Wed May 25 13:38:45 2022 +0530
  79. 8ad3d20 dma: ti: Add PSIL data for AM62x DMASS by Vignesh Raghavendra · Wed May 25 13:38:44 2022 +0530
  80. a9768c9 arm: mach-k3: am62: Introduce autogenerated SoC data by Suman Anna · Wed May 25 13:38:43 2022 +0530
  81. 27fa412 arm: mach-k3: Introduce the basic files to support AM62 by Suman Anna · Wed May 25 13:38:42 2022 +0530
  82. 3fbd35f soc: ti: k3-socinfo: Add entry for AM62X SoC family by Suman Anna · Wed May 25 13:38:41 2022 +0530
  83. 71b9a7b drivers: mmc: am654_sdhci: Add new compatible for AM62 SoC by Aswath Govindraju · Wed May 25 13:38:39 2022 +0530
  84. fe505c7 rng: nuvoton: Add NPCM7xx rng driver by Jim Liu · Tue May 24 16:56:57 2022 +0800
  85. a5ab5e1 spi: synquacer: simplify tx completion checking by Masahisa Kojima · Tue May 17 17:41:39 2022 +0900
  86. 7112541 spi: synquacer: DMSTART bit must not be set while transferring by Masahisa Kojima · Tue May 17 17:41:38 2022 +0900
  87. 05c284e spi: synquacer: wait until slave is deselected by Masahisa Kojima · Tue May 17 17:41:37 2022 +0900
  88. cfa0aeb spi: synquacer: busy variable must be initialized before use by Masahisa Kojima · Tue May 17 17:41:36 2022 +0900
  89. d949c12 pinctrl: nuvoton: Add NPCM7xx pinctrl driver by Jim Liu · Tue May 17 16:30:32 2022 +0800
  90. 13652b8 test: Load mac address using misc device by Sean Anderson · Thu May 05 13:11:44 2022 -0400
  91. 5768e8b test: Load mac address using RTC by Sean Anderson · Thu May 05 13:11:43 2022 -0400
  92. e2dc0e6 test: Load mac address with i2c eeprom by Sean Anderson · Thu May 05 13:11:42 2022 -0400
  93. 77c6629 misc: Add support for nvmem cells by Sean Anderson · Thu May 05 13:11:39 2022 -0400
  94. 4a55f9d misc: i2c_eeprom: Make i2c_eeprom_write use a const buf by Sean Anderson · Thu May 05 13:11:37 2022 -0400
  95. 5d7af61 sandbox: net: Remove fake-host-hwaddr by Sean Anderson · Thu May 05 13:11:33 2022 -0400
  96. 50d11fd virtio: rng: Check length before copying by Andrew Scull · Mon May 16 10:41:39 2022 +0000
  97. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · Mon May 16 10:41:37 2022 +0000
  98. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · Mon May 16 10:41:34 2022 +0000
  99. c282bdb virtio_ring: Check used descriptors are chain heads by Andrew Scull · Mon May 16 10:41:32 2022 +0000
  100. 594d2a6 virtio_ring: Maintain a shadow copy of descriptors by Andrew Scull · Mon May 16 10:41:31 2022 +0000