summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
23 hoursfix non-existing sysam.it domainAngelo Dureghello
2026-08-12spi: zynqmp_gqspi: fix quad mode bus conflictSuraj Kakade
2026-08-07mtd: spi: renesas: Add R-Car Gen5 DT compatibleMarek Vasut
2026-08-07mtd: spi: renesas: Align macro prefixesMarek Vasut
2026-07-26spi: sunxi: add support for A523 SPI controllerAndre Przywara
2026-07-21Merge tag 'riscv-for-v2026.10-rc1' of https://git.u-boot-project.org/u-boot/c...Tom Rini
2026-07-21spi: fsl: add support for Spacemit K1 SoCRaymond Mao
2026-07-20spi: dw: Allow bits_per_word to be configured by device driversBoon Khai Ng
2026-07-10treewide: Kconfig: use bool instead of tristateAnshul Dalal
2026-06-29Merge patch series "arm: aspeed: add initial AST2700 SoC support"Tom Rini
2026-06-29spi: aspeed: add AST2700 supportRyan Chen
2026-06-25Kconfig: drivers: restyle remainingJohan Jonker
2026-06-08spi: cadence: Use reset_reset_bulk() for proper reset cyclingMichal Simek
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-18spi: apple: Staticize and constify driver opsMarek Vasut
2026-05-15spi: fsl_espi: fix read transactionsMichael Walle
2026-05-12spi: apple: Add "apple,t8103-spi" compatibleJanne Grunau
2026-04-30spi: sunxi: wait for TX/RX fifo reset doneYixun Lan
2026-04-30Merge tag 'u-boot-stm32-20260430' of https://source.denx.de/u-boot/custodians...Tom Rini
2026-04-30spi: stm32: extend support to STM32MP25Dario Binacchi
2026-04-30spi: stm32: add support for bits-per-word settingDario Binacchi
2026-04-30spi: stm32: add stm32_spi_is_enabled() helperDario Binacchi
2026-04-30spi: stm32: clean up buffer length assignmentDario Binacchi
2026-04-30test: spi: add sandbox_spi_get_wordlen interfaceDario Binacchi
2026-04-30spi: sandbox_spi: support wordlen setupDario Binacchi
2026-04-30spi: add support for bits-per-word settingDario Binacchi
2026-04-30spi: add STM32MP23 OSPI supportPatrice Chotard
2026-04-28spi: mtk_snor: Remove status register write procedure in probe()Meiker Gao
2026-04-28spi: mtk_snor: fix zeroed data in DMA read bounce pathMacpaul Lin
2026-04-28spi: mtk_snor: support newer SOCsNoah.Shen
2026-04-28spi: mtk-snor: add bounds checking in mtk_snor_cmd_program()Noah.Shen
2026-04-28spi: mtk_snor: check return value of mtk_snor_cmd_exec()Noah.Shen
2026-04-28spi: mtk_snor: conditionally copy tx/rx dataNoah.Shen
2026-04-28spi: mtk_snor: avoid alloc in mtk_snor_cmd_program()Noah.Shen
2026-04-28spi: mtk_snor: clean up commentsNoah.Shen
2026-04-15spi: cadence_xspi: enable automatic platform data allocationChen Huei Lok
2026-04-07global: Correct duplicate U_BOOT_DRIVER entry namesTom Rini
2026-04-03spi: Correct dependency on SPI_MEM for many driversTom Rini
2026-04-02spi: fsl_espi: fix din offsetTomas Alvarez Vanoli
2026-03-23spi: cadence_qspi: pulse controller reset at probePadmarao Begari
2026-03-23spi: cadence_qspi: Disable the DAC mode in indirect readVenkatesh Yadav Abbarapu
2026-03-16spi: nxp_xspi: Add new driver for NXP XSPI controllerAlice Guo
2026-03-09Merge tag 'v2026.04-rc4' into nextTom Rini
2026-03-04treewide: Remove Timesys from ADI ADSP maintenancePhilip Molloy
2026-02-17Merge patch series "treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR"Tom Rini
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-14soft_spi performance enhancementJean-Marie Verdun
2026-02-13spi: Clean up more of the stacked parallel ifdefferyMarek Vasut
2026-02-13spi: Squash spi_slave_of_to_plat() into spi_child_post_bind()Marek Vasut
2026-01-29spi: stm32-qspi: Optimize FIFO accesses using u16 or u32Patrice Chotard