1. 6103465 mtd: spi-nor-core: Move SFDP related declarations to top by Pratyush Yadav · Sat Jun 26 00:47:12 2021 +0530
  2. 28d20db mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · Sat Jun 26 00:47:11 2021 +0530
  3. 6ab0762 mtd: spi-nor-core: Fix address width on flash chips > 16MB by Pratyush Yadav · Sat Jun 26 00:47:10 2021 +0530
  4. e1814ad spi: cadence-qspi: Add support for octal DTR flashes by Pratyush Yadav · Sat Jun 26 00:47:09 2021 +0530
  5. 8dcf3e2 spi: cadence-qspi: Add a small delay before indirect writes by Pratyush Yadav · Sat Jun 26 00:47:08 2021 +0530
  6. 8e0be9e spi: cadence-qspi: Do not calibrate when device tree sets read delay by Pratyush Yadav · Sat Jun 26 00:47:07 2021 +0530
  7. 8c8452c spi: spi-mem: add spi_mem_dtr_supports_op() by Pratyush Yadav · Sat Jun 26 00:47:06 2021 +0530
  8. 8b0a2ac spi: spi-mem: export spi_mem_default_supports_op() by Pratyush Yadav · Sat Jun 26 00:47:05 2021 +0530
  9. ed08485 spi: spi-mem: allow specifying a command's extension by Pratyush Yadav · Sat Jun 26 00:47:04 2021 +0530
  10. 87a6db3 spi: spi-mem: allow specifying whether an op is DTR or not by Pratyush Yadav · Sat Jun 26 00:47:03 2021 +0530
  11. c93136b spi: Add MXIC controller driver by Zhengxun · Wed Jun 23 17:15:15 2021 +0000
  12. eea5046 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Thu Jun 24 11:11:13 2021 -0400
  13. 397aaa9 cmd: mtd: expand <name> argument definition in command help by Marek Behún · Wed May 26 14:08:26 2021 +0200
  14. f96299f mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · Wed May 26 14:08:25 2021 +0200
  15. c677428 cmd: mtd: print device OF path in listing by Marek Behún · Wed May 26 14:08:24 2021 +0200
  16. db3ce1f mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · Wed May 26 14:08:23 2021 +0200
  17. 3246ae2 mtd: remove mtd_probe() function by Marek Behún · Wed May 26 14:08:22 2021 +0200
  18. d37eb23 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · Wed May 26 14:08:21 2021 +0200
  19. c1fcc14 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · Wed May 26 14:08:20 2021 +0200
  20. 544a8c9 mtd: add support for parsing partitions defined in OF by Marek Behún · Wed May 26 14:08:19 2021 +0200
  21. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  22. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · Wed May 26 14:08:17 2021 +0200
  23. 4b017b9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · Mon Jun 07 16:19:15 2021 +0800
  24. c8c9528 mtd: spi-nor-ids: Add Macronix MX66UW2G345G by zhengxun · Tue Mar 23 13:16:47 2021 +0000
  25. a9b3269 ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings by Vignesh Raghavendra · Mon Jun 14 14:12:39 2021 +0530
  26. ce92768 Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · Sat Jun 19 08:20:12 2021 -0400
  27. 5dd7530 Merge tag 'u-boot-stm32-20210618' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Fri Jun 18 13:18:29 2021 -0400
  28. b9c3214 clk: cosmetic change in uclass by Patrick Delaunay · Tue Apr 27 10:57:54 2021 +0200
  29. c7e9a11 stm32mp: stm32prog: handle dfu error by Patrick Delaunay · Tue May 18 15:12:13 2021 +0200
  30. f135735 dfu: add error callback by Patrick Delaunay · Tue May 18 15:12:12 2021 +0200
  31. be7d21e stm32mp: stm32prog: change one message level to debug by Patrick Delaunay · Tue May 18 15:12:11 2021 +0200
  32. 7ef09a3 stm32mp: stm32prog: use get_cpu_dev for GetID command by Patrick Delaunay · Tue May 18 15:12:10 2021 +0200
  33. 7d14540 stm32mp: stm32prog: correctly handle DM_PMIC by Patrick Delaunay · Tue May 18 15:12:09 2021 +0200
  34. e23d98e stm32mp: stm32prog: handle the next phase after USB re-enumeration by Patrick Delaunay · Tue May 18 15:12:08 2021 +0200
  35. 3a44a07 stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE by Patrick Delaunay · Tue May 18 15:12:07 2021 +0200
  36. ab198fe stm32mp: stm32prog: add support of initrd in flashlayout by Patrick Delaunay · Tue May 18 15:12:06 2021 +0200
  37. 4daf994 stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer by Patrick Delaunay · Tue May 18 15:12:05 2021 +0200
  38. f67fd84 stm32mp: stm32prog: remove all the header check for UART download by Patrick Delaunay · Tue May 18 15:12:04 2021 +0200
  39. 00cf4a8 board: stm32mp1: correct the property name for eth by Patrick Delaunay · Fri Jun 04 18:25:55 2021 +0200
  40. 97f69af dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices by Patrick Delaunay · Thu Mar 04 17:47:56 2021 +0100
  41. 485b4b1 spi: stm32_qspi: Fix short data write operation by Daniil Stas · Sun May 23 22:24:49 2021 +0000
  42. 9e9021e mtd: nand: NFC drivers for RK3308, RK2928 and others by Yifeng Zhao · Mon Jun 07 16:40:29 2021 +0800
  43. 3227ecb configs: rockchip: rk3399: Khadas Edge add USB OHCI by Artem Lapkin · Mon Jun 07 11:45:05 2021 +0800
  44. f359003 ARM64: rockchip: evb_rk3399: add usb ohci definations by Artem Lapkin · Mon Jun 07 11:45:04 2021 +0800
  45. 7df6464 pci: pcie_dw_rockchip: Replace msleep occurences by udelay by Anand Moon · Sat Jun 05 14:38:43 2021 +0000
  46. d921ad8 pci: pcie_dw_rockchip: Drop the unused variable warning by Anand Moon · Sat Jun 05 14:38:42 2021 +0000
  47. e4e8745 pci: pcie_dw_rockchip: Fixed the below compilation error by Anand Moon · Sat Jun 05 14:38:41 2021 +0000
  48. 1689989 board: rockchip: Add rk3568 evb support by Joseph Chen · Wed Jun 02 16:13:46 2021 +0800
  49. 72cd879 rockchip: Add rk3568 architecture core by Joseph Chen · Wed Jun 02 15:58:25 2021 +0800
  50. c63f2fc rockchip: rk3568: Add sdram driver by Joseph Chen · Wed Jun 02 15:58:24 2021 +0800
  51. 868dc1d arm: dts: rockchip: Add dts for rk3568 evb by Joseph Chen · Wed Jun 02 15:58:23 2021 +0800
  52. 01c32cb arm: dts: Sync rockchip-pinconf.dtsi from kernel by Joseph Chen · Wed Jun 02 15:58:22 2021 +0800
  53. b612b5f rk3399_common: setup fdtoverlay_addr_r value by Artem Lapkin · Wed May 26 17:34:17 2021 +0800
  54. 5be90bb rockchip: rk3568: add clock driver by Elaine Zhang · Wed Jun 02 11:39:24 2021 +0800
  55. 626a537 rockchip: rk3568: add device tree file by Elaine Zhang · Wed May 26 17:01:16 2021 +0800
  56. 885d234 arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPL by Grzegorz Szymaszek · Wed Jun 02 19:09:18 2021 +0200
  57. 56f1fc3 arm: dts: stm32mp157c-odyssey-som: enable the SDMMC2 eMMC HS DDR mode by Grzegorz Szymaszek · Wed Jun 02 19:09:13 2021 +0200
  58. 94409b1 arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply by Grzegorz Szymaszek · Wed Jun 02 19:09:08 2021 +0200
  59. 531d6c5 arm: dts: stm32mp157c-odyssey-som: enable all SDMMC2 data lanes by Grzegorz Szymaszek · Wed Jun 02 19:09:03 2021 +0200
  60. 4bb56c6 arm: dts: stm32mp157c-odyssey-som: fix the basic SDMMC2 properties by Grzegorz Szymaszek · Wed Jun 02 19:08:23 2021 +0200
  61. 490d6dd Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · Thu Jun 17 11:46:44 2021 -0400
  62. 69ad930 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Thu Jun 17 11:46:23 2021 -0400
  63. 0d4b495 test: Add K210 PLL tests to sandbox defconfigs by Sean Anderson · Fri Jun 11 00:16:17 2021 -0400
  64. 2af75a7 k210: Don't imply CCF by Sean Anderson · Fri Jun 11 00:16:16 2021 -0400
  65. e6638b4 k210: dts: Set PLL1 to the same rate as PLL0 by Sean Anderson · Fri Jun 11 00:16:15 2021 -0400
  66. 152919d clk: k210: Move k210 clock out of its own subdirectory by Sean Anderson · Fri Jun 11 00:16:14 2021 -0400
  67. 16d64cd clk: k210: Remove bypass driver by Sean Anderson · Fri Jun 11 00:16:13 2021 -0400
  68. 1a37182 clk: k210: Don't set PLL rates if we are already at the correct rate by Sean Anderson · Fri Jun 11 00:16:12 2021 -0400
  69. 3a29bc6 clk: k210: Re-add support for setting rate by Sean Anderson · Fri Jun 11 00:16:11 2021 -0400
  70. ecf9284 clk: k210: Implement soc_clk_dump by Sean Anderson · Fri Jun 11 00:16:10 2021 -0400
  71. edbe849 clk: k210: Move pll into the rest of the driver by Sean Anderson · Fri Jun 11 00:16:09 2021 -0400
  72. 2957313 clk: k210: Rewrite to remove CCF by Sean Anderson · Fri Jun 11 00:16:08 2021 -0400
  73. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · Fri Jun 11 00:16:07 2021 -0400
  74. 6722614 board: sama5d3_xplained: add Falcon boot support by Michael Opdenacker · Mon May 31 23:23:48 2021 +0200
  75. 858f8d5 configs: sam boards: add hash command by Eugen Hristev · Wed May 26 16:05:57 2021 +0300
  76. 95951fc Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Sun Jun 13 07:48:22 2021 -0400
  77. 27e7250 dma: ti: k3-udma: Add support for native configuration of chan/flow by Vignesh Raghavendra · Mon Jun 07 19:47:53 2021 +0530
  78. ae067e5 soc: ti: k3-navss-ringacc: Add support for native configuration of rings by Vignesh Raghavendra · Mon Jun 07 19:47:52 2021 +0530
  79. 7bd0288 ARM: dts: k3: Add cfg register space for ringacc and udmap by Vignesh Raghavendra · Mon Jun 07 19:47:51 2021 +0530
  80. 9818197 ARM: dts: j72xx-r5-common-proc-board: Add DM firmware node by Vignesh Raghavendra · Mon Jun 07 19:47:50 2021 +0530
  81. aa0e3fc firmware: ti_sci: Add support for Resoure Management at R5 SPL stage. by Vignesh Raghavendra · Mon Jun 07 19:47:49 2021 +0530
  82. 4214a81 firmware: ti_sci: Implement GET_RANGE with static data by Vignesh Raghavendra · Mon Jun 07 19:47:48 2021 +0530
  83. 44ac36b mailbox: k3-sec-proxy: Add DM to DMSC communication thread by Vignesh Raghavendra · Mon Jun 07 19:47:47 2021 +0530
  84. 94388c8 arm: dts: k3-j72xx: correct MCU timer1 frequency by Tero Kristo · Fri Jun 11 11:45:27 2021 +0300
  85. 00624e9 board: ti: j72xx: README: update build instructions and image formats by Tero Kristo · Fri Jun 11 11:45:26 2021 +0300
  86. 4b9a520 configs: j7200_evm_r5: Enable raw access power management features by Dave Gerlach · Fri Jun 11 11:45:25 2021 +0300
  87. beb1c11 configs: j721e_evm_r5: Enable raw access power management features by Tero Kristo · Fri Jun 11 11:45:24 2021 +0300
  88. 9cda54d arm: mach-k3: j721e_init: Force early probe of clk-k3 driver by Dave Gerlach · Fri Jun 11 11:45:23 2021 +0300
  89. 20e4b55 arm: mach-k3: sysfw-loader: pass boardcfg to sciserver by Tero Kristo · Fri Jun 11 11:45:22 2021 +0300
  90. cdd0245 arm: mach-k3: common: Drop main r5 start by Dave Gerlach · Fri Jun 11 11:45:21 2021 +0300
  91. 9b33d51 arm: mach-k3: do board config for PM only if supported by Tero Kristo · Fri Jun 11 11:45:20 2021 +0300
  92. 738c590 arm: mach-k3: add support for detecting firmware images from FIT by Tero Kristo · Fri Jun 11 11:45:19 2021 +0300
  93. 6bf9755 arm: mach-k3: Add platform data for j721e and j7200 by Dave Gerlach · Fri Jun 11 11:45:18 2021 +0300
  94. c3bb6ef tools: k3_fit_atf: add DM binary to the FIT image by Tero Kristo · Fri Jun 11 11:45:17 2021 +0300
  95. f95d3be cmd: ti: pd: Add debug command for K3 power domains by Tero Kristo · Fri Jun 11 11:45:16 2021 +0300
  96. 682c128 power: domain: Introduce driver for raw TI K3 PDs by Tero Kristo · Fri Jun 11 11:45:15 2021 +0300
  97. 82ceb0d clk: add support for TI K3 SoC clocks by Tero Kristo · Fri Jun 11 11:45:14 2021 +0300
  98. 81744b7 clk: add support for TI K3 SoC PLL by Tero Kristo · Fri Jun 11 11:45:13 2021 +0300
  99. 9ab78c1 clk: fix set_rate to clean up cached rates for the hierarchy by Tero Kristo · Fri Jun 11 11:45:12 2021 +0300
  100. d41b2b3 clk: fix assigned-clocks to pass with deferring provider by Tero Kristo · Fri Jun 11 11:45:11 2021 +0300