summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: rspi: Fix interrupted DMA transfersGeert Uytterhoeven2018-10-131-4/+6
* spi: sh-msiof: Fix handling of write value for SISTR registerHiromitsu Yamasaki2018-10-131-1/+2
* spi: tegra20-slink: explicitly enable/disable clockMarcel Ziswiler2018-10-131-8/+23
* spi: davinci: fix a NULL pointer dereferenceBartosz Golaszewski2018-09-091-1/+1
* spi: dw: Disable clock after unregistering the hostMarek Vasut2018-03-241-1/+1
* spi: sun6i: disable/unprepare clocks on removeTobias Jordan2018-03-221-1/+1
* spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transferAkinobu Mita2018-03-221-4/+5
* spi: atmel: fixed spin_lock usage inside atmel_spi_removeRadu Pirea2018-03-031-1/+1
* spi: sun4i: disable clocks in the remove functionTakuo Koguchi2018-02-251-1/+1
* spi: imx: do not access registers while clocks disabledStefan Agner2018-02-071-2/+13
* spi: sh-msiof: Fix DMA transfer size checkHiromitsu Yamasaki2017-12-091-1/+1
* spi: dw: Make debugfs name unique between instancesPhil Reid2017-08-111-1/+4
* spi: dw-mid: refactor to use helpersAndy Shevchenko2017-02-081-21/+48
* spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong2016-07-121-1/+6
* spi: sunxi: fix transfer timeoutMichal Suchanek2016-07-122-2/+18
* spi: sun4i: allow transfers to set transmission speedMarcus Weseloh2016-07-122-8/+8
* spi: sun4i: fix FIFO limitMichal Suchanek2016-07-111-3/+10
* spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabledTan, Jui Nee2015-10-271-0/+4
* spi: xtensa-xtfpga: fix register endiannessMax Filippov2015-10-271-2/+2
* spi: Fix documentation of spi_alloc_master()Guenter Roeck2015-10-271-2/+1
* spi: orion: Fix maximum baud rates for Armada 370/XPGregory CLEMENT2015-07-031-2/+23
* spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl2015-07-031-5/+6
* spi: bitbang: Make setup_transfer() callback optionalPelle Nilsson2015-06-281-7/+10
* spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-05-171-1/+4
* spi: imx: read back the RX/TX watermark levels earlierLucas Stach2015-05-171-2/+2
* spi: trigger trace event for message-done before mesg->completeUwe Kleine-König2015-04-161-2/+3
* spi: qup: Fix cs-num DT property parsingIvan T. Ivanov2015-04-161-4/+5
* spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin2015-03-281-1/+1
* spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko2015-03-281-0/+6
* spi: atmel: Fix interrupt setup for PDC transfersTorsten Fleischer2015-03-281-6/+6
* spi: imx: use pio mode for i.mx6dlRobin Gong2015-02-111-0/+4
* spi: spi-fsl-dspi: Remove usage of devm_kzallocBhuvanchandra DV2015-02-111-2/+12
* spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg2015-02-051-1/+1
* spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-02-051-1/+0
* spi: dw: Fix detecting FIFO depthAxel Lin2015-02-051-2/+2
* spi: sh-msiof: Add runtime PM lock in initializingHisashi Nakamura2015-01-161-0/+5
*-. Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2014-11-262-7/+3
|\ \
| | * spi: sirf: fix word width configurationQipan Li2014-11-181-2/+2
| * | spi: dw: Fix dynamic speed change.Thor Thayer2014-11-071-5/+1
| |/
* | Merge remote-tracking branch 'spi/fix/dma' into spi-linusMark Brown2014-11-261-3/+3
|\ \
| * | spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax2014-11-171-3/+3
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into s...Mark Brown2014-11-062-4/+7
|\ \ \
| | * | spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov2014-11-061-2/+5
| | |/
| * / spi: fsl-dspi: Fix CTAR selectionAlexander Stein2014-11-041-2/+2
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022'...Mark Brown2014-10-275-41/+93
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * spi: spidev: Use separate TX and RX bounce buffersRay Jui2014-10-131-27/+52
| | | | * | spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke2014-10-171-1/+3
| | | | * | spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke2014-10-151-11/+23
| | | | * | spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke2014-10-151-0/+12
| | | | |/
| | | * / spi: pl022: Fix incorrect dma_unmap_sgRay Jui2014-10-131-1/+1
| | | |/