1. 413a063 spi: Prevent adding devices below an unregistering controller by Lukas Wunner · 4 years, 7 months ago
  2. 2fd8f31 spi: spidev: Align buffers for DMA by Christian Eggers · 4 years, 7 months ago
  3. f6f0a1a spi: lantiq: fix: Rx overflow error in full duplex mode by Dilip Kota · 4 years, 8 months ago
  4. 153b6cb spi: mediatek: use correct SPI_CFG2_REG MACRO by leilk.liu · 4 years, 8 months ago
  5. 2631d1b spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours by Vladimir Oltean · 6 years ago
  6. 6e92597 spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate by Marc Kleine-Budde · 4 years, 8 months ago
  7. f4cd342 spi: fix initial SPI_SR value in spi-fsl-dspi by Angelo Dureghello · 6 years ago
  8. 33b8d70 spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer by Krzysztof Kozlowski · 4 years, 9 months ago
  9. ea608f7 spi: spidev: fix a potential use-after-free in spidev_release() by Zhenzhong Duan · 4 years, 9 months ago
  10. 3295b70 spi: spidev: fix a race between spidev_release and spidev_remove by Zhenzhong Duan · 4 years, 9 months ago
  11. f6ac3de spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths by Krzysztof Kozlowski · 4 years, 9 months ago
  12. c75e886 spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQ by Chuanhua Han · 6 years ago
  13. ac32fc4 spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer by Krzysztof Kozlowski · 4 years, 9 months ago
  14. 99ec7ac spi: spi-fsl-dspi: Adding shutdown hook by Peng Ma · 4 years, 11 months ago
  15. 103b5e4 spi: dw: Return any value retrieved from the dma_transfer callback by Serge Semin · 4 years, 9 months ago
  16. a493412 spi: dw: Fix Rx-only DMA transfers by Serge Semin · 4 years, 9 months ago
  17. d9c4543 spi: dw: Enable interrupts in accordance with DMA xfer mode by Serge Semin · 4 years, 10 months ago
  18. 823c991 spi: dw: Zero DMA Tx and Rx configurations on stack by Andy Shevchenko · 4 years, 10 months ago
  19. 0ea978c spi: pxa2xx: Apply CS clk quirk to BXT by Evan Green · 4 years, 10 months ago
  20. 8c8e525 spi: bcm2835: Fix controller unregister order by Lukas Wunner · 4 years, 10 months ago
  21. f678ead spi: pxa2xx: Fix controller unregister order by Lukas Wunner · 4 years, 10 months ago
  22. 277011f spi: Fix controller unregister order by Lukas Wunner · 4 years, 10 months ago
  23. 27e37f5 spi: No need to assign dummy value in spi_unregister_controller() by Andy Shevchenko · 6 years ago
  24. cec8990 spi: dw: Fix controller unregister order by Lukas Wunner · 4 years, 10 months ago
  25. 06a0145 spi: dw: fix possible race condition by Sasha Levin · 4 years, 9 months ago
  26. a57d238 spi: bcm-qspi: when tx/rx buffer is NULL set to 0 by Justin Chen · 4 years, 11 months ago
  27. 9384a34 spi: bcm2835aux: Fix controller unregister order by Lukas Wunner · 4 years, 10 months ago
  28. 2168f2a spi: dw: use "smp_mb()" to avoid sending spi data error by Xinwei Kong · 5 years ago
  29. caf5689 spi/zynqmp: remove entry that causes a cs glitch by Thommy Jakobsson · 5 years ago
  30. 80211ce spi: pxa2xx: Add CS control clock quirk by Evan Green · 5 years ago
  31. 227507a spi: qup: call spi_qup_pm_resume_runtime before suspending by Yuji Sasaki · 5 years ago
  32. b56f2a4 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls by wuxu.wu · 5 years ago
  33. 0d56b73 spi: spi-fsl-spi: call spi_finalize_current_message() at the end by Christophe Leroy · 6 years ago
  34. a040d2b spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios by Martin Sperl · 6 years ago
  35. bd9f7b6 spi: tegra114: configure dma burst size to fifo trig level by Sowjanya Komatineni · 6 years ago
  36. 938f5d5 spi: tegra114: flush fifos by Sowjanya Komatineni · 6 years ago
  37. f24affc spi: tegra114: terminate dma and reset on transfer timeout by Sowjanya Komatineni · 6 years ago
  38. ffd39bb spi: tegra114: fix for unpacked mode transfers by Sowjanya Komatineni · 6 years ago
  39. 58ac2bc spi: tegra114: clear packed bit for unpacked mode by Sowjanya Komatineni · 6 years ago
  40. 07e548c spi/topcliff_pch: Fix potential NULL dereference on allocation error by YueHaibing · 6 years ago
  41. 45ad6d87 spi: cadence: Correct initialisation of runtime PM by Charles Keepax · 6 years ago
  42. 9f499bd spi: atmel: fix handling of cs_change set on non-last xfer by Mans Rullgard · 5 years ago
  43. 0c2cabe spi: spi-cavium-thunderx: Add missing pci_release_regions() by Chuhong Yuan · 5 years ago
  44. f8f4d3e spi: fsl: use platform_get_irq() instead of of_irq_to_resource() by Christophe Leroy · 5 years ago
  45. a48be2b spi: fsl: don't map irq during probe by Christophe Leroy · 5 years ago
  46. d9d7902 spi: st-ssc4: add missed pm_runtime_disable by Chuhong Yuan · 5 years ago
  47. c4fd0e7 spi: tegra20-slink: add missed clk_unprepare by Chuhong Yuan · 5 years ago
  48. dad729c spi: pxa2xx: Add missed security checks by Chuhong Yuan · 5 years ago
  49. 6021cd8 spi: img-spfi: fix potential double release by Pan Bian · 5 years ago
  50. af64290 spi: Add call to spi_slave_abort() function when spidev driver is released by Lukasz Majewski · 5 years ago
  51. d83013e spi: atmel: Fix CS high support by Gregory CLEMENT · 5 years ago
  52. 13ae598 spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch by Vignesh R · 6 years ago
  53. 9fa14d7 spi: omap2-mcspi: Set FIFO DMA trigger level to word length by Vignesh R · 6 years ago
  54. 327d058 spi: sh-msiof: fix deferred probing by Sergei Shtylyov · 6 years ago
  55. 74c0a15 spi: rockchip: initialize dma_slave_config properly by Huibin Hong · 6 years ago
  56. 58fd14e spi: spidev: Fix OF tree warning logic by Trent Piepho · 6 years ago
  57. 9d736a3 spi: fsl-lpspi: Prevent FIFO under/overrun by default by Hieu Tran Dang · 6 years ago
  58. 723aef6 spi: mediatek: use correct mata->xfer_len when in fifo transfer by Leilk Liu · 6 years ago
  59. 0abe78e spi: pic32: Use proper enum in dmaengine_prep_slave_rg by Nathan Chancellor · 6 years ago
  60. 338856a spi: mediatek: Don't modify spi_transfer when transfer. by Peter Shih · 6 years ago
  61. 7ee41ab spi: bcm2835aux: fix corruptions for longer spi transfers by Martin Sperl · 6 years ago
  62. cdc9acd spi: bcm2835aux: remove dangerous uncontrolled read of fifo by Martin Sperl · 6 years ago
  63. 3bd81fd spi: bcm2835aux: unifying code between polling and interrupt driven code by Martin Sperl · 6 years ago
  64. afb8233 spi: bcm2835: Fix 3-wire mode if DMA is enabled by Lukas Wunner · 6 years ago
  65. 4adcbc4 spi: bitbang: Fix NULL pointer dereference in spi_unregister_master by YueHaibing · 6 years ago
  66. 182cd3f dmaengine: idma64: Use actual device for DMA transfers by Andy Shevchenko · 6 years ago
  67. 9618ab2 spi: Fix zero length xfer bug by Chris Lesiak · 6 years ago
  68. d5f68b8 spi: rspi: Fix sequencer reset during initialization by Geert Uytterhoeven · 6 years ago
  69. febdf32 spi : spi-topcliff-pch: Fix to handle empty DMA buffers by Aditya Pakki · 6 years ago
  70. 1b0b2e1 spi: tegra114: reset controller on probe by Sowjanya Komatineni · 6 years ago
  71. 4ce0b82 spi: pxa2xx: fix SCR (divisor) calculation by Flavio Suligoi · 6 years ago
  72. 008a9cb spi: pxa2xx: Setup maximum supported DMA transfer length by Andy Shevchenko · 6 years ago
  73. e265265 spi: ti-qspi: Fix mmap read when more than one CS in use by Vignesh R · 6 years ago
  74. 0dacf04 spi: bcm2835: Unbreak the build of esoteric configs by Lukas Wunner · 6 years ago
  75. 7c6ac78 spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode by Lukas Wunner · 6 years ago
  76. fef1fb1 spi: bcm2835: Fix book-keeping of DMA termination by Lukas Wunner · 6 years ago
  77. 24fc3cc spi: bcm2835: Fix race on DMA termination by Lukas Wunner · 6 years ago
  78. 089651e spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook. by Uwe Kleine-König · 6 years ago
  79. 0cc6feb spi: imx: add a device specific prepare_message callback by Uwe Kleine-König · 6 years ago
  80. 8515f4e spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} by Nathan Chancellor · 6 years ago
  81. 615bda3 spi: bcm-qspi: switch back to reading flash using smaller chunks by Rafał Miłecki · 6 years ago
  82. b6adc1f spi: rspi: Fix interrupted DMA transfers by Geert Uytterhoeven · 7 years ago
  83. 082e34f spi: rspi: Fix invalid SPI use during system suspend by Geert Uytterhoeven · 7 years ago
  84. 6074b71 spi: sh-msiof: Fix handling of write value for SISTR register by Hiromitsu Yamasaki · 7 years ago
  85. d120858 spi: sh-msiof: Fix invalid SPI use during system suspend by Gaku Inami · 7 years ago
  86. 4297733 spi: tegra20-slink: explicitly enable/disable clock by Marcel Ziswiler · 7 years ago
  87. 9751316 spi: Fix double IDR allocation with DT aliases by Geert Uytterhoeven · 7 years ago
  88. f3765ab spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Kirill Kapranov · 7 years ago
  89. e7b6b36 spi: cadence: Change usleep_range() to udelay(), for atomic context by Janek Kotas · 7 years ago
  90. dc9a7dd spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe by Krzysztof Kozlowski · 7 years ago
  91. 23554cab spi: pxa2xx: Add support for Intel Ice Lake by Mika Westerberg · 7 years ago
  92. aa1d05c spi: davinci: fix a NULL pointer dereference by Bartosz Golaszewski · 7 years ago
  93. 17b2604 spi: meson-spicc: Fix error handling in meson_spicc_probe() by Alexey Khoroshilov · 7 years ago
  94. 625d1e7 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 7 years ago
  95. 56a58a5 spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC by Geert Uytterhoeven · 7 years ago
  96. c09032b spi: spi-s3c64xx: Fix system resume support by Marek Szyprowski · 7 years ago
  97. a614eaa spi: bcm2835aux: ensure interrupts are enabled for shared handler by Rob Herring · 7 years ago
  98. c5b6316 spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() by sxauwsk · 7 years ago
  99. 3ca7ddd spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR by Vladimir Zapolskiy · 7 years ago
  100. 289e6fa spi: bcm-qspi: fIX some error handling paths by Christophe Jaillet · 7 years ago