summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: fix finalize message on error returnDavid Lechner2024-01-311-0/+4
* spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu2024-01-311-2/+2
* spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang2024-01-251-0/+17
* spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesAmit Kumar Mahapatra2024-01-251-1/+2
* spi: atmel: Fix clock issue when using devices with different polaritiesLouis Chauvet2024-01-051-1/+81
* spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra2024-01-051-23/+22
* spi: Reintroduce spi_set_cs_timing()Tudor Ambarus2024-01-051-0/+37
* spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2024-01-051-0/+12
* spi: Fix null dereference on suspendMark Hasemeyer2023-12-081-17/+39
* spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra2023-11-201-0/+1
* spi: nxp-fspi: use the correct ioremap functionHan Xu2023-11-201-1/+1
* spi: tegra: Fix missing IRQ check in tegra_slink_probe()Zhang Shurong2023-11-201-0/+2
* spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III2023-11-081-2/+3
* spi: zynqmp-gqspi: fix clock imbalance on probe failureJohan Hovold2023-10-101-4/+8
* spi: intel-pci: Add support for Granite Rapids SPI serial flashMika Westerberg2023-10-061-0/+1
* spi: stm32: add a delay before SPI disableValentin Caron2023-10-061-0/+8
* spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu2023-10-061-0/+7
* spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drainTobias Schramm2023-10-061-1/+28
* spi: sun6i: reduce DMA RX transfer width to single byteTobias Schramm2023-10-061-1/+1
* spi: spi-gxp: BUG: Correct spi write return valueCharles Kearney2023-10-061-1/+1
* treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-09-131-0/+5
* spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong2023-09-131-1/+5
* spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel2023-07-271-8/+1
* spi: s3c64xx: clear loopback bit after loopback testJaewon Kim2023-07-271-0/+2
* spi: bcm63xx: fix max prepend lengthJonas Gorski2023-07-271-1/+1
* spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel2023-07-271-0/+29
* spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski2023-07-191-7/+3
* spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA modeDmitry Baryshkov2023-07-191-0/+6
* spi: dw: Round of n_bytes to power of 2Joy Chakraborty2023-07-191-1/+4
* spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi2023-07-191-1/+1
* spi: lpspi: disable lpspi module irq in DMA modeClark Wang2023-06-281-1/+6
* spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong2023-06-281-0/+2
* spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean2023-06-211-0/+15
* spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang2023-06-211-2/+5
* spi: qup: Request DMA before enabling clocksStephan Gerhold2023-06-141-19/+18
* spi: mt65xx: make sure operations completed before unloadingDaniel Golle2023-06-141-0/+3
* spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld2023-05-241-6/+18
* spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy2023-05-172-0/+26
* spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy2023-05-171-25/+21
* spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPSDhruva Gole2023-05-111-11/+2
* spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole2023-05-111-3/+16
* spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy2023-05-111-5/+7
* spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König2023-05-111-9/+13
* spi: imx: Don't skip cleanup in remove's error pathUwe Kleine-König2023-05-111-7/+5
* spi: atmel-quadspi: Free resources even if runtime resume failed in .remove()Uwe Kleine-König2023-05-111-7/+17
* spi: atmel-quadspi: Don't leak clk enable count in pm resumeUwe Kleine-König2023-05-111-1/+5
* spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe2023-04-261-1/+1
* spi: intel: Check number of chip selects after reading the descriptorMika Westerberg2023-03-171-4/+4
* spi: tegra210-quad: Fix iterator outside loopKrishna Yarlagadda2023-03-111-4/+8
* spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda2023-03-111-1/+1