summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2026-03-23spi: stm32: Simplify clock handling with devm_clk_get_enabled()Pei Xiao-45/+17
2026-03-23spi: sifive: Simplify clock handling with devm_clk_get_enabled()Pei Xiao-15/+6
2026-03-23spi: bcmbca-hsspi: Simplify clock handling with devm_clk_get_enabled()Pei Xiao-33/+16
2026-03-23spi: bcm63xx-hsspi: Simplify clock handling with devm_clk_get_enabled()Pei Xiao-34/+12
2026-03-23spi: meson-spicc: Fix double-put in remove pathFelix Gu-2/+0
2026-03-23spi: pl022: update outdated references to pump_transfers()Kexin Sun-5/+5
2026-03-23spi: Replace open coded variant of spi_bpw_to_bytes()Andy Shevchenko-6/+1
2026-03-23spi: sn-f-ospi: Use devm_mutex_init() to simplify codeFelix Gu-20/+5
2026-03-23spi: sn-f-ospi: Fix resource leak in f_ospi_probe()Felix Gu-12/+5
2026-03-17spi: geni-qcom: Check DMA interrupts early in ISRPraveen Talari-4/+5
2026-03-16spi: controller registration fixesMark Brown-127/+80
2026-03-16spi: fix misleading controller deregistration kernel-docJohan Hovold-2/+4
2026-03-16spi: fix misleading controller registration kernel-docJohan Hovold-2/+2
2026-03-16spi: drop unused devres statistics allocationJohan Hovold-15/+12
2026-03-16spi: fix statistics allocationJohan Hovold-9/+8
2026-03-16spi: fix use-after-free on controller registration failureJohan Hovold-4/+4
2026-03-16spi: geni-qcom: Fix CPHA and CPOL mode change detectionMaramaina Naresh-2/+2
2026-03-16spi: amlogic-spisg: Use IS_ERR() instead of IS_ERR_OR_NULL()Felix Gu-3/+3
2026-03-16spi: axiado: Fix double-free in ax_spi_probe()Felix Gu-20/+11
2026-03-15spi: amlogic-spisg: Fix memory leak in aml_spisg_probe()Felix Gu-8/+4
2026-03-15spi: amlogic: spifc-a4: Remove redundant clock cleanupFelix Gu-39/+7
2026-03-12spi: atcspi200: fix mutex initialization orderPei Xiao-1/+3
2026-03-11spi: atcspi200: Handle invalid buswidth and fix compiler warningCL Wang-1/+9
2026-03-11spi: atcspi200: Use helper function devm_clk_get_enabled()Pei Xiao-18/+6
2026-03-11spi: intel-pci: Add support for Nova Lake mobile SPI flashAlan Borzeszkowski-0/+1
2026-03-10spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() callsFelix Gu-3/+0
2026-03-10spi: axiado: Remove redundant pm_runtime_mark_last_busy() callFelix Gu-1/+0
2026-03-10spi: cadence-qspi: Fix requesting of APB and AHB clocks on JH7110Mark Brown-0/+6
2026-03-09spi: fsl-qspi: Use reinit_completion() for repeated operationsFelix Gu-1/+2
2026-03-09spi: nxp-fspi: Use reinit_completion() for repeated operationsFelix Gu-1/+2
2026-03-09spi: nxp-xspi: Use reinit_completion() for repeated operationsFelix Gu-1/+2
2026-03-09spi: rockchip-sfc: Fix double-free in remove() callbackFelix Gu-1/+1
2026-03-09spi: atcspi200: Fix double-free in atcspi_configure_dma()Felix Gu-21/+7
2026-03-09spi: amlogic: spifc-a4: Fix DMA mapping error handlingFelix Gu-3/+2
2026-03-02spi: Merge up v7.0-rc2Mark Brown-0/+3
2026-03-02spi: spi-dw-dma: fix print error log when wait finish transactionVladimir Yakovlev-1/+1
2026-02-26spi: stm32: fix missing pointer assignment in case of dma chainingAlain Volmat-0/+3
2026-02-25spi: add devm_spi_new_ancillary_device()Mark Brown-0/+40
2026-02-24spi: add devm_spi_new_ancillary_device()Antoniu Miclaus-0/+40
2026-02-24spi: tegra210-quad: Add runtime autosuspend supportVishwaroop A-3/+16
2026-02-23spi: pxa2xx: use min() instead of min_t()Andy Shevchenko-6/+5
2026-02-23spi: atcspi200: Remove redundant assignment to .ownerPei Xiao-1/+0
2026-02-23spi: omap2-mcspi: add support for 3-wire transfersAntoni Pokusinski-5/+12
2026-02-23spi: stm32: Use NULL instead of 0 for pointerKrzysztof Kozlowski-1/+1
2026-02-23spi: stm32-ospi: Remove exec_op() callback debug logPatrice Chotard-5/+0
2026-02-23spi: stm32: fix rx DMA request error handlingAlain Volmat-4/+4
2026-02-23spi: cs42l43: Don't support sidecar properties on device tree systemsCharles Keepax-2/+2
2026-02-23spi: allow ancillary devices to share parent's chip selectsAntoniu Miclaus-6/+23
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2