summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-06-27spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard
2024-06-27spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard
2024-06-27spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde
2024-06-27spi: cs42l43: Correct SPI root clock speedCharles Keepax
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko
2024-05-17spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley
2024-05-17spi: fix null pointer dereference within spi_syncMans Rullgard
2024-05-17spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu
2024-05-17spi: axi-spi-engine: fix version format stringDavid Lechner
2024-05-17spi: axi-spi-engine: use common AXI macrosDavid Lechner
2024-05-17spi: axi-spi-engine: move msg state to new structDavid Lechner
2024-05-17spi: axi-spi-engine: use devm_spi_alloc_host()David Lechner
2024-05-17spi: axi-spi-engine: simplify driver data allocationDavid Lechner
2024-05-17spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()Li Zetao
2024-04-10spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu
2024-04-10spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim
2024-04-10spi: s3c64xx: determine the fifo depth only onceTudor Ambarus
2024-04-10spi: s3c64xx: allow full FIFO masksTudor Ambarus
2024-04-10spi: s3c64xx: define a magic valueTudor Ambarus
2024-04-10spi: s3c64xx: remove else after returnTudor Ambarus
2024-04-10spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus
2024-04-10spi: s3c64xx: sort headers alphabeticallyTudor Ambarus
2024-04-10spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko
2024-03-26spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao
2024-03-26spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher
2024-03-26spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin
2024-03-26spi: intel-pci: Add support for Lunar Lake-M SPI serial flashMika Westerberg
2024-03-06spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang
2024-03-01spi: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu
2024-03-01spi: intel-pci: Add support for Arrow Lake SPI serial flashMika Westerberg
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König
2024-02-23spi: imx: fix the burst length at DMA mode and CPU modeCarlos Song
2024-01-31spi: fix finalize message on error returnDavid Lechner
2024-01-31spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra
2024-01-31spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu
2024-01-31spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the listMika Westerberg
2024-01-25spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remo...Christophe JAILLET
2024-01-25spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang
2024-01-25spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()Yang Yingliang
2024-01-25spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesAmit Kumar Mahapatra
2024-01-01spi: cadence: revert "Add SPI transfer delays"Nam Cao
2024-01-01spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet
2024-01-01spi: atmel: Prevent spi transfers from being killedMiquel Raynal
2024-01-01spi: atmel: Do not cancel a transfer upon any signalMiquel Raynal
2024-01-01spi: spi-imx: correctly configure burst length when using dmaBenjamin Bigler
2023-11-28spi: Fix null dereference on suspendMark Hasemeyer
2023-11-20spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra