summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown
2023-06-23spi: Add support for Renesas CSIFabrizio Castro
2023-06-23spi: Helper for deriving timeout valuesMark Brown
2023-06-22spi: sun6i: Use the new helper to derive the xfer timeout valueMiquel Raynal
2023-06-22spi: atmel: Prevent false timeouts on long transfersMiquel Raynal
2023-06-19drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong
2023-06-15spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong
2023-06-15spi: stm32: introduction of stm32h7 SPI device mode supportValentin Caron
2023-06-15spi: stm32: use dmaengine_terminate_{a}sync instead of _allAlain Volmat
2023-06-15spi: stm32: renaming of spi_master into spi_controllerAlain Volmat
2023-06-13spi: dw: Replace incorrect spi_get_chipselect with setAbe Kohandel
2023-06-07spi: s3c64xx: CleanupsMark Brown
2023-06-07spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel
2023-06-06spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, use framework insteadVijaya Krishna Nivarthi
2023-06-06spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean
2023-06-06spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel
2023-06-06spi: s3c64xx: Use dev_err_probe()Andi Shyti
2023-06-06spi: s3c64xx: Use the managed spi master allocation functionAndi Shyti
2023-06-06spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang
2023-06-02spi: spl022: Probe defer is no errorMårten Lindahl
2023-06-02spi: spi-imx: fix mixing of native and gpio chipselects for imx51/imx53/imx6 ...Rasmus Villemoes
2023-06-01spi: s3c64xx: Use devm_clk_get_enabled()Andi Shyti
2023-05-31spi: dw: Drop empty line from DebugFS init functionSerge Semin
2023-05-31spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein
2023-05-30spi: spi-qcom-qspi: Add newline to PIO fallback warningDouglas Anderson
2023-05-30spi: Merge up fixes to help CIMark Brown
2023-05-30spi: add SPI_MOSI_IDLE_LOW mode bitMark Brown
2023-05-30spi: mt65xx: Convert to platform remove callbackMark Brown
2023-05-30spi: spidev: add two new spi mode bitsBoerge Struempfel
2023-05-30spi: spi-imx: add support for SPI_MOSI_IDLE_LOW mode bitBoerge Struempfel
2023-05-30spi-dw-core.c: Fix error checking for debugfs_create_dirOsama Muhammad
2023-05-30spi: spi-sn-f-ospi: Make read-only array `width_available` static constLars-Peter Clausen
2023-05-30spi: spi-sn-f-ospi: Use min_t instead of opencoding itLars-Peter Clausen
2023-05-30spi: spi-sn-f-ospi: Use devm_clk_get_enabled()Lars-Peter Clausen
2023-05-30spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König
2023-05-30spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-30spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König
2023-05-30spi: qup: Request DMA before enabling clocksStephan Gerhold
2023-05-26spi: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-25spi: mediatek: advertise the availability of Dual and Quad modeQii Wang
2023-05-23spi: mt65xx: make sure operations completed before unloadingDaniel Golle
2023-05-23spi: lpspi: disable lpspi module irq in DMA modeClark Wang
2023-05-23spi: spi-imx: set max_native_cs for imx51/imx53/imx6 variantsRasmus Villemoes
2023-05-23spi: spi-imx: use "controller" variable consistently in spi_imx_probe()Rasmus Villemoes
2023-05-23spi: spi-cadence: Add missing kernel doc for clk_rate in cdns_spiCharles Keepax
2023-05-22spi: spi-cadence: Interleave write of TX and read of RX FIFOCharles Keepax