summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2026-03-23spi: Replace open coded variant of spi_bpw_to_bytes()Andy Shevchenko
2026-03-23spi: sn-f-ospi: Use devm_mutex_init() to simplify codeFelix Gu
2026-03-23spi: sn-f-ospi: Fix resource leak in f_ospi_probe()Felix Gu
2026-03-17spi: geni-qcom: Check DMA interrupts early in ISRPraveen Talari
2026-03-16spi: controller registration fixesMark Brown
2026-03-16spi: fix misleading controller deregistration kernel-docJohan Hovold
2026-03-16spi: fix misleading controller registration kernel-docJohan Hovold
2026-03-16spi: drop unused devres statistics allocationJohan Hovold
2026-03-16spi: fix statistics allocationJohan Hovold
2026-03-16spi: fix use-after-free on controller registration failureJohan Hovold
2026-03-16spi: geni-qcom: Fix CPHA and CPOL mode change detectionMaramaina Naresh
2026-03-16spi: amlogic-spisg: Use IS_ERR() instead of IS_ERR_OR_NULL()Felix Gu
2026-03-16spi: axiado: Fix double-free in ax_spi_probe()Felix Gu
2026-03-15spi: amlogic-spisg: Fix memory leak in aml_spisg_probe()Felix Gu
2026-03-15spi: amlogic: spifc-a4: Remove redundant clock cleanupFelix Gu
2026-03-12spi: atcspi200: fix mutex initialization orderPei Xiao
2026-03-11spi: atcspi200: Handle invalid buswidth and fix compiler warningCL Wang
2026-03-11spi: atcspi200: Use helper function devm_clk_get_enabled()Pei Xiao
2026-03-11spi: intel-pci: Add support for Nova Lake mobile SPI flashAlan Borzeszkowski
2026-03-10spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() callsFelix Gu
2026-03-10spi: axiado: Remove redundant pm_runtime_mark_last_busy() callFelix Gu
2026-03-10spi: cadence-qspi: Fix requesting of APB and AHB clocks on JH7110Mark Brown
2026-03-09spi: fsl-qspi: Use reinit_completion() for repeated operationsFelix Gu
2026-03-09spi: nxp-fspi: Use reinit_completion() for repeated operationsFelix Gu
2026-03-09spi: nxp-xspi: Use reinit_completion() for repeated operationsFelix Gu
2026-03-09spi: rockchip-sfc: Fix double-free in remove() callbackFelix Gu
2026-03-09spi: atcspi200: Fix double-free in atcspi_configure_dma()Felix Gu
2026-03-09spi: amlogic: spifc-a4: Fix DMA mapping error handlingFelix Gu
2026-03-02spi: Merge up v7.0-rc2Mark Brown
2026-03-02spi: spi-dw-dma: fix print error log when wait finish transactionVladimir Yakovlev
2026-02-26spi: stm32: fix missing pointer assignment in case of dma chainingAlain Volmat
2026-02-25spi: add devm_spi_new_ancillary_device()Mark Brown
2026-02-24spi: add devm_spi_new_ancillary_device()Antoniu Miclaus
2026-02-24spi: tegra210-quad: Add runtime autosuspend supportVishwaroop A
2026-02-23spi: pxa2xx: use min() instead of min_t()Andy Shevchenko
2026-02-23spi: atcspi200: Remove redundant assignment to .ownerPei Xiao
2026-02-23spi: omap2-mcspi: add support for 3-wire transfersAntoni Pokusinski
2026-02-23spi: stm32: Use NULL instead of 0 for pointerKrzysztof Kozlowski
2026-02-23spi: stm32-ospi: Remove exec_op() callback debug logPatrice Chotard
2026-02-23spi: stm32: fix rx DMA request error handlingAlain Volmat
2026-02-23spi: cs42l43: Don't support sidecar properties on device tree systemsCharles Keepax
2026-02-23spi: allow ancillary devices to share parent's chip selectsAntoniu Miclaus
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'spi-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-17spi: spidev: fix lock inversion between spi_lock and buf_lockFabian Godehardt
2026-02-13spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe()Felix Gu