summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-02-15spi: fix parent-device reference leakJohan Hovold1-1/+1
2016-02-15spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R1-2/+1
2016-02-15spi: 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-28spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee1-0/+4
2015-10-28spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-05-04spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-04-09spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-02-08spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg1-1/+1
2015-02-08spi: dw-mid: fix FIFO sizeAndy Shevchenko1-1/+0
2015-01-26spi: fsl: Fix problem with multi message transfersStefan Roese1-5/+15
2014-12-06spi: dw: Fix dynamic speed change.Thor Thayer1-5/+1
2014-11-13spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov1-2/+5
2014-11-13spi: fsl-dspi: Fix CTAR selectionAlexander Stein1-2/+2
2014-11-13spi: pl022: Fix incorrect dma_unmap_sgRay Jui1-1/+1
2014-10-31spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko1-0/+4
2014-10-31spi: dw-mid: check that DMA was inited before exitAndy Shevchenko1-0/+2
2014-10-31spi: dw-mid: respect 8 bit modeAndy Shevchenko1-2/+2
2014-10-13spi/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: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni1-6/+4
2014-06-09spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven1-1/+10
2014-05-15spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König1-0/+3
2014-03-23spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos1-2/+2
2014-03-23spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter1-2/+2
2014-03-23spi: fsl-dspi: Fix getting correct address for masterAxel Lin1-3/+3
2014-03-23spi: coldfire-qspi: Fix getting correct address for *mcfqspiAxel Lin1-2/+4
2014-02-23spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is trueAxel Lin1-0/+2
2014-02-23spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven1-3/+1
2014-02-14spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent matchMika Westerberg1-0/+2
2014-02-14spidev: fix hang when transfer_one_message failsDaniel Santos1-1/+3
2014-02-14spi/bcm63xx: don't substract prepend length from total lengthJonas Gorski1-2/+0
2013-12-12spi/pxa2xx: add new ACPI IDsMika Westerberg1-0/+2
2013-10-07Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown1-2/+2
2013-10-07Merge remote-tracking branch 'spi/fix/pxa' into spi-linusMark Brown1-1/+10
2013-10-07Merge remote-tracking branch 'spi/fix/mpc512x' into spi-linusMark Brown1-1/+3
2013-10-07Merge remote-tracking branch 'spi/fix/hspi' into spi-linusMark Brown1-2/+2
2013-10-07Merge remote-tracking branch 'spi/fix/dspi' into spi-linusMark Brown1-8/+2
2013-10-07Merge remote-tracking branch 'spi/fix/clps711x' into spi-linusMark Brown1-3/+0
2013-10-07spi: atmel: Fix incorrect error pathSachin Kamat1-1/+2
2013-10-03spi/hspi: fixup Runtime PM enable timingKuninori Morimoto1-2/+2
2013-09-27spi/s3c64xx: Ensure runtime PM is enabled prior to registrationMark Brown1-2/+2
2013-09-27spi/clps711x: drop clk_put for devm_clk_get in spi_clps711x_probe()Wei Yongjun1-1/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-2/+1
2013-09-12spi: fix return value check in dspi_probe()Wei Yongjun1-8/+2
2013-09-12spi: mpc512x: fix error return code in mpc512x_psc_spi_do_probe()Wei Yongjun1-1/+3
2013-09-10spi: clps711x: Don't call kfree() after spi_master_put/spi_unregister_masterAxel Lin1-2/+0
2013-09-07Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2