summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds24-347/+1437
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-53/+50
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown6-23/+48
2023-06-23spi: Add support for Renesas CSIFabrizio Castro3-0/+674
2023-06-23spi: Helper for deriving timeout valuesMark Brown2-8/+12
2023-06-23spi: sun6i: Use the new helper to derive the xfer timeout valueMiquel Raynal1-1/+1
2023-06-23spi: atmel: Prevent false timeouts on long transfersMiquel Raynal1-7/+11
2023-06-20drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-19spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong1-0/+2
2023-06-15spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong1-0/+2
2023-06-15spi: stm32: introduction of stm32h7 SPI device mode supportValentin Caron2-34/+79
2023-06-15spi: stm32: use dmaengine_terminate_{a}sync instead of _allAlain Volmat1-5/+5
2023-06-15spi: stm32: renaming of spi_master into spi_controllerAlain Volmat1-77/+77
2023-06-13spi: dw: Replace incorrect spi_get_chipselect with setAbe Kohandel1-1/+1
2023-06-07spi: s3c64xx: CleanupsMark Brown1-51/+30
2023-06-07spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel1-8/+1
2023-06-06spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, use framework insteadVijaya Krishna Nivarthi1-53/+50
2023-06-06spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean1-0/+15
2023-06-06spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel1-0/+29
2023-06-06spi: s3c64xx: Use dev_err_probe()Andi Shyti1-38/+27
2023-06-06spi: s3c64xx: Use the managed spi master allocation functionAndi Shyti1-18/+8
2023-06-06spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang1-2/+5
2023-06-02spi: spl022: Probe defer is no errorMårten Lindahl1-2/+2
2023-06-02spi: spi-imx: fix mixing of native and gpio chipselects for imx51/imx53/imx6 ...Rasmus Villemoes1-13/+22
2023-06-01spi: s3c64xx: Use devm_clk_get_enabled()Andi Shyti1-34/+5
2023-05-31spi: dw: Drop empty line from DebugFS init functionSerge Semin1-1/+0
2023-05-31spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein1-1/+1
2023-05-30spi: spi-qcom-qspi: Add newline to PIO fallback warningDouglas Anderson1-1/+1
2023-05-30spi: Merge up fixes to help CIMark Brown6-84/+78
2023-05-30spi: add SPI_MOSI_IDLE_LOW mode bitMark Brown2-2/+10
2023-05-30spi: mt65xx: Convert to platform remove callbackMark Brown1-13/+17
2023-05-30spi: spidev: add two new spi mode bitsBoerge Struempfel1-1/+2
2023-05-30spi: spi-imx: add support for SPI_MOSI_IDLE_LOW mode bitBoerge Struempfel1-1/+8
2023-05-30spi-dw-core.c: Fix error checking for debugfs_create_dirOsama Muhammad1-6/+2
2023-05-30spi: spi-sn-f-ospi: Make read-only array `width_available` static constLars-Peter Clausen1-1/+1
2023-05-30spi: spi-sn-f-ospi: Use min_t instead of opencoding itLars-Peter Clausen1-1/+1
2023-05-30spi: spi-sn-f-ospi: Use devm_clk_get_enabled()Lars-Peter Clausen1-12/+1
2023-05-30spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König1-1/+1
2023-05-30spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König1-8/+14
2023-05-30spi: qup: Request DMA before enabling clocksStephan Gerhold1-19/+18
2023-05-26spi: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-05-25spi: mediatek: advertise the availability of Dual and Quad modeQii Wang1-1/+2
2023-05-24spi: mt65xx: make sure operations completed before unloadingDaniel Golle1-0/+3
2023-05-23spi: lpspi: disable lpspi module irq in DMA modeClark Wang1-1/+6
2023-05-23spi: spi-imx: set max_native_cs for imx51/imx53/imx6 variantsRasmus Villemoes1-0/+5
2023-05-23spi: spi-imx: use "controller" variable consistently in spi_imx_probe()Rasmus Villemoes1-10/+10
2023-05-23spi: spi-cadence: Add missing kernel doc for clk_rate in cdns_spiCharles Keepax1-0/+1
2023-05-22spi: spi-cadence: Interleave write of TX and read of RX FIFOCharles Keepax1-34/+30