summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2025-09-09spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore
2025-09-09spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore
2025-09-09spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore
2025-09-09spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore
2025-08-28spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren
2025-08-15spi: cs42l43: Property entry should be a null-terminated arraySimon Trimmer
2025-08-15spi: stm32: Check for cfg availability in stm32_spi_probeClément Le Goffic
2025-08-01spi: cadence-quadspi: fix cleanup of rx_chan on failure pathsKhairul Anuar Romli
2025-07-24spi: Add check for 8-bit transfer with 8 IO mode supportCheng Ming Lin
2025-07-10spi: spi-fsl-dspi: Clear completion counter before initiating transferJames Clark
2025-07-06spi: fsl-qspi: Fix double cleanup in probe error pathKevin Hao
2025-07-06spi: fsl-qspi: use devm function instead of driver removeHan Xu
2025-07-06spi: spi-cadence-quadspi: Fix pm runtime unbalanceKhairul Anuar Romli
2025-06-19spi: omap2-mcspi: Disable multi-mode when the previous message kept CS assertedFélix Piédallu
2025-06-19spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after me...Félix Piédallu
2025-06-19spi: bcm63xx-hsspi: fix shared resetÁlvaro Fernández Rojas
2025-06-19spi: bcm63xx-spi: fix shared resetÁlvaro Fernández Rojas
2025-06-19spi: sh-msiof: Fix maximum DMA transfer sizeGeert Uytterhoeven
2025-06-19spi: tegra210-quad: modify chip select (CS) deactivationVishwaroop A
2025-06-19spi: tegra210-quad: remove redundant error handling codeVishwaroop A
2025-06-19spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfersVishwaroop A
2025-06-04spi: spi-sun4i: fix early activationAlessandro Grassi
2025-05-29spi: spi-fsl-dspi: Reset SR flags before sending a new messageLarisa Grigore
2025-05-29spi: spi-fsl-dspi: Halt the module after a new message transferBogdan-Gabriel Roman
2025-05-29spi: spi-fsl-dspi: restrict register range for regmap accessLarisa Grigore
2025-05-29spi: zynqmp-gqspi: Always acknowledge interruptsSean Anderson
2025-05-29spi: spi-mux: Fix coverity issue, unchecked return valueSergio Perez Gonzalez
2025-05-29spi-rockchip: Fix register out of bounds accessLuis de Arquer
2025-05-22spi: tegra114: Use value to check for invalid delaysAaron Kling
2025-05-22spi: loopback-test: Do not split 1024-byte hexdumpsGeert Uytterhoeven
2025-05-09spi: tegra114: Don't fail set_cs_timing when delays are zeroAaron Kling
2025-05-02spi: spi-imx: Add check for spi_imx_setupxfer()Tamura Dai
2025-05-02spi: tegra210-quad: add rate limiting and simplify timeout error messageBreno Leitao
2025-05-02spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeoutsBreno Leitao
2025-04-20spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal
2025-04-10spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absentFlorian Fainelli
2025-04-10spi: bcm2835: Do not call gpiod_put() on invalid descriptorFlorian Fainelli
2025-04-10spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()Josh Poimboeuf
2025-03-22spi: microchip-core: prevent RX overflows when transmit size > FIFO sizeConor Dooley
2025-02-21spi: sn-f-ospi: Fix division by zeroKunihiko Hayashi
2025-02-17spi: atmel-qspi: Memory barriers after memory-mapped I/OBence Csókás
2025-02-17spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC familiesCsókás, Bence
2025-02-08spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errorsMark Brown
2025-02-08spi: zynq-qspi: Add check for clk_enable()Mingwei Zheng
2025-01-09spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA.Niravkumar L Rabara
2025-01-02spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()Purushothama Siddaiah
2025-01-02spi: intel: Add Panther Lake SPI controller supportAapo Vienamo
2024-12-19spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()Christophe JAILLET
2024-12-19spi: rockchip: Fix PM runtime count on no-op csChristian Loehle
2024-12-14spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren