summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-12-16spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang1-0/+7
2020-12-02spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor1-1/+2
2020-12-02spi: imx: fix the unbalanced spi runtime pm managementClark Wang1-0/+1
2020-12-02spi: bcm2835: Fix use-after-free on unbindLukas Wunner1-19/+8
2020-12-02spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner1-22/+12
2020-11-24spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner1-14/+7
2020-11-24spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-11-24spi: Introduce device-managed SPI controller allocationLukas Wunner1-1/+57
2020-11-24spi: lpspi: Fix use-after-free on unbindLukas Wunner1-3/+0
2020-11-24spi: cadence-quadspi: Fix error return code in cqspi_probeZhihao Cheng1-0/+2
2020-11-24spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck1-17/+6
2020-11-18spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll1-2/+1
2020-11-18spi: fsl-dspi: fix wrong pointer in suspend/resumeZhao Qiang1-6/+4
2020-11-18spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer1-8/+15
2020-11-10spi: bcm2835: fix gpio cs level inversionMartin Hundebøll1-12/+0
2020-11-05spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski1-1/+1
2020-11-05spi: spi-mtk-nor: fix timeout calculation overflowChuanhong Guo1-1/+5
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: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut1-1/+4
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-10Merge tag 'spi-fix-v5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2020-09-28spi: fsl-dspi: fix NULL pointer dereferenceMichael Walle1-2/+3
2020-09-26Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-12/+15
2020-09-24spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui1-1/+1
2020-09-23spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer1-5/+7
2020-09-21spi: fsl-espi: Only process interrupts for expected eventsChris Packham1-2/+3
2020-09-15spi: bcm2835: Make polling_limit_us staticJason Yan1-1/+1
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+28
2020-09-11spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean1-3/+3
2020-09-09spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-09spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-08spi: spi-cadence-quadspi: Fix mapping of buffers for DMA readsVignesh Raghavendra1-3/+5
2020-09-07spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut1-1/+5
2020-09-02spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-08-25spi: spi-cadence-quadspi: Populate get_name() interfaceVignesh Raghavendra1-0/+9
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-08-19Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-39/+85
2020-08-10spi: stm32: always perform registers configuration prior to transferAlain Volmat1-25/+17
2020-08-10spi: stm32: fixes suspend/resume managementAmelie Delaunay1-3/+24
2020-08-10spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2020-08-10spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay1-8/+18
2020-08-10spi: stm32h7: fix race condition at end of transferAntonio Borneo1-1/+1
2020-08-07Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1