1. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  2. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  3. 7ec2413 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:48 2024 -0600
  4. 5c1c9ea log: global: Rename warn_non_spl() by Simon Glass · Sun Sep 29 19:49:41 2024 -0600
  5. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  6. ce2b648 Merge patch series "spi: Various Kconfig fixes" by Tom Rini · Wed Oct 09 12:25:39 2024 -0600
  7. a94e31c spi: rockchip_sfc: Select BOUNCE_BUFFER by John Watts · Sat Apr 27 15:40:43 2024 +1000
  8. dbbf343 spi: ca_sflash: Add missing dm include by John Watts · Sat Apr 27 15:40:42 2024 +1000
  9. 8922beb spi: mtk_spim: Remove completion.h include by John Watts · Sat Apr 27 15:40:41 2024 +1000
  10. 60dcbc2 spi: Kconfig: Add some required arch depends for drivers by John Watts · Sat Apr 27 15:40:40 2024 +1000
  11. add6319 Merge patch series "spi-nor: Add parallel and stacked memories support" by Tom Rini · Wed Oct 09 09:02:22 2024 -0600
  12. b74a102 spi: zynq_qspi: Add parallel memories support in QSPI driver by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:07 2024 +0530
  13. f0b9d77 spi: zynqmp_gqspi: Add parallel memories support in GQSPI driver by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:06 2024 +0530
  14. 91b9e37 spi: spi-uclass: Read chipselect and restrict capabilities by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:05 2024 +0530
  15. bc8c88b mtd: spi-nor: Add parallel and stacked memories support by Venkatesh Yadav Abbarapu · Thu Sep 26 10:25:02 2024 +0530
  16. 655ccf5 spi: davinci: Drop the preload of TX buffer before read/writes operations by Bastien Curutchet · Fri Sep 20 10:28:06 2024 +0200
  17. 38f0459 Merge tag 'v2024.10-rc5' into next by Tom Rini · Mon Sep 16 14:48:13 2024 -0600
  18. db7f76d mtd: spi: renesas: Add R-Car Gen4 DT compatible by Marek Vasut · Sat Aug 31 22:31:48 2024 +0200
  19. 9e27479 mtd: spi: renesas: Configure RPC PHY timing registers by Marek Vasut · Sat Aug 31 22:31:47 2024 +0200
  20. fec46b9 mtd: spi: renesas: Configure DRDRENR register by Marek Vasut · Sat Aug 31 22:31:46 2024 +0200
  21. 4d799b6 mtd: spi: renesas: Write DRDMCR register once by Marek Vasut · Sat Aug 31 22:31:45 2024 +0200
  22. be61015 mtd: spi: renesas: Write DREAR register once by Marek Vasut · Sat Aug 31 22:31:44 2024 +0200
  23. 6076b74 Merge tag 'v2024.10-rc3' into next by Tom Rini · Mon Aug 19 18:24:58 2024 -0600
  24. 16cc79c spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0> by Michael Polyntsov · Wed Jul 31 08:11:29 2024 +0400
  25. 7539fe1 spi: soft_spi: fix miso gpio property name by Mikhail Kshevetskiy · Wed Jul 31 08:11:28 2024 +0400
  26. 3a16917 spi: sunxi: fix clock divider calculation for max frequency setting by Michael Walle · Thu Jul 18 22:42:53 2024 +0200
  27. 8ca7b0c spi: sunxi: fix CDR2 calculation by Michael Walle · Thu Jul 18 22:42:52 2024 +0200
  28. 1ab8574 drivers: spi: Remove duplicate newlines by Marek Vasut · Sat Jul 20 14:40:58 2024 +0200
  29. cece682 spi: sunxi: drop max_hz handling by Michael Walle · Fri Jul 12 19:14:56 2024 +0200
  30. 26c04f2 spi: mtk_spim: add support for upstream mediatek, spi-ipm compatible by Christian Marangi · Mon Jun 24 23:03:29 2024 +0200
  31. 71bfd39 spi: versal2: Enable spi drivers for Versal Gen 2 by Michal Simek · Wed May 29 16:48:01 2024 +0200
  32. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  33. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  34. b116fe2 spi: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:22 2024 -0600
  35. 75d016e spi: npcm_pspi: Reset HW in driver probe by Jim Liu · Tue Apr 23 14:38:42 2024 +0800
  36. 61c9f28 spi: cv1800b: Add spi nor flash controller driver for cv1800b SoC by Kongyang Liu · Sat Apr 20 15:08:23 2024 +0800
  37. 9cd9189 spi: mpc8xx: Set up speed as requested by Christophe Leroy · Fri Apr 12 19:36:19 2024 +0200
  38. 885717d spi: mpc8xx: Use 16 bit mode for large transfers with even size by Christophe Leroy · Fri Apr 12 18:16:59 2024 +0200
  39. 833e155 spi: mpc8xx: Allow transfer of more than MAX_BUFFER len by Christophe Leroy · Fri Apr 12 13:53:57 2024 +0200
  40. c55caeb powerpc: 8xx: Set SDMA configuration register correcly by Christophe Leroy · Fri Apr 12 13:19:47 2024 +0200
  41. 3a25589 spi: mpc8xx: Fix transfert when input or output buffer is NULL by Christophe Leroy · Tue Apr 09 08:38:08 2024 +0200
  42. bc6a457 spi: mpc8xx: Add GPIO dependency by Christophe Leroy · Tue Apr 02 19:20:07 2024 +0200
  43. c030188 rockchip: spi: rk_spi: do not write bytes when in read-only mode by Quentin Schulz · Thu Mar 14 10:36:14 2024 +0100
  44. 4d9267e spi: sunxi: Add support for R329/D1/R528/T113 SPI controller by Maksim Kiselev · Sat Nov 11 16:33:08 2023 +0300
  45. 97a070b ARM: renesas: Rename rmobile.h to renesas.h by Marek Vasut · Tue Feb 27 17:05:54 2024 +0100
  46. f972661 ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_* by Marek Vasut · Tue Feb 27 17:05:47 2024 +0100
  47. 1760232 ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*() by Marek Vasut · Tue Feb 27 17:05:46 2024 +0100
  48. 30fe98e ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type() by Marek Vasut · Tue Feb 27 17:05:45 2024 +0100
  49. f85ca62 Merge tag 'u-boot-imx-master-20240212' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Feb 12 09:26:20 2024 -0500
  50. 702a1c9 spi: mxc_spi: Add imx6ul-ecspi compatible string by Marek Vasut · Fri Feb 09 00:59:50 2024 +0100
  51. 87336f0 mtd: spi: renesas: Add R8A779H0 V4M support by Hai Pham · Sun Jan 28 16:52:05 2024 +0100
  52. d318eb3 treewide: Remove clk_free by Sean Anderson · Sat Dec 16 14:38:42 2023 -0500
  53. e56bc92 spi: cadence_qspi: Address the comparison failure for 0-8 bytes of data by Tejas Bhumkar · Sun Jan 28 12:07:46 2024 +0530
  54. 6cf5618 spi: dw: add check for Rx FIFO overflow by Maksim Kiselev · Thu Dec 21 13:13:30 2023 +0300
  55. e9cc772 Merge tag 'v2024.01-rc6' into next by Tom Rini · Wed Jan 03 09:22:47 2024 -0500
  56. c2f70d4 spi: npcm_pspi: Fix the wrong clock divider calculation by Jim Liu · Tue Dec 26 10:00:06 2023 +0800
  57. 1bee07a global: Remove duplicate common.h inclusions by Tom Rini · Thu Dec 14 13:16:48 2023 -0500
  58. 4c40bb0 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Mon Dec 18 09:56:42 2023 -0500
  59. bc6c753 spi: cadence-quadspi: Fix error message on stuck busy state by Jan Kiszka · Mon Oct 30 17:20:29 2023 +0100
  60. 732225a drivers: xilinx_spi: Probe fifo_depth at runtime by Mayuresh Chitale · Thu Nov 16 22:13:36 2023 +0530
  61. 73f425f drivers: xilinx_spi: Add xfer callback by Mayuresh Chitale · Thu Nov 16 22:13:35 2023 +0530
  62. 22c9724 drivers: xilinx_spi: Use udevice in start_tranfer by Mayuresh Chitale · Thu Nov 16 22:13:34 2023 +0530
  63. 88f5304 spi: cadence_qspi: Select flash subnode at runtime by Udit Kumar · Tue Sep 12 15:20:35 2023 +0530
  64. 9f3f08c spi: bcm63xx-hsspi: Fix compiler warning by William Zhang · Fri Aug 11 19:03:19 2023 -0700
  65. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  66. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  67. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  68. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  69. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  70. d107617 spi: meson_spifc_a1: Use define for time interval by Igor Prusov · Thu Nov 09 20:10:03 2023 +0300
  71. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  72. e8ea29d spi: Add <errno.h> to spi-mem-nodm.c by Tom Rini · Wed Nov 01 12:28:10 2023 -0400
  73. 78974fb zynqmp: migrate gqspi debug to logging by Ibai Erkiaga · Fri Oct 13 13:37:27 2023 +0100
  74. cf01498 spi: cadence_ospi_versal: Add support for 64-bit address by Venkatesh Yadav Abbarapu · Wed Oct 11 08:45:15 2023 +0530
  75. 9fcbdd4 Kconfig: Remove all default n/no options by Michal Simek · Wed Oct 25 09:25:37 2023 +0200
  76. 3f02775 spi: add support for Amlogic A1 SPI Flash Controller by Igor Prusov · Wed Oct 25 01:51:39 2023 +0300
  77. 892d777 spi: mtk_spim: prevent global pll clock override by Nicolò Veronese · Wed Oct 04 00:14:26 2023 +0200
  78. d274488 spi: nxp_fspi: reset the FLSHxCR1 registers by Han Xu · Wed Sep 13 16:15:35 2023 -0500
  79. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  80. 5f97cef spi: zynqmp_qspi: Workaround for small data cache issue by Venkatesh Yadav Abbarapu · Fri Sep 15 08:47:59 2023 +0530
  81. 6753c8b spi: zynqmp_qspi: Change flush cache to invalidate cache by Ashok Reddy Soma · Fri Sep 15 08:47:58 2023 +0530
  82. edba13a spi: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:11 2023 +0200
  83. 92aef70 spi: mtk_spim: clear IRQ enable bits by developer · Wed Jul 19 17:16:02 2023 +0800
  84. 9f5fbaf spi: mtk_spim: get spi clk rate only once by developer · Wed Jul 19 17:15:54 2023 +0800
  85. b642111 cadence_qspi: Enable flash reset for Versal NET platform by Ashok Reddy Soma · Wed Jun 14 06:04:52 2023 -0600
  86. dbf9135 spi: zynq_qspi: Add missing prototype for zynq_qspi_mem_exec_op by Algapally Santosh Sagar · Wed Jun 14 03:03:56 2023 -0600
  87. c1357a1 spi: xilinx_spi: Add missing prototype for xilinx_qspi_mem_exec_op by Algapally Santosh Sagar · Wed Jun 14 03:03:54 2023 -0600
  88. d7cb478 spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hz by Jim Liu · Tue Jul 04 16:01:56 2023 +0800
  89. 51a7d41 spi: soft_spi: Support the recommended soft spi properties by Fabio Estevam · Thu May 18 19:22:40 2023 -0300
  90. eb8d262 spi: synquacer: remove SPI_TX_BYTE handling by Masahisa Kojima · Wed May 24 16:32:46 2023 +0900
  91. 7ff5855 spi: bcmbca-hsspi: Add driver for newer HSSPI controller by William Zhang · Wed Jun 07 16:37:05 2023 -0700
  92. 9a0ff5d spi: bcm63xx-hsspi: Add prepend mode support by William Zhang · Wed Jun 07 16:37:04 2023 -0700
  93. 3f55f27 spi: bcm63xx-hsspi: Add new compatible string support by William Zhang · Wed Jun 07 16:37:03 2023 -0700
  94. 7633333 spi: bcm63xx-hsspi: Fix multi-bit mode setting by William Zhang · Wed Jun 07 16:37:02 2023 -0700
  95. 96c65fa spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch by William Zhang · Wed Jun 07 16:37:01 2023 -0700
  96. aff5c1f spi: pl022: Add chip-select gpio support by Lukas Funke · Fri Apr 28 14:38:50 2023 +0200
  97. 2ed5d78 spi: pl022: Remove platform data header by Stefan Herbrechtsmeier · Fri Apr 28 14:38:49 2023 +0200
  98. 003b07d spi: pl022: Rename flush into pl022_spi_flush by Stefan Herbrechtsmeier · Fri Apr 28 14:38:48 2023 +0200
  99. 76ad298 spi: pl022: Align compatible property with device tree binding by Lukas Funke · Fri Apr 28 14:38:47 2023 +0200
  100. 0e02696 drivers: spi: omap3_spi: Initialize mode for all channels by Julien Panis · Mon May 29 15:42:28 2023 +0200