summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'spi-fix-v7.2-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-7/+18
7 daysspi: imx: reconfigure for PIO when DMA cannot be startedJavier Fernandez Pastrana1-1/+2
12 daysspi: dw: Add support for snps,dwc-ssi-2.00aChanghuang Liang1-0/+1
13 daysspi: rpc-if: Use correct device for hardware reinitialization on resumeQuang Nguyen1-1/+5
2026-06-17spi: acpi: Free resource list at appropriate timeAndy Shevchenko1-2/+2
2026-06-16spi: dw: fix wrong BAUDR setting after resumeJisheng Zhang1-0/+1
2026-06-16spi: uniphier: Fix completion initialization order before devm_request_irq()Kunihiko Hayashi1-2/+2
2026-06-16spi: Add NULL check for spi_get_device_id() in spi_get_device_match_data()guoqi02261-1/+5
2026-06-16Merge tag 'spi-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds94-1313/+1715
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-5/+0
2026-06-14spi: Fix mismatched DT property access typesRob Herring (Arm)2-3/+5
2026-06-12Merge tag 'spi-fix-v7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+21
2026-06-12spi: xilinx: use FIFO occupancy register to determine buffer sizeLars Pöschel1-2/+9
2026-06-12spi: spi-mem: Add a no_cs_assertion capabilityMark Brown10-43/+61
2026-06-11spi: xilinx: let transfers timeout in case of no IRQVadim Fedorenko1-1/+5
2026-06-10spi: rzv2h-rspi: Fix SPDR read access width for 16-bit RXFelix Gu1-1/+2
2026-06-10spi: dw: fix race between IRQ handler and error handler on SMPPeng Yang1-0/+2
2026-06-10spi: meson-spifc: fix runtime PM leak on removeRuoyu Wang1-0/+1
2026-06-10spi: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)6-13/+12
2026-06-10spi: rzv2h-rspi: Add suspend/resume supportTommaso Merciai1-0/+18
2026-06-10spi: qcom-geni: Fix cs_change handling on the last transferViken Dadhaniya1-8/+19
2026-06-08spi: dw-pci: remove redundant pci_free_irq_vectors() callsFelix Gu1-9/+3
2026-06-08spi: ep93xx: fix double-free of zeropage on DMA setup failureFelix Gu1-0/+1
2026-06-08spi: cadence-xspi: Revert COMPILE_TEST supportNathan Chancellor2-6/+1
2026-06-04spi: cadence-xspi: Support 32bit and 64bit slave dma interfaceJisheng Zhang1-4/+49
2026-06-01spi: tegra210-quad: Allocate DMA memory for DMA engineAaron Kling1-11/+18
2026-06-01spi: imx: replace dmaengine_terminate_all() with dmaengine_terminate_sync()Carlos Song1-8/+8
2026-06-01spi: fsl-lpspi: fix DMA termination issuesMark Brown3-14/+21
2026-06-01spi: fsl-lpspi: terminate the RX channel on TX prepare failure pathCarlos Song1-1/+1
2026-06-01spi: fsl-lpspi: replace dmaengine_terminate_all() with dmaengine_terminate_sy...Carlos Song1-9/+9
2026-06-01spi: atmel: fix DMA channel and bounce buffer leaksFelix Gu1-65/+68
2026-05-28spi: spi-mem: avoid mutating op template in spi_mem_supports_op()Santhosh Kumar K1-4/+11
2026-05-25spi: omap2-mcspi: Use of_device_get_match_data()Rosen Penev1-5/+2
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich15-56/+129
2026-05-22Merge tag 'spi-fix-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+9
2026-05-22Revert "treewide: Fix probing of devices in DT overlays"Saravana Kannan1-5/+0
2026-05-22spi: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)2-5/+5
2026-05-22spi: aspeed: Fix __iomem annotation and VLA parameterMark Brown1-6/+5
2026-05-22spi: aspeed: Replace VLA parameter with flat pointer in calibration helperChin-Ting Kuo1-4/+3
2026-05-22spi: aspeed: Fix missing __iomem annotation in output transfer pathChin-Ting Kuo1-2/+2
2026-05-21spi: Drop redundant 'cs' variable declaration in __spi_add_device()Lad Prabhakar1-2/+0
2026-05-21spi: fix controller registration API inconsistencyJohan Hovold8-46/+11
2026-05-21spi: dw-mmio: Add ACPI ID LECA0002 for LECARC SoCsThomas Lin1-3/+4
2026-05-20spi: cadence-xspi: Add COMPILE_TEST supportRosen Penev2-1/+6
2026-05-19spi: Add trace events for Qualcomm GENI SPI driversMark Brown1-0/+13
2026-05-19spi: qcom-geni: Add trace events for Qualcomm GENI SPI driverPraveen Talari1-0/+13
2026-05-19spi: Merge up fixesMark Brown5-2/+9
2026-05-18spi: ti-qspi: fix use-after-free after DMA setup failureJohan Hovold1-0/+1
2026-05-18spi: sprd: fix error pointer deref after DMA setup failureJohan Hovold1-1/+2
2026-05-18spi: qup: fix error pointer deref after DMA setup failureJohan Hovold1-0/+3