summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-12-12spi: imx: keep dma request disabled before dma transfer setupRobin Gong1-4/+11
2025-12-12spi: xilinx: increase number of retries before declaring stallAlvaro Gamez Machado1-1/+1
2025-12-07spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pmSiddharth Vadapalli1-2/+1
2025-12-07spi: bcm63xx: fix premature CS deassertion on RX-only transactionsHang Zhou1-0/+14
2025-12-07spi: nxp-fspi: Propagate fwnode in ACPI case as wellAndy Shevchenko1-5/+5
2025-12-07spi: spi-nxp-fspi: Add OCT-DTR mode supportHaibo Chen1-2/+16
2025-12-07spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errorsHaotian Zhang1-1/+3
2025-12-07spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMAFrancesco Lavra1-2/+2
2025-12-07spi: spi-cadence-quadspi: Enable pm runtime earlier to avoid imbalanceAnurag Dutta1-7/+7
2025-12-07spi: spi-cadence-quadspi: Remove duplicate pm_runtime_put_autosuspend() callAnurag Dutta1-1/+0
2025-11-24spi: Try to get ACPI GPIO IRQ earlierHans de Goede1-0/+10
2025-11-13spi: rpc-if: Add resume support for RZ/G3EBiju Das1-0/+2
2025-11-13spi: spi-qpic-snand: handle 'use_ecc' parameter of qcom_spi_config_cw_read()Gabor Juhos1-3/+8
2025-11-13spi: loopback-test: Don't use %pK through printkThomas Weißschuh1-6/+6
2025-10-29spi: airoha: fix reading/writing of flashes with more than one plane per lunMikhail Kshevetskiy1-3/+6
2025-10-29spi: airoha: switch back to non-dma mode in the case of errorMikhail Kshevetskiy1-2/+5
2025-10-29spi: airoha: add support of dual/quad wires spi modes to exec_op() handlerMikhail Kshevetskiy1-26/+82
2025-10-29spi: airoha: return an error for continuous mode dirmap creation casesMikhail Kshevetskiy1-0/+4
2025-10-29spi: cadence-quadspi: Fix pm_runtime unbalance on dma EPROBE_DEFERMattijs Korpershoek1-2/+3
2025-10-29spi: spi-nxp-fspi: limit the clock rate for different sample clock source sel...Haibo Chen1-2/+8
2025-10-29spi: spi-nxp-fspi: add extra delay after dll lockedHan Xu1-0/+6
2025-10-29spi: spi-nxp-fspi: re-config the clock rate when operation require new clock ...Haibo Chen1-3/+13
2025-10-29spi: spi-nxp-fspi: add the support for sample data from DQS padHaibo Chen1-3/+53
2025-10-29spi: rockchip-sfc: Fix DMA-API usageMarek Szyprowski1-1/+11
2025-10-19spi: cadence-quadspi: Fix cqspi_setup_flash()Santhosh Kumar K1-5/+8
2025-10-19spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav1-0/+2
2025-10-19spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav1-0/+3
2025-10-15spi: fix return code when spi device has too many chipselectsJonas Gorski1-1/+1
2025-09-22spi: omap2-mcspi: drive SPI_CLK on transfer_setup()Bastien Curutchet (Schneider Electric)1-0/+1
2025-09-18spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabledKhairul Anuar Romli1-17/+36
2025-09-03spi: spi-qpic-snand: unregister ECC engine on probe error and device removeGabor Juhos1-2/+4
2025-09-01spi: spi-fsl-lpspi: Generic fixes and support forMark Brown1-19/+28
2025-09-01spi: cadence-quadspi: Implement refcount to handle unbind during busyKhairul Anuar Romli1-0/+33
2025-09-01spi: spi-fsl-lpspi: Add compatible for S32GLarisa Grigore1-0/+5
2025-09-01spi: spi-fsl-lpspi: Parameterize reading num-cs from hardwareJames Clark1-1/+3
2025-09-01spi: spi-fsl-lpspi: Treat prescale_max == 0 as no erratumJames Clark1-5/+5
2025-09-01spi: spi-fsl-lpspi: Constify devtype datasJames Clark1-2/+2
2025-09-01spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore1-4/+5
2025-09-01spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-01spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-01spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-08-29spi: microchip-core-qspi: stop checking viability of op->max_freq in supports...Conor Dooley1-12/+0
2025-08-21Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+27
2025-08-21spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEPRaphael Gallais-Pou1-5/+5
2025-08-09Merge tag 'spi-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-08-07spi: spi-qpic-snand: fix calculating of ECC OOB regions' propertiesGabor Juhos1-6/+14
2025-08-07spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren1-5/+3
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-08-06spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()Tianyu Xu1-0/+3
2025-08-04spi: spi-mem: Add missing kdoc argumentMiquel Raynal1-0/+1