1. 916d980 spi: sh-msiof: Reduce the number of times write to and perform the transmission from FIFO by Hoan Nguyen An · 6 years ago
  2. 079e7f8 spi: sh-msiof: Add r8a774c0 support by Fabrizio Castro · 6 years ago
  3. 62f82df doc: lpspi: Document DT bindings for LPSPI slave mode by Clark Wang · 6 years ago
  4. cf86874 spi: lpspi: Let watermark change with send data length by Clark Wang · 6 years ago
  5. bcd8731 spi: lpspi: Add slave mode support by Clark Wang · 6 years ago
  6. 07d7155 spi: lpspi: Replace all "master" with "controller" by Clark Wang · 6 years ago
  7. 3f75720 spi: imx: drop useless member speed_hz from driver data struct by Uwe Kleine-König · 6 years ago
  8. 1d37470 spi: imx: rename config callback and add useful parameters by Uwe Kleine-König · 6 years ago
  9. 30d6714 spi: imx: style fixes by Uwe Kleine-König · 6 years ago
  10. 00b80ac spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook. by Uwe Kleine-König · 6 years ago
  11. e697271 spi: imx: add a device specific prepare_message callback by Uwe Kleine-König · 6 years ago
  12. 6ab4a35 spi: Update NPCM PSPI controller documentation by Tomer Maimon · 6 years ago
  13. 1fa33be spi: npcm: Modify pspi send function by Tomer Maimon · 6 years ago
  14. 194276b spi: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  15. ae218f7 Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.21 mode conflict by Mark Brown · 6 years ago
  16. 32215a6 spi: dw-mmio: add ACPI support by Jay Fang · 6 years ago
  17. 2527704 spi: bcm2835: Synchronize with callback on DMA termination by Lukas Wunner · 6 years ago
  18. 2e0733b spi: bcm2835: Speed up FIFO access if fill level is known by Lukas Wunner · 6 years ago
  19. b31a929 spi: bcm2835: Polish transfer of DMA prologue by Lukas Wunner · 6 years ago
  20. b12a084 spi: spi-mem: add support for octal mode I/O data transfer by Yogesh Narayan Gaur · 6 years ago
  21. 6b03061 spi: add support for octal mode I/O data transfer by Yogesh Narayan Gaur · 6 years ago
  22. c2b142cc spi: fix spi-at91-usart.c build errors when PINCTRL is not set by Randy Dunlap · 6 years ago
  23. 787f488 spi: Fix formatting of header block by Mark Brown · 6 years ago
  24. 5651248 Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-4.21 by Mark Brown · 6 years ago
  25. 29bdedf spi: bcm2835: Unbreak the build of esoteric configs by Lukas Wunner · 6 years ago
  26. 3bd7f65 spi: bcm2835: Overcome sglist entry length limitation by Lukas Wunner · 6 years ago
  27. acf0f85 spi: bcm2835: Document struct bcm2835_spi by Lukas Wunner · 6 years ago
  28. 5c09e42 spi: bcm2835: Drop unused code for native Chip Select by Lukas Wunner · 6 years ago
  29. c06eea7 Merge branch 'spi-4.20' into spi-4.21 for bcm stuff. by Mark Brown · 6 years ago
  30. e82b0b3 spi: bcm2835: Fix race on DMA termination by Lukas Wunner · 6 years ago
  31. dbc9441 spi: bcm2835: Fix book-keeping of DMA termination by Lukas Wunner · 6 years ago
  32. 56c1723 spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode by Lukas Wunner · 6 years ago
  33. 942779c spi: mediatek: add spi support for mt7629 IC by Leilk Liu · 6 years ago
  34. 96ed3ec spi: at91-usart: add power management support by Radu Pirea · 6 years ago
  35. 1d2319e spi: npcm: Fix uninitialized variable warning by Olof Johansson · 6 years ago
  36. a1880d3 spi: mediatek: Add bindings for mediatek MT7629 soc platform by Leilk Liu · 6 years ago
  37. 428f977 spi: npcm: Fix an error code in the probe function by Dan Carpenter · 6 years ago
  38. f0915df spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning by Lubomir Rintel · 6 years ago
  39. 91b9dee spi: omap2-mcspi: Add missing suspend and resume calls by Tony Lindgren · 6 years ago
  40. d57e796 spi: Fix core transfer waits after slave support by Mark Brown · 6 years ago
  41. 7986e22 spi: npcm: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 6 years ago
  42. 22bf6cd spi: bcm2835: make license text and module license match by Stefan Wahren · 6 years ago
  43. 757ec11 spi: npcm: fix u32 csgpio being checked for less than zero by Colin Ian King · 6 years ago
  44. 2a22f1b spi: npcm: add NPCM PSPI controller driver by Tomer Maimon · 6 years ago
  45. 4ad2686 dt-binding: spi: add NPCM PSPI controller documentation by Tomer Maimon · 6 years ago
  46. c0b0760 spi: pl022: Handle cs_change for last transfer by Fredrik Ternerot · 6 years ago
  47. 8239185 spi: pxa2xx: Deal with the leftover garbage in TXFIFO by Lubomir Rintel · 6 years ago
  48. 77d3389 spi: pxa2xx: Add ready signal by Lubomir Rintel · 6 years ago
  49. 8ae13d0 spi: pxa2xx: dt-bindings: Add ready GPIO signal by Lubomir Rintel · 6 years ago
  50. ec93cb6 spi: pxa2xx: Add slave mode support by Lubomir Rintel · 6 years ago
  51. 810923f spi: Deal with slaves that return from transfer_one() unfinished by Lubomir Rintel · 6 years ago
  52. aa66478 spi: pxa2xx: dt-bindings: Add spi-slave property by Lubomir Rintel · 6 years ago
  53. 5132b3d spi: gpio: Support 3WIRE high-impedance turn-around by Linus Walleij · 6 years ago
  54. df80e04 spi: rspi: Add r8a77470 to the compatible list by Fabrizio Castro · 6 years ago
  55. 81df42d spi: Kconfig: Enable McSPI driver for K3 platforms by Vignesh R · 6 years ago
  56. abc61f4 spi: omap-spi: Add compatible for AM654 SoC by Vignesh R · 6 years ago
  57. e28ae34 Merge branch 'spi-4.20' into spi-4.21 for uniphier DT by Mark Brown · 6 years ago
  58. 326e5c8 dt-binding: spi: Document Macronix controller bindings by Mason Yang · 6 years ago
  59. b942d80 spi: Add MXIC controller driver by Mason Yang · 6 years ago
  60. be0bf62 spi: spi-rspi: simplify getting .driver_data by Wolfram Sang · 6 years ago
  61. 6eee6d3 spi: spi-zynqmp-gqspi: simplify getting .driver_data by Wolfram Sang · 6 years ago
  62. 07c7df3 spi: spi-sh-msiof: simplify getting .driver_data by Wolfram Sang · 6 years ago
  63. 2a35a64 spi: uniphier: re-add addressing properties by Keiji Hayashibara · 6 years ago
  64. 4642f0b spi: uniphier: fix incorrect property items by Keiji Hayashibara · 6 years ago
  65. 6a34e28 spi: spi-geni-qcom: Simplify probe function by Alok Chauhan · 6 years ago
  66. 0dccff3 spi: spi-geni-qcom: fix nitpicks by Alok Chauhan · 6 years ago
  67. 13aed23 spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQ by Chuanhua Han · 6 years ago
  68. b654aa6 spi: mediatek: add spi support for mt8183 IC by Leilk Liu · 6 years ago
  69. f611dfd spi: mediatek: Add bindings for mediatek MT8183 soc platform by Leilk Liu · 6 years ago
  70. b53548f spi: pxa2xx: Remove LPSS private register restoring during resume by Jarkko Nikula · 6 years ago
  71. 0429019 spi: rockchip: support lsb-first mode by Emil Renner Berthing · 6 years ago
  72. 65498c6 spi: rockchip: support 4bit words by Emil Renner Berthing · 6 years ago
  73. 01b59ce spi: rockchip: use irq rather than polling by Emil Renner Berthing · 6 years ago
  74. 74b7efa spi: rockchip: precompute rx sample delay by Emil Renner Berthing · 6 years ago
  75. 420b82f spi: rockchip: set min/max speed by Emil Renner Berthing · 6 years ago
  76. eff0275 spi: rockchip: simplify use_dma logic by Emil Renner Berthing · 6 years ago
  77. d790c34 spi: rockchip: remove master pointer from dev data by Emil Renner Berthing · 6 years ago
  78. eee06a9 spi: rockchip: don't store dma channels twice by Emil Renner Berthing · 6 years ago
  79. fc1ad8e spi: rockchip: read transfer info directly by Emil Renner Berthing · 6 years ago
  80. ce38610 spi: rockchip: disable spi on error by Emil Renner Berthing · 6 years ago
  81. fab3e48 spi: rockchip: use atomic_t state by Emil Renner Berthing · 6 years ago
  82. 2410d6a spi: rockchip: always use SPI mode by Emil Renner Berthing · 6 years ago
  83. 31bcb57 spi: rockchip: use designated init for dma config by Emil Renner Berthing · 6 years ago
  84. 30688e4 spi: rockchip: make spi_enable_chip take bool by Emil Renner Berthing · 6 years ago
  85. 6510223 Linux 4.20-rc1 by Linus Torvalds · 6 years ago
  86. 42bd06e Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  87. 4710e78 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  88. 35e7452 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  89. 04578e8 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb by Linus Torvalds · 6 years ago
  90. 71e5602 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  91. 601a880 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  93. e9ebc21 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  94. 993f0b0 sched/topology: Fix off by one bug by Peter Zijlstra · 6 years ago
  95. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  96. d2ff0ff2 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  97. 83650fd Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  98. 3308a38 Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  99. 9a12efc Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  100. 16944728 Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago