summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-cadence: Fix data corruption issues in slave modeSrinivas Goud2023-08-211-7/+12
* spi: stm32: fix accidential revert to byte-sized transfer splittingLeonard Göhrs2023-08-211-3/+3
* spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized readsDouglas Anderson2023-07-261-0/+25
* spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytesDouglas Anderson2023-07-261-0/+12
* spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQSVijaya Krishna Nivarthi2023-07-251-1/+1
* spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptorsVijaya Krishna Nivarthi2023-07-251-1/+3
* spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptorVijaya Krishna Nivarthi2023-07-251-3/+5
* spi: spi-qcom-qspi: Ignore disabled interrupts' status in isrVijaya Krishna Nivarthi2023-07-251-0/+3
* Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-152-1/+3
|\
| * spi: s3c64xx: clear loopback bit after loopback testJaewon Kim2023-07-121-0/+2
| * spi: bcm63xx: fix max prepend lengthJonas Gorski2023-07-101-1/+1
* | Merge tag 'spi-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-065-10/+12
|\|
| * spi: bcm{63xx,bca}-hsspi: update my email addressJonas Gorski2023-07-042-2/+2
| * spi: rzv2m-csi: Fix SoC product nameGeert Uytterhoeven2023-07-031-1/+1
| * spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski2023-06-301-7/+3
| * spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA modeDmitry Baryshkov2023-06-291-0/+6
* | Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-06-2824-347/+1437
|\|
| * spi: Add support for Renesas CSIFabrizio Castro2023-06-233-0/+674
| * spi: Helper for deriving timeout valuesMark Brown2023-06-232-8/+12
| |\
| | * spi: sun6i: Use the new helper to derive the xfer timeout valueMiquel Raynal2023-06-221-1/+1
| | * spi: atmel: Prevent false timeouts on long transfersMiquel Raynal2023-06-221-7/+11
| * | spi: spi-geni-qcom: correctly handle -EPROBE_DEFER from dma_request_chan()Neil Armstrong2023-06-191-0/+2
| |/
| * spi: stm32: introduction of stm32h7 SPI device mode supportValentin Caron2023-06-152-34/+79
| * spi: stm32: use dmaengine_terminate_{a}sync instead of _allAlain Volmat2023-06-151-5/+5
| * spi: stm32: renaming of spi_master into spi_controllerAlain Volmat2023-06-151-77/+77
| * spi: s3c64xx: CleanupsMark Brown2023-06-071-51/+30
| |\
| | * spi: s3c64xx: Use dev_err_probe()Andi Shyti2023-06-061-38/+27
| | * spi: s3c64xx: Use the managed spi master allocation functionAndi Shyti2023-06-061-18/+8
| * | spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel2023-06-071-8/+1
| * | spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel2023-06-061-0/+29
| |/
| * spi: spl022: Probe defer is no errorMårten Lindahl2023-06-021-2/+2
| * spi: spi-imx: fix mixing of native and gpio chipselects for imx51/imx53/imx6 ...Rasmus Villemoes2023-06-021-13/+22
| * spi: s3c64xx: Use devm_clk_get_enabled()Andi Shyti2023-06-011-34/+5
| * spi: dw: Drop empty line from DebugFS init functionSerge Semin2023-05-311-1/+0
| * spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein2023-05-311-1/+1
| * spi: spi-qcom-qspi: Add newline to PIO fallback warningDouglas Anderson2023-05-301-1/+1
| * spi: Merge up fixes to help CIMark Brown2023-05-306-84/+78
| |\
| * \ spi: add SPI_MOSI_IDLE_LOW mode bitMark Brown2023-05-302-2/+10
| |\ \
| | * | spi: spidev: add two new spi mode bitsBoerge Struempfel2023-05-301-1/+2
| | * | spi: spi-imx: add support for SPI_MOSI_IDLE_LOW mode bitBoerge Struempfel2023-05-301-1/+8
| * | | spi: mt65xx: Convert to platform remove callbackMark Brown2023-05-301-13/+17
| |\ \ \
| | * | | spi: mt65xx: Don't disguise a "return 0" as "return ret"Uwe Kleine-König2023-05-301-1/+1
| | * | | spi: mt65xx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
| | * | | spi: mt65xx: Properly handle failures in .remove()Uwe Kleine-König2023-05-301-8/+14
| * | | | spi-dw-core.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-05-301-6/+2
| * | | | spi: spi-sn-f-ospi: Make read-only array `width_available` static constLars-Peter Clausen2023-05-301-1/+1
| * | | | spi: spi-sn-f-ospi: Use min_t instead of opencoding itLars-Peter Clausen2023-05-301-1/+1
| * | | | spi: spi-sn-f-ospi: Use devm_clk_get_enabled()Lars-Peter Clausen2023-05-301-12/+1
| | |/ / | |/| |
| * | | spi: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-262-2/+2
| * | | spi: mediatek: advertise the availability of Dual and Quad modeQii Wang2023-05-251-1/+2