Age | Commit message (Expand) | Author | Files | Lines |
2017-01-20 | Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -12/+21 |
2017-01-17 | Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus | Mark Brown | 1 | -1/+3 |
2017-01-17 | Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davi... | Mark Brown | 6 | -6/+12 |
2017-01-12 | spi: davinci: use dma_mapping_error() | Kevin Hilman | 1 | -2/+2 |
2017-01-09 | spi: spi-axi: Free resources on error path | Christophe JAILLET | 1 | -1/+2 |
2017-01-04 | spi: pxa2xx: add missed break | Andy Shevchenko | 1 | -0/+1 |
2017-01-04 | spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) | Andy Shevchenko | 1 | -2/+2 |
2016-12-31 | spi: dw: Make debugfs name unique between instances | Phil Reid | 1 | -1/+4 |
2016-12-20 | spi: sh-msiof: Do not use C++ style comment | Simon Horman | 1 | -1/+1 |
2016-12-16 | spi: armada-3700: Set mode bits correctly | Dan Carpenter | 1 | -1/+1 |
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_FSL_DSPI should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |
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 |