summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-03-26spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König
2024-02-23spi: bcm-qspi: fix SFDP BFPT read by usig mspi readKamal Dasu
2024-01-25spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang
2024-01-25spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesAmit Kumar Mahapatra
2024-01-05spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2023-11-20spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra
2023-11-20spi: nxp-fspi: use the correct ioremap functionHan Xu
2023-11-20spi: tegra: Fix missing IRQ check in tegra_slink_probe()Zhang Shurong
2023-11-08spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III
2023-10-10spi: zynqmp-gqspi: fix clock imbalance on probe failureJohan Hovold
2023-10-10spi: zynqmp-gqspi: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-06spi: stm32: add a delay before SPI disableValentin Caron
2023-10-06spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu
2023-10-06spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drainTobias Schramm
2023-10-06spi: sun6i: reduce DMA RX transfer width to single byteTobias Schramm
2023-09-19spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski
2023-07-23spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski
2023-07-23spi: dw: Round of n_bytes to power of 2Joy Chakraborty
2023-07-23spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi
2023-06-28spi: lpspi: disable lpspi module irq in DMA modeClark Wang
2023-06-21spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean
2023-06-14spi: qup: Request DMA before enabling clocksStephan Gerhold
2023-05-30spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy
2023-05-30spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy
2023-05-24spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld
2023-05-11spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole
2023-05-11spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy
2023-05-11spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König
2023-05-11spi: imx: Don't skip cleanup in remove's error pathUwe Kleine-König
2023-05-11spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2023-04-26spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe
2023-03-10spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET
2023-03-10spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang
2023-03-10spi: dw_bt1: fix MUX_MMIO dependenciesArnd Bergmann
2023-02-14spi: dw: Fix wrong FIFO level setting for long xfersSerge Semin
2023-02-01spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski
2022-12-31spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen
2022-12-31spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin
2022-12-14spi: mediatek: Fix DEVAPC Violation at KO RemoveZhichao Liu
2022-12-08spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf
2022-12-02spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()Xiongfeng Wang
2022-12-02spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer
2022-11-26spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut
2022-10-26spi: Ensure that sg_table won't be used after being freedMarek Szyprowski
2022-10-26spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch
2022-10-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong