summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-10-29spi: fsi: Fix clock running too fastBrad Bishop1-1/+1
2020-10-29spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju1-4/+13
2020-10-29spi: spi-s3c64xx: Check return valuesŁukasz Stelmach1-9/+41
2020-10-29spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach1-2/+2
2020-10-29spi: dw-pci: free previously allocated IRQs if desc->setup() failsJay Fang1-7/+9
2020-10-29spi: fsi: Implement restricted size for certain controllersEddie James1-12/+53
2020-10-29spi: fsi: Fix use of the bneq+ sequencer instructionBrad Bishop1-3/+25
2020-10-29spi: fsi: Handle 9 to 15 byte transfers lengthsBrad Bishop1-3/+3
2020-10-07spi: fsl-espi: Only process interrupts for expected eventsChris Packham1-2/+3
2020-10-01spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui1-1/+1
2020-10-01spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean1-3/+3
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-09-17spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-17spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut1-1/+5
2020-09-03spi: stm32: always perform registers configuration prior to transferAlain Volmat1-25/+17
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2020-09-03spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay1-8/+18
2020-09-03spi: stm32h7: fix race condition at end of transferAntonio Borneo1-1/+1
2020-09-03spi: stm32: clear only asserted irq flags on interruptTobias Schramm1-1/+1
2020-08-26spi: stm32: fixes suspend/resume managementAmelie Delaunay1-3/+24
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23
2020-08-19spi: spidev: Align buffers for DMAChristian Eggers1-8/+13
2020-08-19spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens1-1/+1
2020-08-19spi: rockchip: Fix error in SPI slave pio readJon Lin1-1/+1
2020-08-19spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota1-0/+10
2020-08-19spi: dw-dma: Fix Tx DMA channel working too fastSerge Semin1-1/+13
2020-07-17Merge tag 'spi-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+14
2020-07-06spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde1-8/+6
2020-07-01spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu1-7/+8
2020-06-29Merge tag 'spi-fix-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-17/+27
2020-06-25spi: pxa2xx: Add support for Intel Tiger Lake PCH-HJarkko Nikula1-0/+5
2020-06-22Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-44/+64
2020-06-22spi: spi-fsl-dspi: Initialize completion before possible interruptKrzysztof Kozlowski1-2/+2
2020-06-22spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-06-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski1-14/+1
2020-06-22spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski1-1/+10
2020-06-18spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-06-18spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-2/+2
2020-06-17spi: stm32-qspi: Fix error path in case of -EPROBE_DEFERPatrice Chotard1-20/+26
2020-06-11spi: spi-fsl-dspi: Free DMA memory with matching functionKrzysztof Kozlowski1-4/+4
2020-06-09spi: rspi: Use requested instead of maximum bit rateGeert Uytterhoeven1-7/+21
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2020-06-02spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu1-1/+1
2020-05-30Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown36-719/+1610
2020-05-30Merge remote-tracking branch 'spi/for-5.7' into spi-linusMark Brown10-49/+65
2020-05-30spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
2020-05-29spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko1-6/+6
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko1-8/+6
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown1-6/+2