1. c8895ba spi: Fix tegra20 build with CONFIG_PM=n by Linus Torvalds · 2 years, 10 months ago
  2. 2598ed4 spi: spi-pic32: Fix issue with uninitialized dma_slave_config by Tony Lindgren · 3 years ago
  3. c67bf89 spi: mediatek: Fix fifo transfer by Guenter Roeck · 3 years ago
  4. 42982d0 spi: mediatek: fix fifo rx mode by Peter Hess · 3 years, 1 month ago
  5. 29a5258 spi: spi-sun6i: Fix chipselect/clock bug by Mirko Vogt · 3 years, 1 month ago
  6. a13e2e5 spi: omap-100k: Fix the length judgment problem by Tian Tao · 3 years, 3 months ago
  7. 76d3d90 spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() by Jay Fang · 3 years, 3 months ago
  8. d543ce9 spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' by Jay Fang · 3 years, 3 months ago
  9. 8bf9642 spi: Fix use-after-free with devm_spi_alloc_* by William A. Kennington III · 3 years, 4 months ago
  10. 002bb41 spi: omap-100k: Fix reference leak to master by Wei Yongjun · 3 years, 4 months ago
  11. be19945 spi: dln2: Fix reference leak to master by Wei Yongjun · 3 years, 4 months ago
  12. cc7f117 spi: pxa2xx: Fix the controller numbering for Wildcat Point by Andy Shevchenko · 3 years, 6 months ago
  13. bc690c8 ARM: s3c: fix fiq for clang IAS by Arnd Bergmann · 3 years, 6 months ago
  14. 97174b1 spi: cadence: cache reference clock rate during probe by Michael Hennerich · 3 years, 6 months ago
  15. 20c7cf3 spi: pxa2xx: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  16. 7ce82e5 spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path by Lukas Wunner · 3 years, 9 months ago
  17. 2fda5db spi: sc18is602: Don't leak SPI master in probe error path by Lukas Wunner · 3 years, 8 months ago
  18. 2504d15 spi: rb4xx: Don't leak SPI master in probe error path by Lukas Wunner · 3 years, 8 months ago
  19. 8acd02d spi: pic32: Don't leak DMA channels in probe error path by Lukas Wunner · 3 years, 9 months ago
  20. 065424d spi: davinci: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  21. 10af52b spi: spi-sh: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  22. b95cafe spi: tegra114: fix reference leak in tegra spi ops by Zhang Qilong · 3 years, 9 months ago
  23. 2ab9119 spi: tegra20-sflash: fix reference leak in tegra_sflash_resume by Zhang Qilong · 3 years, 9 months ago
  24. d377167 spi: tegra20-slink: fix reference leak in slink ops of tegra20 by Zhang Qilong · 3 years, 9 months ago
  25. c6be4da spi: spi-ti-qspi: fix reference leak in ti_qspi_setup by Zhang Qilong · 3 years, 9 months ago
  26. cd888ce spi: img-spfi: fix reference leak in img_spfi_resume by Zhang Qilong · 3 years, 9 months ago
  27. c8708f7 spi: Prevent adding devices below an unregistering controller by Lukas Wunner · 4 years ago
  28. 36101cb spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe by Nathan Chancellor · 3 years, 8 months ago
  29. 8193769 spi: bcm2835aux: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  30. af16035 spi: bcm2835: Release the DMA channel if probe fails after dma_init by Peter Ujfalusi · 3 years, 8 months ago
  31. 2be1837 spi: bcm2835: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  32. 5aea0d9 spi: bcm-qspi: Fix use-after-free on unbind by Lukas Wunner · 3 years, 8 months ago
  33. 0870525 spi: Introduce device-managed SPI controller allocation by Lukas Wunner · 3 years, 8 months ago
  34. dbedb38 spi: Fix controller unregister order harder by Lukas Wunner · 3 years, 8 months ago
  35. 213fe77 spi: spi-loopback-test: Fix out-of-bounds read by Vincent Whitchurch · 3 years, 11 months ago
  36. 34319cf spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate by Marc Kleine-Budde · 4 years, 1 month ago
  37. 750c4f0 spi: fix initial SPI_SR value in spi-fsl-dspi by Angelo Dureghello · 6 years ago
  38. 9402993 spi: spidev: fix a potential use-after-free in spidev_release() by Zhenzhong Duan · 4 years, 1 month ago
  39. 652b11a spi: spidev: fix a race between spidev_release and spidev_remove by Zhenzhong Duan · 4 years, 1 month ago
  40. d604387 spi: dw: Return any value retrieved from the dma_transfer callback by Serge Semin · 4 years, 2 months ago
  41. 3824e01 spi: dw: Enable interrupts in accordance with DMA xfer mode by Serge Semin · 4 years, 2 months ago
  42. 3801eff spi: dw: Zero DMA Tx and Rx configurations on stack by Andy Shevchenko · 4 years, 3 months ago
  43. 8263323 spi: bcm2835: Fix controller unregister order by Lukas Wunner · 4 years, 2 months ago
  44. 97cf608 spi: pxa2xx: Fix controller unregister order by Lukas Wunner · 4 years, 2 months ago
  45. c7e41e1 spi: Fix controller unregister order by Lukas Wunner · 4 years, 2 months ago
  46. 7bc16ca spi: No need to assign dummy value in spi_unregister_controller() by Andy Shevchenko · 5 years ago
  47. 35654d4 spi: dw: Fix controller unregister order by Lukas Wunner · 4 years, 2 months ago
  48. 79645f0 spi: dw: fix possible race condition by Sasha Levin · 4 years, 1 month ago
  49. 855995d spi: bcm-qspi: when tx/rx buffer is NULL set to 0 by Justin Chen · 4 years, 3 months ago
  50. 639cd86 spi: bcm2835aux: Fix controller unregister order by Lukas Wunner · 4 years, 2 months ago
  51. 5720901 spi: dw: use "smp_mb()" to avoid sending spi data error by Xinwei Kong · 4 years, 7 months ago
  52. 1502915 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls by wuxu.wu · 4 years, 7 months ago
  53. 3dd8860 spi/zynqmp: remove entry that causes a cs glitch by Thommy Jakobsson · 4 years, 5 months ago
  54. e0f5fa7 spi: qup: call spi_qup_pm_resume_runtime before suspending by Yuji Sasaki · 4 years, 5 months ago
  55. 6a5c96c spi: spi-fsl-spi: call spi_finalize_current_message() at the end by Christophe Leroy · 5 years ago
  56. e75d6d1 spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios by Martin Sperl · 5 years ago
  57. 175c0e8 spi: tegra114: fix for unpacked mode transfers by Sowjanya Komatineni · 5 years ago
  58. 49b5e5a spi: tegra114: clear packed bit for unpacked mode by Sowjanya Komatineni · 5 years ago
  59. 6d6a7a0 spi: atmel: fix handling of cs_change set on non-last xfer by Mans Rullgard · 4 years, 9 months ago
  60. e5ef6e0 spi: spi-cavium-thunderx: Add missing pci_release_regions() by Chuhong Yuan · 4 years, 8 months ago
  61. b14731b spi: st-ssc4: add missed pm_runtime_disable by Chuhong Yuan · 4 years, 8 months ago
  62. 4f43b39 spi: tegra20-slink: add missed clk_unprepare by Chuhong Yuan · 4 years, 8 months ago
  63. 4a9d886 spi: pxa2xx: Add missed security checks by Chuhong Yuan · 4 years, 9 months ago
  64. 189fb90 spi: img-spfi: fix potential double release by Pan Bian · 4 years, 9 months ago
  65. ae506a9 spi: Add call to spi_slave_abort() function when spidev driver is released by Lukasz Majewski · 4 years, 10 months ago
  66. 1e4c21a spi: atmel: Fix CS high support by Gregory CLEMENT · 4 years, 9 months ago
  67. cb92a5c spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch by Vignesh R · 6 years ago
  68. 930d531 spi: omap2-mcspi: Set FIFO DMA trigger level to word length by Vignesh R · 6 years ago
  69. 374de00 spi: sh-msiof: fix deferred probing by Sergei Shtylyov · 6 years ago
  70. c5e007b4 spi: rockchip: initialize dma_slave_config properly by Huibin Hong · 6 years ago
  71. 2aa7816 spi: spidev: Fix OF tree warning logic by Trent Piepho · 6 years ago
  72. 8c701e7 spi: pic32: Use proper enum in dmaengine_prep_slave_rg by Nathan Chancellor · 6 years ago
  73. 8df65c4 spi: bcm2835aux: fix corruptions for longer spi transfers by Martin Sperl · 5 years ago
  74. da21b79 spi: bcm2835aux: remove dangerous uncontrolled read of fifo by Martin Sperl · 5 years ago
  75. ddf552e spi: bcm2835aux: unifying code between polling and interrupt driven code by Martin Sperl · 5 years ago
  76. fd5811e spi: bcm2835aux: ensure interrupts are enabled for shared handler by Rob Herring · 6 years ago
  77. a89b44e spi: bcm2835: Fix 3-wire mode if DMA is enabled by Lukas Wunner · 5 years ago
  78. 3b3853b spi: bitbang: Fix NULL pointer dereference in spi_unregister_master by YueHaibing · 5 years ago
  79. e09a5cb dmaengine: idma64: Use actual device for DMA transfers by Andy Shevchenko · 5 years ago
  80. dbf40db spi: Fix zero length xfer bug by Chris Lesiak · 5 years ago
  81. fba13bf spi: rspi: Fix sequencer reset during initialization by Geert Uytterhoeven · 5 years ago
  82. b764a80 spi : spi-topcliff-pch: Fix to handle empty DMA buffers by Aditya Pakki · 5 years ago
  83. 42dc6fd spi: tegra114: reset controller on probe by Sowjanya Komatineni · 5 years ago
  84. 0f31932 spi: pxa2xx: fix SCR (divisor) calculation by Flavio Suligoi · 5 years ago
  85. b8a8115 spi: pxa2xx: Setup maximum supported DMA transfer length by Andy Shevchenko · 5 years ago
  86. 1a3f244 spi: ti-qspi: Fix mmap read when more than one CS in use by Vignesh R · 5 years ago
  87. 0b7a786 spi: bcm2835: Unbreak the build of esoteric configs by Lukas Wunner · 6 years ago
  88. 31115f5 spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode by Lukas Wunner · 6 years ago
  89. a0049c0 spi: bcm2835: Fix book-keeping of DMA termination by Lukas Wunner · 6 years ago
  90. 708f742 spi: bcm2835: Fix race on DMA termination by Lukas Wunner · 6 years ago
  91. 49e062e spi: rspi: Fix interrupted DMA transfers by Geert Uytterhoeven · 6 years ago
  92. afd56cd spi: rspi: Fix invalid SPI use during system suspend by Geert Uytterhoeven · 6 years ago
  93. b6581ea spi: sh-msiof: Fix handling of write value for SISTR register by Hiromitsu Yamasaki · 6 years ago
  94. 228cc07 spi: sh-msiof: Fix invalid SPI use during system suspend by Gaku Inami · 6 years ago
  95. 072a82b spi: tegra20-slink: explicitly enable/disable clock by Marcel Ziswiler · 6 years ago
  96. 9f16a87 spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe by Krzysztof Kozlowski · 6 years ago
  97. ae8f22e spi: davinci: fix a NULL pointer dereference by Bartosz Golaszewski · 6 years ago
  98. 3888ac5 spi: bcm-qspi: fIX some error handling paths by Christophe Jaillet · 6 years ago
  99. ad04996 spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL by Kamal Dasu · 6 years ago
  100. 1c38432 spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master by Kamal Dasu · 6 years ago