summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-08-23spi: sunxi: fix transfer timeoutMichal Suchanek2-2/+18
2016-08-23spi: sun4i: fix FIFO limitMichal Suchanek1-3/+10
2016-06-15spi: spi-ti-qspi: Handle truncated frames properlyBen Hutchings1-12/+20
2016-06-15spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overriddenBen Hutchings1-6/+9
2016-01-25spi: fix parent-device reference leakJohan Hovold1-1/+1
2015-12-13spi: atmel: Fix DMA-setup for transfers with more than 8 bits per wordDavid Mosberger-Tang1-1/+2
2015-12-13spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko1-2/+4
2015-12-13spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R1-2/+1
2015-10-19spi: xtensa-xtfpga: fix register endiannessMax Filippov1-2/+2
2015-10-09spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-10-09spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee1-0/+4
2015-07-09spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl1-5/+6
2015-05-28spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson1-7/+10
2015-04-27spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-04-10spi: trigger trace event for message-done before mesg->completeUwe Kleine-König1-2/+3
2015-04-10spi: qup: Fix cs-num DT property parsingIvan T. Ivanov1-4/+5
2015-03-23spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-23spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer1-6/+6
2015-03-23spi: dw: revisit FIFO size detection againAndy Shevchenko1-2/+2
2015-02-10spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV1-2/+12
2015-02-04spi: dw-mid: fix FIFO sizeAndy Shevchenko1-1/+0
2015-02-04spi: dw: Fix detecting FIFO depthAxel Lin1-2/+2
2015-02-04spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg1-1/+1
2015-01-16spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura1-0/+5
2014-12-10spi: sirf: fix word width configurationQipan Li1-2/+2
2014-12-04spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax1-3/+3
2014-12-04spi: 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-13spi: 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: sirf: enable RX_IO_DMA_INT interruptQipan Li1-1/+2
2014-10-06spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin1-2/+10
2014-10-06spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2-6/+19
2014-10-06spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko1-0/+2
2014-10-06spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko1-1/+1
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-28Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/s...Mark Brown3-35/+21
2014-06-22spi: qup: Remove chip select functionAndy Gross1-27/+6
2014-06-21spi: qup: Fix order of spi_register_masterAndy Gross1-4/+7
2014-06-17spi: sh-sci: fix use-after-free in sh_sci_spi_remove()Jürg Billeter1-2/+2
2014-06-17spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPIChew, Chiau Ee1-2/+6
2014-06-06spi/pxa2xx: change default supported DMA burst size to 1Chew, Chiau Ee1-1/+1
2014-06-02Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown12-12/+0
2014-06-02Merge remote-tracking branches 'spi/topic/oom', 'spi/topic/pxa2xx', 'spi/topi...Mark Brown10-580/+467