summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2018-10-13spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven1-4/+6
2018-10-13spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki1-1/+2
2018-10-13spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler1-8/+23
2018-09-09spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski1-1/+1
2018-03-24spi: dw: Disable clock after unregistering the hostMarek Vasut1-1/+1
2018-03-22spi: sun6i: disable/unprepare clocks on removeTobias Jordan1-1/+1
2018-03-22spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita1-4/+5
2018-03-03spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea1-1/+1
2018-02-25spi: sun4i: disable clocks in the remove functionTakuo Koguchi1-1/+1
2018-02-07spi: imx: do not access registers while clocks disabledStefan Agner1-2/+13
2017-12-09spi: sh-msiof: Fix DMA transfer size checkHiromitsu Yamasaki1-1/+1
2017-08-11spi: dw: Make debugfs name unique between instancesPhil Reid1-1/+4
2017-02-08spi: dw-mid: refactor to use helpersAndy Shevchenko1-21/+48
2016-07-12spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong1-1/+6
2016-07-12spi: sunxi: fix transfer timeoutMichal Suchanek2-2/+18
2016-07-12spi: sun4i: allow transfers to set transmission speedMarcus Weseloh2-8/+8
2016-07-11spi: sun4i: fix FIFO limitMichal Suchanek1-3/+10
2015-10-28spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee1-0/+4
2015-10-28spi: xtensa-xtfpga: fix register endiannessMax Filippov1-2/+2
2015-10-28spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-07-04spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT1-2/+23
2015-07-04spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl1-5/+6
2015-06-28spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson1-7/+10
2015-05-18spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-05-18spi: imx: read back the RX/TX watermark levels earlierLucas Stach1-2/+2
2015-04-17spi: trigger trace event for message-done before mesg->completeUwe Kleine-König1-2/+3
2015-04-17spi: qup: Fix cs-num DT property parsingIvan T. Ivanov1-4/+5
2015-03-28spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-28spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko1-0/+6
2015-03-28spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer1-6/+6
2015-02-11spi: imx: use pio mode for i.mx6dlRobin Gong1-0/+4
2015-02-11spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV1-2/+12
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-02-06spi: dw: Fix detecting FIFO depthAxel Lin1-2/+2
2015-01-16spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura1-0/+5
2014-11-26Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2-7/+3
2014-11-26Merge remote-tracking branch 'spi/fix/dma' into spi-linusMark Brown1-3/+3
2014-11-18spi: sirf: fix word width configurationQipan Li1-2/+2
2014-11-17spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax1-3/+3
2014-11-07spi: dw: Fix dynamic speed change.Thor Thayer1-5/+1
2014-11-06Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into s...Mark Brown2-4/+7
2014-11-06spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov1-2/+5
2014-11-04spi: fsl-dspi: Fix CTAR selectionAlexander Stein1-2/+2
2014-10-27Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022'...Mark Brown5-41/+93
2014-10-22spi: orion: fix potential NULL pointer de-referenceGreg Ungerer1-1/+1
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-32/+86
2014-10-17spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke1-1/+3
2014-10-15spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke1-11/+23
2014-10-15spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke1-0/+12