| Age | Commit message (Expand) | Author | Files | Lines |
| 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-14 | spi: armada-3700: fix unsigned compare than zero on irq |  Colin Ian King | 1 | -4/+5 |
| 2016-12-14 | spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings |  Simon Horman | 1 | -1/+3 |
| 2016-12-14 | spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select |  Felix Fietkau | 1 | -1/+1 |
| 2016-12-14 | spi: spi-ath79: support multiple internal chip select lines |  Felix Fietkau | 1 | -10/+11 |
| 2016-12-14 | spi: SPI_FSL_DSPI should depend on HAS_DMA |  Geert Uytterhoeven | 1 | -0/+1 |
| 2016-12-14 | spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg() |  Geert Uytterhoeven | 1 | -1/+1 |
| 2016-12-12 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/topic/ti-qspi', 'spi/topic/topcliff-pch' and 'spi/topic/xlp' into spi-next |  Mark Brown | 6 | -25/+84 |
| 2016-12-12 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/s3c64xx' into spi-next |  Mark Brown | 3 | -8/+50 |
| 2016-12-12 | Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/topic/jcore' and 'spi/topic/omap' into spi-next |  Mark Brown | 6 | -17/+562 |
| 2016-12-12 | Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-next |  Mark Brown | 6 | -343/+699 |
| 2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/topic/axi' into spi-next |  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/spidev' into spi-linus |  Mark Brown | 2 | -36/+93 |
| 2016-12-08 | spi: mvebu: fix baudrate calculation for armada variant |  Uwe Kleine-König | 1 | -24/+49 |
| 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 |