summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-27spi: 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-26spi: 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
2023-03-11spi: bcm63xx-hsspi: fix pm_runtimeÁlvaro Fernández Rojas1-1/+7
2023-02-06spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-01-18spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen1-3/+13
2023-01-18spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin1-5/+16
2022-12-08spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf1-2/+1
2022-12-08spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer1-1/+1
2022-11-25spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut1-0/+1
2022-10-26spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch1-0/+9
2022-10-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong1-0/+1