summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-02-17spi: fix parent-device reference leakJohan Hovold1-1/+1
2016-02-17spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R1-2/+1
2016-02-17spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang1-1/+2
2015-11-09spi: fix pointer-integer size mismatch warningSeongJae Park1-1/+1
2015-10-23spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee1-0/+4
2015-10-23spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-08-03spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl1-5/+6
2015-05-06spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-04-13spi: trigger trace event for message-done before mesg->completeUwe Kleine-König1-2/+3
2015-03-26spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-26spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer1-6/+6
2015-02-06spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg1-1/+1
2015-02-06spi: dw-mid: fix FIFO sizeAndy Shevchenko1-1/+0
2015-01-16spi: fsl: Fix problem with multi message transfersStefan Roese1-5/+15
2014-12-07spi: dw: Fix dynamic speed change.Thor Thayer1-5/+1
2014-11-14spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov1-2/+5
2014-11-14spi: fsl-dspi: Fix CTAR selectionAlexander Stein1-2/+2
2014-11-14spi: pl022: Fix incorrect dma_unmap_sgRay Jui1-1/+1
2014-10-30spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko1-0/+4
2014-10-30spi: dw-mid: check that DMA was inited before exitAndy Shevchenko1-0/+2
2014-10-30spi: dw-mid: respect 8 bit modeAndy Shevchenko1-2/+2
2014-10-06spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko1-0/+2
2014-10-06spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura1-1/+2
2014-09-17spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox1-0/+1
2014-09-17spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer1-0/+14
2014-09-17spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni1-6/+4
2014-06-07spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven1-1/+10
2014-05-06spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin1-7/+0
2014-05-06spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König1-0/+3
2014-03-07Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col...Mark Brown6-17/+35
2014-03-05spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacksWenyou Yang1-1/+16
2014-03-05spi: coldfire-qspi: Fix getting correct address for *mcfqspiAxel Lin1-2/+4
2014-03-05spi: fsl-dspi: Fix getting correct address for masterAxel Lin1-3/+3
2014-03-03spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos1-2/+2
2014-02-28spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter1-2/+2
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein1-5/+6
2014-02-19spi/topcliff-pch: Fix DMA channelAlexander Stein1-2/+2
2014-02-11Merge remote-tracking branches 'spi/fix/doc', 'spi/fix/nuc900' and 'spi/fix/r...Mark Brown2-2/+4
2014-02-11Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-3/+1
2014-02-05spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is trueAxel Lin1-0/+2
2014-02-04spi: rspi: Document support for Renesas QSPI in KconfigGeert Uytterhoeven1-2/+2
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-8/+18
2014-01-28spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven1-3/+1
2014-01-26Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds46-1486/+1463
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-77/+76
2014-01-23Merge commit 'spi/topic/sc18is602' into spi-linusMark Brown1-7/+1
2014-01-23Merge commit 'spi/fix/rcar' into spi-linusMark Brown1-3/+4
2014-01-23Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/top...Mark Brown11-269/+178
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown14-190/+151