Age | Commit message (Expand) | Author | Files | Lines |
2017-01-17 | spi: s3c64xx: potential oops on probe error | Dan Carpenter | 1 | -4/+4 |
2017-01-09 | spi: s3c64xx: Don't request/release DMA channels for each SPI transfer | Marek Szyprowski | 1 | -28/+29 |
2016-12-14 | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -17/+4 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to... | Mark Brown | 6 | -25/+84 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 3 | -8/+50 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/t... | Mark Brown | 6 | -17/+562 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/... | Mark Brown | 6 | -347/+703 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown | 6 | -178/+1039 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/rcar' into spi-next | Mark Brown | 1 | -0/+1 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 1 | -2/+5 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -2/+7 |
2016-12-12 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/... | Mark Brown | 2 | -41/+98 |
2016-12-08 | spi: mvebu: fix baudrate calculation for armada variant | Uwe Kleine-König | 1 | -29/+54 |
2016-12-08 | spi: Add support for Armada 3700 SPI Controller | Romain Perier | 3 | -0/+931 |
2016-12-05 | spi: fsl-lpspi: quit reading rx fifo under error condition | Gao Pan | 1 | -1/+4 |
2016-12-05 | spi: fsl-lpspi: use GPL as module license | Gao Pan | 1 | -1/+1 |
2016-12-01 | spi: fsl-espi: fix ioread16/iowrite16 endianness | Heiner Kallweit | 1 | -2/+2 |
2016-11-30 | spi: fsl-espi: remove unused linearization code | Heiner Kallweit | 1 | -80/+0 |
2016-11-30 | spi: fsl-espi: eliminate need for linearization when reading from hardware | Heiner Kallweit | 1 | -14/+63 |
2016-11-30 | spi: fsl-espi: eliminate need for linearization when writing to hardware | Heiner Kallweit | 1 | -14/+65 |
2016-11-30 | spi: fsl-espi: determine need for byte swap only once | Heiner Kallweit | 1 | -2/+6 |
2016-11-30 | spi: fsl-lpspi: read lpspi tx/rx fifo size in probe() | Gao Pan | 1 | -7/+14 |
2016-11-30 | spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done | Gao Pan | 1 | -1/+6 |
2016-11-30 | spi: orion: fix comment to mention MVEBU | Uwe Kleine-König | 1 | -1/+2 |
2016-11-25 | spi: atmel: remove the use of private channel fields | Nicolas Ferre | 1 | -43/+43 |
2016-11-25 | spi: atmel: trivial: remove unused fields in DMA structure | Nicolas Ferre | 1 | -4/+0 |
2016-11-25 | spi: atmel: Use SPI core DMA mapping framework | Cyrille Pitchen | 1 | -32/+25 |
2016-11-25 | spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling | Nicolas Ferre | 1 | -96/+35 |
2016-11-25 | spi: atmel: trivial: move info banner to latest probe action | Nicolas Ferre | 1 | -4/+4 |
2016-11-25 | spi: imx: replace schedule() with cond_resched() | Gao Pan | 1 | -1/+1 |
2016-11-25 | spi: imx: fix potential shift truncation | Gao Pan | 1 | -1/+1 |
2016-11-25 | spi: imx: use prepare_transfer_hardware() for lpspi | Gao Pan | 1 | -6/+4 |
2016-11-23 | spi: ath79: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-11-23 | spi: xlp: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-11-23 | spi: jcore: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-11-23 | spi: spi-axi: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-11-22 | spi: imx: add lpspi bus driver | Gao Pan | 3 | -0/+519 |
2016-11-22 | spi: spi-fsl-dspi: Fix continuous selection format | Sanchayan Maity | 1 | -14/+6 |
2016-11-22 | spi: spi-fsl-dspi: Fix incorrect DMA setup | Sanchayan Maity | 1 | -17/+18 |
2016-11-22 | spi: spi-fsl-dspi: Fix incorrect freeing of DMA allocated buffers | Sanchayan Maity | 1 | -2/+4 |
2016-11-22 | spi: use sg_next for walking through the allocated scatterlist table | Juan Gutierrez | 1 | -2/+5 |
2016-11-21 | spi: spi-topcliff-pch: Remove some dead code | Christophe JAILLET | 1 | -12/+1 |
2016-11-21 | spi: sh-msiof: Add support for R-Car M3-W | Geert Uytterhoeven | 1 | -0/+1 |
2016-11-18 | spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE | Sanchayan Maity | 1 | -4/+8 |
2016-11-17 | spi: s3c64xx: Do not use platform_data for DMA parameters | Sylwester Nawrocki | 1 | -17/+4 |
2016-11-16 | spi: fsl-espi: set spi_master members min_speed_hz and max_speed_hz | Heiner Kallweit | 1 | -10/+3 |
2016-11-16 | spi: fsl-espi: simplify of_fsl_espi_suspend | Heiner Kallweit | 1 | -5/+1 |
2016-11-15 | spi: atmel: Fix scheduling while atomic | Ben Whitten | 1 | -1/+5 |
2016-11-15 | spi: spi-ti-qspi: reinit of completion variable | Prahlad V | 1 | -0/+1 |
2016-11-14 | spi: atmel: fix indenting in atmel_spi_gpio_cs() | Dan Carpenter | 1 | -9/+9 |