Age | Commit message (Expand) | Author | Files | Lines |
2017-04-26 | Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s... | Mark Brown | 4 | -12/+63 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '... | Mark Brown | 7 | -66/+175 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/omap2-mcspi',... | Mark Brown | 4 | -14/+65 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top... | Mark Brown | 5 | -10/+51 |
2017-04-26 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/t... | Mark Brown | 5 | -80/+210 |
2017-04-26 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -1/+1 |
2017-04-26 | Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/lantiq' and 'spi/fix/pl... | Mark Brown | 3 | -217/+224 |
2017-04-26 | spi: cadence: Allow for GPIO pins to be used as chipselects | Moritz Fischer | 1 | -0/+65 |
2017-04-25 | spi-imx: Implements handling of the SPI_READY mode flag. | Leif Middelschulte | 1 | -2/+18 |
2017-04-24 | spi: tegra: fix spelling mistake: "trasfer" -> "transfer" | Colin Ian King | 3 | -3/+3 |
2017-04-21 | spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble | Vignesh R | 1 | -7/+59 |
2017-04-21 | spi: Add can_dma like interface for spi_flash_read | Vignesh R | 1 | -1/+1 |
2017-04-18 | spi: dw: Disable clock after unregistering the host | Marek Vasut | 1 | -1/+1 |
2017-04-18 | spi: double time out tolerance | Hauke Mehrtens | 1 | -1/+1 |
2017-04-18 | spi: atmel: add deepest PM support to SAMA5D2 | Quentin Schulz | 1 | -0/+9 |
2017-04-12 | spi: atmel: factorize reusable code for SPI controller init | Quentin Schulz | 1 | -14/+21 |
2017-04-07 | spi: orion: add LSB support | Bastian Stender | 1 | -2/+9 |
2017-04-06 | spi: pl022: don't use uninitialized variable | Rabin Vincent | 1 | -1/+1 |
2017-03-30 | spi: loopback-test: fix spelling mistake: "minimam" -> "minimum" | Colin Ian King | 1 | -1/+1 |
2017-03-27 | spi: spi-ti-qspi: Remove unused dma_dev variable | Vignesh R | 1 | -1/+0 |
2017-03-24 | spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer | Akinobu Mita | 1 | -4/+5 |
2017-03-24 | spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy call | Vignesh R | 1 | -2/+1 |
2017-03-20 | spi: loopback-test: fix potential integer overflow on multiple | Colin Ian King | 1 | -1/+2 |
2017-03-20 | spi: sun6i: update max transfer size reported | Icenowy Zheng | 1 | -3/+1 |
2017-03-18 | spi: davinci: add comment about dummy tx buffer usage | Frode Isaksen | 1 | -1/+5 |
2017-03-18 | spi: loopback-test: add test spi_message with delay after transfers | Akinobu Mita | 1 | -0/+19 |
2017-03-18 | spi: loopback-test: add elapsed time check | Akinobu Mita | 2 | -0/+40 |
2017-03-18 | spi: loopback-test: test zero-length transfer | Akinobu Mita | 1 | -1/+1 |
2017-03-18 | spi: loopback-test: add ability to test zero-length transfer | Akinobu Mita | 2 | -48/+26 |
2017-03-18 | spi: loopback-test: don't skip comparing the first byte of rx_buf | Akinobu Mita | 1 | -1/+1 |
2017-03-18 | spi: loopback-test: correct mismatched test description and configuration | Akinobu Mita | 1 | -2/+2 |
2017-03-17 | spi: loopback-test: fix compile error on x86 | Frode Isaksen | 1 | -0/+1 |
2017-03-16 | spi: spidev: Add sx1301 to device tree compatibility list | Ben Whitten | 1 | -0/+1 |
2017-03-15 | spi: loopback-test: add option to use vmalloc'ed buffers | Frode Isaksen | 1 | -7/+27 |
2017-03-15 | spi: davinci: do not use DMA for vmalloc'ed buffers | Frode Isaksen | 1 | -1/+3 |
2017-03-15 | spi: davinci: do not use DMA if transfer length is less than 16 | Frode Isaksen | 1 | -6/+8 |
2017-03-15 | spi: davinci: use rx buffer as dummy tx buffer | Frode Isaksen | 1 | -1/+7 |
2017-03-13 | spi: xlp: update for ARCH_VULCAN2 | Jayachandran C | 2 | -1/+2 |
2017-03-13 | spi: fsl: Call irq_dispose_mapping in err path | Liu Xiang | 1 | -1/+2 |
2017-03-13 | spi/bcm63xx-hsspi: allow for probing through devicetree | Jonas Gorski | 1 | -3/+20 |
2017-03-13 | spi/bcm63xx-hsspi: allow providing clock rate through a second clock | Jonas Gorski | 1 | -2/+10 |
2017-03-07 | spi: davinci: enable DMA when channels are defined in DT | Fabien Parent | 1 | -0/+4 |
2017-03-07 | spi: davinci: Use SPI framework to handle DMA mapping | Fabien Parent | 1 | -51/+18 |
2017-03-07 | spi: sun6i: Allow transfers larger than FIFO size | Icenowy Zheng | 1 | -9/+81 |
2017-03-06 | spi: allow registering empty spi_board_info lists | Dmitry Torokhov | 1 | -1/+1 |
2017-03-06 | spi: allow attaching device properties to SPI board info | Dmitry Torokhov | 1 | -4/+28 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 1 | -0/+1 |
2017-03-01 | spi: lantiq-ssc: add LTQ_ prefix to defines | Hauke Mehrtens | 1 | -215/+222 |
2017-02-22 | spi: sc18is602: Add OF device ID table | Javier Martinez Canillas | 1 | -1/+23 |
2017-02-22 | spi/bcm63xx: fix typo in bcm63xx_spi_max_length breaking compilation | Jonas Gorski | 1 | -1/+1 |