summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-12-03spi: Try to get ACPI GPIO IRQ earlierHans de Goede1-0/+10
2025-12-03spi: loopback-test: Don't use %pK through printkThomas Weißschuh1-6/+6
2025-09-09spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-09spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-09spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-07-17spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark1-1/+18
2025-07-17spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code pathVladimir Oltean1-7/+9
2025-07-17spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_writeVladimir Oltean1-11/+11
2025-06-27spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven1-6/+7
2025-06-04spi: spi-sun4i: fix early activationAlessandro Grassi1-1/+4
2025-06-04spi: spi-fsl-dspi: restrict register range for regmap accessLarisa Grigore1-1/+19
2025-06-04spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven1-1/+1
2025-03-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck1-1/+2
2024-12-14spi: mpc52xx: Add cancel_work_sync before module removePei Xiao1-0/+1
2024-12-14spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-11-17spi: fix use-after-free of the add_lock mutexMichael Walle1-6/+6
2024-11-17spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-10/+5
2024-11-08spi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-11-08spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-11-08spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
2024-11-08spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-11-08spi: bcm63xx: Enable module autoloadingLiao Chen1-0/+1
2024-11-08spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu1-2/+3
2024-08-19spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-08-19spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov1-5/+2
2024-07-27spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König1-1/+1
2024-06-16spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-06-16spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-03-26spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-01spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET1-5/+3
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0
2024-02-23spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu1-2/+2
2024-01-25spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang1-0/+17
2023-11-20spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra1-0/+1
2023-11-08spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III1-2/+3
2023-10-10spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-09-23spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong1-1/+5
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski1-1/+1
2023-07-27spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski1-7/+3
2023-07-27spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi1-1/+1
2023-06-21spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean1-0/+15
2023-06-21spi: spi-fsl-dspi: Remove unused chip->void_write_dataVladimir Oltean1-6/+0
2023-06-14spi: qup: Request DMA before enabling clocksStephan Gerhold1-19/+18
2023-05-30spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy2-0/+26
2023-05-30spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy1-27/+23
2023-05-30spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld1-6/+18
2023-05-17spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy1-5/+7
2023-05-17spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König1-9/+13
2023-03-11spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET1-4/+3
2023-03-11spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang1-3/+9