summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
7 daysspi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski1-5/+15
2024-06-27spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard1-1/+1
2024-06-27spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard1-6/+4
2024-06-27spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde1-12/+2
2024-06-27spi: cs42l43: Correct SPI root clock speedCharles Keepax1-1/+1
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-17spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley1-0/+1
2024-05-17spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-17spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu1-2/+0
2024-05-17spi: axi-spi-engine: fix version format stringDavid Lechner1-1/+1
2024-05-17spi: axi-spi-engine: use common AXI macrosDavid Lechner1-11/+6
2024-05-17spi: axi-spi-engine: move msg state to new structDavid Lechner1-54/+96
2024-05-17spi: axi-spi-engine: use devm_spi_alloc_host()David Lechner1-21/+10
2024-05-17spi: axi-spi-engine: simplify driver data allocationDavid Lechner1-6/+2
2024-05-17spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()Li Zetao1-20/+5
2024-04-10spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu1-0/+2
2024-04-10spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim1-3/+2
2024-04-10spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-04-10spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-04-10spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-04-10spi: s3c64xx: remove else after returnTudor Ambarus1-4/+2
2024-04-10spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus1-0/+1
2024-04-10spi: s3c64xx: sort headers alphabeticallyTudor Ambarus1-7/+6
2024-04-10spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko1-7/+6
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-27spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher1-2/+2
2024-03-27spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin1-4/+4
2024-03-27spi: intel-pci: Add support for Lunar Lake-M SPI serial flashMika Westerberg1-0/+1
2024-03-06spi: cadence-qspi: fix pointer reference in runtime PM hooksThéo Lebrun1-4/+2
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-03-01spi: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5
2024-03-01spi: intel-pci: Add support for Arrow Lake SPI serial flashMika Westerberg1-0/+1
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0
2024-02-23spi: imx: fix the burst length at DMA mode and CPU modeCarlos Song1-4/+5
2024-02-01spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-02-01spi: spi-cadence: Reverse the order of interleaved write and read operationsAmit Kumar Mahapatra1-8/+9
2024-02-01spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu1-2/+2
2024-02-01spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the listMika Westerberg1-1/+0
2024-01-26spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() from the remo...Christophe JAILLET1-1/+0
2024-01-26spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang1-0/+17
2024-01-26spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()Yang Yingliang1-1/+3
2024-01-26spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesAmit Kumar Mahapatra1-1/+2
2024-01-01spi: cadence: revert "Add SPI transfer delays"Nam Cao1-1/+0
2024-01-01spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet1-1/+81
2024-01-01spi: atmel: Prevent spi transfers from being killedMiquel Raynal1-6/+4
2024-01-01spi: atmel: Do not cancel a transfer upon any signalMiquel Raynal1-2/+2
2024-01-01spi: spi-imx: correctly configure burst length when using dmaBenjamin Bigler1-4/+11
2023-11-28spi: Fix null dereference on suspendMark Hasemeyer1-17/+39