summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-05-02spi: spi-imx: Add check for spi_imx_setupxfer()Tamura Dai1-1/+4
2025-05-02spi: tegra210-quad: add rate limiting and simplify timeout error messageBreno Leitao1-2/+2
2025-05-02spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeoutsBreno Leitao1-1/+1
2025-04-25spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal1-0/+6
2025-03-13spi-mxs: Fix chipselect glitchRalf Schlatterbeck1-1/+2
2025-03-07spi: atmel-quadspi: Fix wrong register value written to MRAlexander Dahl1-1/+1
2025-03-07spi: atmel-quadspi: Avoid overwriting delay register settingsAlexander Dahl1-6/+8
2025-03-07spi: atmel-qspi: Memory barriers after memory-mapped I/OBence Csókás1-2/+9
2025-03-07spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC familiesCsókás, Bence1-34/+77
2025-03-07spi: atmel-quadspi: switch to use modern nameYang Yingliang1-4/+4
2025-03-07spi: atmel-quadspi: Add support for configuring CS timingTudor Ambarus1-0/+34
2025-02-21spi: zynq-qspi: Add check for clk_enable()Mingwei Zheng1-2/+11
2024-12-19spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()Christophe JAILLET1-4/+6
2024-12-14spi: mpc52xx: Add cancel_work_sync before module removePei Xiao1-0/+1
2024-12-14spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-12-14spi: atmel-quadspi: Fix register name in verbose logging functionCsókás, Bence1-1/+1
2024-12-14memory: renesas-rpc-if: Remove Runtime PM wrappersGeert Uytterhoeven1-3/+3
2024-12-14memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven1-7/+7
2024-12-14spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time​Jinjie Ruan1-0/+2
2024-12-14spi: tegra210-quad: Avoid shift-out-of-boundsBreno Leitao1-1/+1
2024-12-14spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-8/+4
2024-12-14spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein1-1/+1
2024-10-17spi: bcm63xx: Fix missing pm_runtime_disable()Jinjie Ruan1-4/+4
2024-10-17spi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-10-17spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-10-17spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-17spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-17spi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-10-17spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
2024-10-17spi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-09-30spi: spidev: Add missing spi_device_id for jg10309-01Geert Uytterhoeven1-0/+1
2024-09-30spi: bcm63xx: Enable module autoloadingLiao Chen1-0/+1
2024-09-30spi: spidev: Add an entry for elgin,jg10309-01Fabio Estevam1-0/+1
2024-09-18spi: geni-qcom: Fix incorrect free_irq() sequenceJinjie Ruan1-2/+2
2024-09-18spi: geni-qcom: Undo runtime PM changes at driver exit timeJinjie Ruan1-7/+6
2024-09-18spi: geni-qcom: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-09-18spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu1-2/+3
2024-09-12spi: rockchip: Resolve unbalanced runtime PM / system PM handlingBrian Norris1-16/+7
2024-08-14spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-08-14spi: spidev: Add missing spi_device_id for bh2228fvGeert Uytterhoeven1-0/+1
2024-08-03spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley1-0/+1
2024-08-03spi: spidev: order compatibles alphabeticallyKrzysztof Kozlowski1-4/+4
2024-08-03spidev: Add Silicon Labs EM3581 device compatibleVincent Tremblay1-0/+2
2024-08-03spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins1-8/+9
2024-08-03spi: microchip-core: switch to use modern nameYang Yingliang1-37/+37
2024-08-03spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins1-38/+41
2024-08-03spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli1-10/+8
2024-08-03spi: atmel-quadspi: Add missing check for clk_prepareChen Ni1-2/+9
2024-08-03spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar1-1/+1
2024-07-25spi: mux: set ctlr->bits_per_word_maskDavid Lechner1-0/+1