summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: sunxi: fix transfer timeoutMichal Suchanek2016-08-222-2/+18
* spi: sun4i: fix FIFO limitMichal Suchanek2016-08-221-3/+10
* spi: spi-ti-qspi: Handle truncated frames properlyBen Hutchings2016-06-151-12/+20
* spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overriddenBen Hutchings2016-06-151-6/+9
* spi: fix parent-device reference leakJohan Hovold2016-01-251-1/+1
* spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang2015-12-131-1/+2
* spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko2015-12-131-2/+4
* spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R2015-12-131-2/+1
* spi: xtensa-xtfpga: fix register endiannessMax Filippov2015-10-191-2/+2
* spi: Fix documentation of spi_alloc_master()Guenter Roeck2015-10-091-2/+1
* spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-10-091-0/+4
* spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl2015-07-091-5/+6
* spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson2015-05-281-7/+10
* spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-04-271-1/+4
* spi: trigger trace event for message-done before mesg->completeUwe Kleine-König2015-04-101-2/+3
* spi: qup: Fix cs-num DT property parsingIvan T. Ivanov2015-04-101-4/+5
* spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin2015-03-231-1/+1
* spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer2015-03-231-6/+6
* spi: dw: revisit FIFO size detection againAndy Shevchenko2015-03-231-2/+2
* spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV2015-02-101-2/+12
* spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-02-041-1/+0
* spi: dw: Fix detecting FIFO depthAxel Lin2015-02-041-2/+2
* spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg2015-02-041-1/+1
* spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura2015-01-151-0/+5
* spi: sirf: fix word width configurationQipan Li2014-12-101-2/+2
* spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax2014-12-041-3/+3
* spi: dw: Fix dynamic speed change.Thor Thayer2014-12-041-5/+1
* spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov2014-11-141-2/+5
* spi: fsl-dspi: Fix CTAR selectionAlexander Stein2014-11-141-2/+2
* spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-11-131-1/+1
* spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko2014-10-301-0/+4
* spi: dw-mid: check that DMA was inited before exitAndy Shevchenko2014-10-301-0/+2
* spi: dw-mid: respect 8 bit modeAndy Shevchenko2014-10-301-2/+2
* spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-10-051-1/+2
* spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-10-051-2/+10
* spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-10-052-6/+19
* spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko2014-10-051-0/+2
* spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko2014-10-051-1/+1
* spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura2014-10-051-1/+2
* spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox2014-09-171-0/+1
* spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer2014-09-171-0/+14
* spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni2014-09-171-6/+4
*---. Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown2014-06-283-35/+21
|\ \ \
| | | * spi: sh-sci: fix use-after-free in sh_sci_spi_remove()Jürg Billeter2014-06-171-2/+2
| | * | spi: qup: Remove chip select functionAndy Gross2014-06-221-27/+6
| | * | spi: qup: Fix order of spi_register_masterAndy Gross2014-06-211-4/+7
| | |/
| * / spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPIChew, Chiau Ee2014-06-171-2/+6
|/ /
* / spi/pxa2xx: change default supported DMA burst size to 1Chew, Chiau Ee2014-06-061-1/+1
|/
* Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown2014-06-0212-12/+0
|\
| * spi: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-1412-12/+0