summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang2020-12-161-0/+7
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-12-021-1/+2
* spi: imx: fix the unbalanced spi runtime pm managementClark Wang2020-12-021-0/+1
* spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-12-021-19/+8
* spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner2020-12-021-22/+12
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-11-241-14/+7
* spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner2020-11-241-1/+1
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-241-1/+57
* spi: lpspi: Fix use-after-free on unbindLukas Wunner2020-11-241-3/+0
* spi: cadence-quadspi: Fix error return code in cqspi_probeZhihao Cheng2020-11-241-0/+2
* spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck2020-11-241-17/+6
* spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll2020-11-181-2/+1
* spi: fsl-dspi: fix wrong pointer in suspend/resumeZhao Qiang2020-11-181-6/+4
* spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer2020-11-181-8/+15
* spi: bcm2835: fix gpio cs level inversionMartin Hundebøll2020-11-101-12/+0
* spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski2020-11-051-1/+1
* spi: spi-mtk-nor: fix timeout calculation overflowChuanhong Guo2020-11-051-1/+5
* spi: fsi: Fix clock running too fastBrad Bishop2020-10-291-1/+1
* spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju2020-10-291-4/+13
* spi: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut2020-10-291-1/+4
* spi: spi-s3c64xx: Check return valuesŁukasz Stelmach2020-10-291-9/+41
* spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach2020-10-291-2/+2
* spi: dw-pci: free previously allocated IRQs if desc->setup() failsJay Fang2020-10-291-7/+9
* spi: fsi: Implement restricted size for certain controllersEddie James2020-10-291-12/+53
* spi: fsi: Fix use of the bneq+ sequencer instructionBrad Bishop2020-10-291-3/+25
* spi: fsi: Handle 9 to 15 byte transfers lengthsBrad Bishop2020-10-291-3/+3
* Merge tag 'spi-fix-v5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-091-2/+3
|\
| * spi: fsl-dspi: fix NULL pointer dereferenceMichael Walle2020-09-281-2/+3
* | Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-254-12/+15
|\|
| * spi: bcm-qspi: Fix probe regression on iProc platformsRay Jui2020-09-241-1/+1
| * spi: fsl-dspi: fix use-after-free in remove pathSascha Hauer2020-09-231-5/+7
| * spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-09-211-2/+3
| * spi: bcm2835: Make polling_limit_us staticJason Yan2020-09-151-1/+1
| * spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCsVladimir Oltean2020-09-111-3/+3
* | Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-114-8/+28
|\|
| * spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-091-1/+1
| * spi: Fix memory leak on splited transfersGustav Wiklander2020-09-091-2/+7
| * spi: spi-cadence-quadspi: Fix mapping of buffers for DMA readsVignesh Raghavendra2020-09-081-3/+5
| * spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut2020-09-071-1/+5
| * spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-021-1/+1
| * spi: spi-cadence-quadspi: Populate get_name() interfaceVignesh Raghavendra2020-08-251-0/+9
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
* | Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-183-39/+85
|\|
| * spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-08-101-25/+17
| * spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-101-3/+24
| * spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-08-101-1/+2
| * spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-08-101-8/+18
| * spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-08-101-1/+1
| * spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-08-051-1/+1
| * spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-032-1/+23