| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-19 | spi: tegra114: explicitly request exclusive reset control |  Philipp Zabel | 1 | -1/+1 |
| 2017-07-19 | spi: tegra20-slink: explicitly request exclusive reset control |  Philipp Zabel | 1 | -1/+1 |
| 2017-07-19 | spi: sun6i: explicitly request exclusive reset control |  Philipp Zabel | 1 | -1/+1 |
| 2017-07-19 | spi: stm32: explicitly request exclusive reset control |  Philipp Zabel | 1 | -1/+1 |
| 2017-07-19 | spi: Convert to using %pOF instead of full_name |  Rob Herring | 2 | -18/+13 |
| 2017-07-18 | spi: loopback-test: make several module parameters static |  Colin Ian King | 1 | -7/+7 |
| 2017-07-17 | spi: loopback-test: provide loop_req option. |  Oleksij Rempel | 1 | -0/+16 |
| 2017-07-17 | spi: sh-msiof: Limit minimum divider on R-Car Gen3 |  Geert Uytterhoeven | 1 | -9/+23 |
| 2017-07-17 | spi: pxa2xx: Only claim CS GPIOs when the slave device is created |  Jan Kiszka | 1 | -38/+21 |
| 2017-07-17 | spi: imx: add selection for iMX53 and iMX6 controller |  jiada wang | 1 | -2/+24 |
| 2017-07-17 | spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data |  jiada wang | 1 | -9/+18 |
| 2017-07-17 | spi/bcm63xx-hspi: Fix checkpatch warnings |  Aravind Thokala | 1 | -3/+3 |
| 2017-07-17 | spi/ath79: Fix checkpatch warnings |  Aravind Thokala | 1 | -7/+6 |
| 2017-07-08 | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -31/+11 |
| 2017-07-03 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/st-ssc4' and 'spi/topic/stm32' into spi-next |  Mark Brown | 5 | -29/+1353 |
| 2017-07-03 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next |  Mark Brown | 5 | -73/+151 |
| 2017-07-03 | Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson-spicc', 'spi/topic/mtk' and 'spi/topic/omap2-mcspi' into spi-next |  Mark Brown | 6 | -15/+690 |
| 2017-07-03 | Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm63xx', 'spi/topic/davinci' and 'spi/topic/imx' into spi-next |  Mark Brown | 4 | -65/+46 |
| 2017-07-03 | Merge remote-tracking branch 'spi/topic/master' into spi-next |  Mark Brown | 5 | -541/+986 |
| 2017-07-03 | Merge remote-tracking branch 'spi/topic/core' into spi-next |  Mark Brown | 1 | -2/+2 |
| 2017-07-03 | 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 |  Mark Brown | 5 | -3/+28 |
| 2017-06-29 | spidev: quit messing with access_ok() |  Al Viro | 1 | -31/+11 |
| 2017-06-28 | spi: loopback-test: Fix kfree() NULL pointer error. |  Arvind Yadav | 1 | -6/+6 |
| 2017-06-28 | spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning" |  Colin Ian King | 1 | -1/+1 |
| 2017-06-28 | spi: sirf: fix spelling mistake: "registerred" -> "registered" |  Colin Ian King | 1 | -1/+1 |
| 2017-06-28 | spi: stm32: fix potential dereference null return value |  Amelie Delaunay | 1 | -8/+8 |
| 2017-06-28 | spi: stm32: enhance DMA error management |  Amelie Delaunay | 1 | -6/+17 |
| 2017-06-28 | spi: stm32: add runtime PM support |  Amelie Delaunay | 1 | -7/+36 |
| 2017-06-28 | spi: stm32: use normal conditional statements instead of ternary operator |  Amelie Delaunay | 1 | -14/+30 |
| 2017-06-28 | spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings |  Amelie Delaunay | 1 | -1/+1 |
| 2017-06-28 | spi: stm32: fix compatible to fit with new bindings |  Amelie Delaunay | 1 | -1/+1 |
| 2017-06-28 | spi: rockchip: Disable Runtime PM when chip select is asserted |  Jeffy Chen | 1 | -25/+26 |
| 2017-06-28 | spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS |  Jeffy Chen | 1 | -0/+1 |
| 2017-06-23 | spi: atmel: fix corrupted data issue on SAM9 family SoCs |  Cyrille Pitchen | 1 | -1/+23 |
| 2017-06-23 | spi: stm32: fix error check on mbr being -ve |  Colin Ian King | 1 | -2/+2 |
| 2017-06-21 | spi: add driver for STM32 SPI controller |  Amelie Delaunay | 3 | -0/+1277 |
| 2017-06-21 | spi/bcm63xx: Fix checkpatch warnings |  Aravind Thokala | 1 | -2/+2 |
| 2017-06-21 | spi: imx: Check for allocation failure earlier |  Fabio Estevam | 1 | -3/+3 |
| 2017-06-20 | spi: mediatek: add spi support for mt2712 IC |  leilk.liu@mediatek.com | 1 | -0/+7 |
| 2017-06-13 | spi: rockchip: fix error handling when probe |  Jeffy Chen | 1 | -13/+14 |
| 2017-06-13 | spi: mediatek: add spi support for mt7622 IC |  Leilk Liu | 1 | -0/+9 |
| 2017-06-13 | spi: mediatek: adjust register to enhance time accuracy |  Leilk Liu | 1 | -5/+40 |
| 2017-06-13 | spi: Generalize SPI "master" to "controller" |  Geert Uytterhoeven | 1 | -538/+541 |
| 2017-06-13 | Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-master |  Mark Brown | 5 | -26/+468 |
| 2017-06-06 | spi: atmel: print version only after successful registration |  Baruch Siach | 1 | -3/+3 |
| 2017-06-06 | spi: pxa2xx: Add support for Intel Cannonlake |  Jarkko Nikula | 1 | -0/+22 |
| 2017-06-06 | spi: imx: rename 'bpw' variables |  Sascha Hauer | 1 | -6/+6 |
| 2017-06-06 | spi: imx: remove bytes_per_word from private driver struct |  Sascha Hauer | 1 | -11/+4 |
| 2017-06-06 | spi: imx: drop bogus unnecessary dma config |  Sascha Hauer | 1 | -2/+0 |
| 2017-06-06 | spi: imx: put struct spi_imx_config members into driver private struct |  Sascha Hauer | 1 | -27/+23 |