summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-05-17spi: spi-axi-spi-engine: switch to use modern nameYang Yingliang1-29/+29
2024-05-17spi: axi-spi-engine: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-17spi: introduce new helpers with using modern namingYang Yingliang1-0/+11
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0
2024-02-01spi: fix finalize message on error returnDavid Lechner1-0/+4
2024-02-01spi: 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
2024-01-26spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesAmit Kumar Mahapatra1-1/+2
2024-01-05spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet1-1/+81
2024-01-05spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra1-23/+22
2024-01-05spi: Reintroduce spi_set_cs_timing()Tudor Ambarus1-0/+37
2024-01-05spi: Introduce spi_get_device_match_data() helperAndy Shevchenko1-0/+12
2023-12-08spi: Fix null dereference on suspendMark Hasemeyer1-17/+39
2023-11-20spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra1-0/+1
2023-11-20spi: nxp-fspi: use the correct ioremap functionHan Xu1-1/+1
2023-11-20spi: tegra: Fix missing IRQ check in tegra_slink_probe()Zhang Shurong1-0/+2
2023-11-08spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III1-2/+3
2023-10-10spi: zynqmp-gqspi: fix clock imbalance on probe failureJohan Hovold1-4/+8
2023-10-06spi: intel-pci: Add support for Granite Rapids SPI serial flashMika Westerberg1-0/+1
2023-10-06spi: stm32: add a delay before SPI disableValentin Caron1-0/+8
2023-10-06spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-10-06spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drainTobias Schramm1-1/+28
2023-10-06spi: sun6i: reduce DMA RX transfer width to single byteTobias Schramm1-1/+1
2023-10-06spi: spi-gxp: BUG: Correct spi write return valueCharles Kearney1-1/+1
2023-09-13treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+5
2023-09-13spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong1-1/+5
2023-07-27spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel1-8/+1
2023-07-27spi: s3c64xx: clear loopback bit after loopback testJaewon Kim1-0/+2
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski1-1/+1
2023-07-27spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel1-0/+29
2023-07-19spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski1-7/+3
2023-07-19spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA modeDmitry Baryshkov1-0/+6
2023-07-19spi: dw: Round of n_bytes to power of 2Joy Chakraborty1-1/+4
2023-07-19spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi1-1/+1
2023-06-28spi: lpspi: disable lpspi module irq in DMA modeClark Wang1-1/+6
2023-06-28spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong1-0/+2