- 090a81d Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 082f696 Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/st-ssc4' and 'spi/topic/stm32' into spi-next by Mark Brown · 7 years ago
- cc7e35b Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next by Mark Brown · 7 years ago
- 15f8c9a Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson-spicc', 'spi/topic/mtk' and 'spi/topic/omap2-mcspi' into spi-next by Mark Brown · 7 years ago
- 63a8927 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/davinci' and 'spi/topic/imx' into spi-next by Mark Brown · 7 years ago
- 9d540b0 Merge remote-tracking branch 'spi/topic/master' into spi-next by Mark Brown · 7 years ago
- 096bf6b Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 7 years ago
- 20e5c74 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/fsl-dspi' and 'spi/fix/ti-qspi' into spi-linus by Mark Brown · 7 years ago
- 251d595 spidev: quit messing with access_ok() by Al Viro · 8 years ago
- 704c309 spi: loopback-test: Fix kfree() NULL pointer error. by Arvind Yadav · 7 years ago
- 478de2ba spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning" by Colin Ian King · 7 years ago
- 2d781e8 spi: sirf: fix spelling mistake: "registerred" -> "registered" by Colin Ian King · 7 years ago
- 7b821a6 spi: stm32: fix potential dereference null return value by Amelie Delaunay · 7 years ago
- c67ad36 spi: stm32: enhance DMA error management by Amelie Delaunay · 7 years ago
- 038ac86 spi: stm32: add runtime PM support by Amelie Delaunay · 7 years ago
- 128ebb8 spi: stm32: use normal conditional statements instead of ternary operator by Amelie Delaunay · 7 years ago
- 042c1c6 spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings by Amelie Delaunay · 7 years ago
- c5fe2fa spi: stm32: fix compatible to fit with new bindings by Amelie Delaunay · 7 years ago
- aa09938 spi: rockchip: Disable Runtime PM when chip select is asserted by Jeffy Chen · 7 years ago
- c863795 spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS by Jeffy Chen · 7 years ago
- 7094576 spi: atmel: fix corrupted data issue on SAM9 family SoCs by Cyrille Pitchen · 7 years ago
- a2f07d38 spi: stm32: fix error check on mbr being -ve by Colin Ian King · 7 years ago
- dcbe0d8 spi: add driver for STM32 SPI controller by Amelie Delaunay · 7 years ago
- b85d65d spi/bcm63xx: Fix checkpatch warnings by Aravind Thokala · 7 years ago
- 2c14777 spi: imx: Check for allocation failure earlier by Fabio Estevam · 7 years ago
- b6b1f2d spi: mediatek: add spi support for mt2712 IC by leilk.liu@mediatek.com · 7 years ago
- c351587 spi: rockchip: fix error handling when probe by Jeffy Chen · 7 years ago
- fc4f226 spi: mediatek: add spi support for mt7622 IC by Leilk Liu · 7 years ago
- 058fe49 spi: mediatek: adjust register to enhance time accuracy by Leilk Liu · 7 years ago
- 8caab75 spi: Generalize SPI "master" to "controller" by Geert Uytterhoeven · 7 years ago
- c94085f5 Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-master by Mark Brown · 7 years ago
- 6aba9c6 spi: atmel: print version only after successful registration by Baruch Siach · 8 years ago
- fc0b2ac spi: pxa2xx: Add support for Intel Cannonlake by Jarkko Nikula · 8 years ago
- 2e312f6 spi: imx: rename 'bpw' variables by Sascha Hauer · 8 years ago
- 65017ee spi: imx: remove bytes_per_word from private driver struct by Sascha Hauer · 8 years ago
- d6be7d1 spi: imx: drop bogus unnecessary dma config by Sascha Hauer · 8 years ago
- d52345b spi: imx: put struct spi_imx_config members into driver private struct by Sascha Hauer · 8 years ago
- 494f319 spi: imx: Drop unnecessary check by Sascha Hauer · 8 years ago
- abb1ff1 spi: imx: Nothing to do in setupxfer when transfer is NULL by Sascha Hauer · 8 years ago
- 35fc3b9 spi: davinci: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
- 2b747a5 spi: davinci: Fix compilation warning. by Arvind Yadav · 8 years ago
- ce70e06 spi: slave: Add SPI slave handler controlling system state by Geert Uytterhoeven · 8 years ago
- 29f9ffa spi: slave: Add SPI slave handler reporting uptime at previous message by Geert Uytterhoeven · 8 years ago
- cf9e478 spi: sh-msiof: Add slave mode support by Hisashi Nakamura · 8 years ago
- 6c36406 spi: core: Add support for registering SPI slave controllers by Geert Uytterhoeven · 8 years ago
- 0b0cda4 spi: st-ssc4: whitespace cleanup by Chris Packham · 8 years ago
- ad74499 spi: omap2-mcspi: remove redundant check for error status by Colin Ian King · 8 years ago
- 454fa27 spi: Add Meson SPICC driver by Neil Armstrong · 8 years ago
- b28b914 spi: orion: Handle GPIO chip-selects by Chris Packham · 8 years ago
- 09b3ed2 spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode" by Sascha Hauer · 8 years ago
- cddebdd spi: spi-fsl-dspi: ensure non-zero return on error path by Nikita Yushchenko · 8 years ago
- 179547e spi: imx: fix issue when tx_buf or rx_buf is NULL by Jiada Wang · 8 years ago
- 8d4a6ca spi: imx: dynamic burst length adjust for PIO mode by Jiada Wang · 8 years ago
- 0b85a84 spi: bcm63xx-hsspi: Export OF device ID table as module aliases by Andres Galacho · 8 years ago
- 967d694 spi: SPI_TI_QSPI should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
- ad25c92 spi: core: Replace S_IRUGO permissions by 0444 by Geert Uytterhoeven · 8 years ago
- b56ffae spi: core: Fix devm_spi_register_master() function name in kerneldoc by Geert Uytterhoeven · 8 years ago
- f792943 spi: spidev: use memdup_user by Geliang Tang · 8 years ago
- 76bf569 spi: spidev: remove unused completion by Seraphime Kirkovski · 8 years ago
- 282ec0e Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
- d8f5207 Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', 'spi/topic/sunxi', 'spi/topic/tegra' and 'spi/topic/test' into spi-next by Mark Brown · 8 years ago
- fbdd1b2 Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/omap2-mcspi', 'spi/topic/orion', 'spi/topic/pl022' and 'spi/topic/sc18is602' into spi-next by Mark Brown · 8 years ago
- a2d5eda Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-next by Mark Brown · 8 years ago
- 2536374 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/cadence' and 'spi/topic/davinci' into spi-next by Mark Brown · 8 years ago
- 42b1ead Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
- fbf3d36 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/lantiq' and 'spi/fix/pl022' into spi-linus by Mark Brown · 8 years ago
- b42a33b spi: cadence: Allow for GPIO pins to be used as chipselects by Moritz Fischer · 8 years ago
- f72efa7 spi-imx: Implements handling of the SPI_READY mode flag. by Leif Middelschulte · 8 years ago
- bfca761 spi: tegra: fix spelling mistake: "trasfer" -> "transfer" by Colin Ian King · 8 years ago
- c687c46 spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble by Vignesh R · 8 years ago
- 2bca344 spi: Add can_dma like interface for spi_flash_read by Vignesh R · 8 years ago
- 400c18e spi: dw: Disable clock after unregistering the host by Marek Vasut · 8 years ago
- 833bfad spi: double time out tolerance by Hauke Mehrtens · 8 years ago
- e538007 spi: atmel: add deepest PM support to SAMA5D2 by Quentin Schulz · 8 years ago
- 05514c8 spi: atmel: factorize reusable code for SPI controller init by Quentin Schulz · 8 years ago
- 1017f42 spi: orion: add LSB support by Bastian Stender · 8 years ago
- 849794c spi: pl022: don't use uninitialized variable by Rabin Vincent · 8 years ago
- 905e0b5 spi: loopback-test: fix spelling mistake: "minimam" -> "minimum" by Colin Ian King · 8 years ago
- cb3c8e5 spi: spi-ti-qspi: Remove unused dma_dev variable by Vignesh R · 8 years ago
- 8126135 spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer by Akinobu Mita · 8 years ago
- 1351aae spi: spi-ti-qspi: Use dma_engine wrapper for dma memcpy call by Vignesh R · 8 years ago
- d2c14c6 spi: loopback-test: fix potential integer overflow on multiple by Colin Ian King · 8 years ago
- 3288d5c spi: sun6i: update max transfer size reported by Icenowy Zheng · 8 years ago
- 1234e83 spi: davinci: add comment about dummy tx buffer usage by Frode Isaksen · 8 years ago
- 8687113 spi: loopback-test: add test spi_message with delay after transfers by Akinobu Mita · 8 years ago
- ea9936f3 spi: loopback-test: add elapsed time check by Akinobu Mita · 8 years ago
- 0bd7fda spi: loopback-test: test zero-length transfer by Akinobu Mita · 8 years ago
- 8916671 spi: loopback-test: add ability to test zero-length transfer by Akinobu Mita · 8 years ago
- 8494801 spi: loopback-test: don't skip comparing the first byte of rx_buf by Akinobu Mita · 8 years ago
- c4e121a spi: loopback-test: correct mismatched test description and configuration by Akinobu Mita · 8 years ago
- e542f7e spi: loopback-test: fix compile error on x86 by Frode Isaksen · 8 years ago
- 91b46346 spi: spidev: Add sx1301 to device tree compatibility list by Ben Whitten · 8 years ago
- 576333a spi: loopback-test: add option to use vmalloc'ed buffers by Frode Isaksen · 8 years ago
- 4dd9bec spi: davinci: do not use DMA for vmalloc'ed buffers by Frode Isaksen · 8 years ago
- 0718b76 spi: davinci: do not use DMA if transfer length is less than 16 by Frode Isaksen · 8 years ago
- 6b3a631 spi: davinci: use rx buffer as dummy tx buffer by Frode Isaksen · 8 years ago
- 251831b spi: xlp: update for ARCH_VULCAN2 by Jayachandran C · 8 years ago
- 500a32a spi: fsl: Call irq_dispose_mapping in err path by Liu Xiang · 8 years ago
- 7ab2463 spi/bcm63xx-hsspi: allow for probing through devicetree by Jonas Gorski · 8 years ago
- ff18e1e spi/bcm63xx-hsspi: allow providing clock rate through a second clock by Jonas Gorski · 8 years ago