summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-21spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean1-0/+15
2023-06-21spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang1-2/+5
2023-06-14spi: qup: Request DMA before enabling clocksStephan Gerhold1-19/+18
2023-06-14spi: mt65xx: make sure operations completed before unloadingDaniel Golle1-0/+3
2023-05-24spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld1-6/+18
2023-05-17spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy2-0/+26
2023-05-17spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy1-25/+21
2023-05-11spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPSDhruva Gole1-11/+2
2023-05-11spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole1-3/+16
2023-05-11spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy1-5/+7
2023-05-11spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König1-9/+13
2023-05-11spi: imx: Don't skip cleanup in remove's error pathUwe Kleine-König1-7/+5
2023-05-11spi: atmel-quadspi: Free resources even if runtime resume failed in .remove()Uwe Kleine-König1-7/+17
2023-05-11spi: atmel-quadspi: Don't leak clk enable count in pm resumeUwe Kleine-König1-1/+5
2023-04-26spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe1-1/+1
2023-03-17spi: intel: Check number of chip selects after reading the descriptorMika Westerberg1-4/+4
2023-03-11spi: tegra210-quad: Fix iterator outside loopKrishna Yarlagadda1-4/+8
2023-03-11spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda1-1/+1
2023-03-10spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET1-4/+3
2023-03-10spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang1-3/+9
2023-03-10spi: dw_bt1: fix MUX_MMIO dependenciesArnd Bergmann1-1/+0
2023-02-25spi: mediatek: Enable irq before the spi registrationRicardo Ribalda1-7/+5
2023-02-25spi: mediatek: Enable irq when pdata is readyRicardo Ribalda1-5/+7
2023-02-14spi: dw: Fix wrong FIFO level setting for long xfersSerge Semin1-1/+1
2023-02-01spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-02-01spi: cadence: Fix busy cycles calculationWitold Sadowski1-1/+4
2022-12-31spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy1-3/+16