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