1. e752ec8 Merge series "spi: bcm2835/bcm2835aux: support effective_speed_hz" from Marc Kleine-Budde <mkl@pengutronix.de>: by Mark Brown · 4 years, 8 months ago
  2. 499de01 spi: coldfire-qspi: Use clk_prepare_enable and clk_disable_unprepare by Qing Zhang · 4 years, 8 months ago
  3. 3e84cdd spi: Fix SPI NOR and SPI NAND acronyms by Tudor Ambarus · 4 years, 8 months ago
  4. b780c3f spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio() by Tudor Ambarus · 4 years, 8 months ago
  5. e126859 spi: Only defer to thread for cleanup when needed by Mark Brown · 4 years, 8 months ago
  6. 2ae3de1 spi: fix duplicated word in <linux/spi/spi.h> by Randy Dunlap · 4 years, 8 months ago
  7. 5e94c3c spi: bcm2835aux: support effective_speed_hz by Martin Sperl · 4 years, 8 months ago
  8. 9df2003 spi: bcm2835: support effective_speed_hz by Martin Sperl · 4 years, 8 months ago
  9. badfae4 spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepare by Qing Zhang · 4 years, 8 months ago
  10. 510a230 Merge series "mtd: spi-nor: add xSPI Octal DTR support" from Pratyush Yadav <p.yadav@ti.com>: by Mark Brown · 4 years, 8 months ago
  11. 8257083 spi: omap-100k: Drop include by Linus Walleij · 4 years, 8 months ago
  12. 4728f07 spi: spi-mtk-nor: reject DTR ops by Pratyush Yadav · 4 years, 9 months ago
  13. 5c81c27 spi: atmel-quadspi: reject DTR ops by Pratyush Yadav · 4 years, 9 months ago
  14. caf72df spi: spi-mem: allow specifying a command's extension by Pratyush Yadav · 4 years, 9 months ago
  15. 4c5e2bb spi: spi-mem: allow specifying whether an op is DTR or not by Pratyush Yadav · 4 years, 9 months ago
  16. 8cdcd8a spi: imx/fsl-lpspi: Convert to GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  17. be8faeb dt-bindings: spi: Convert imx lpspi to json-schema by Anson Huang · 4 years, 9 months ago
  18. 790739c dt-bindings: spi: Convert imx cspi to json-schema by Anson Huang · 4 years, 9 months ago
  19. e013bf2 dt-bindings: spi: Convert mxs spi to json-schema by Anson Huang · 4 years, 9 months ago
  20. 3ea4eac SPI SUBSYSTEM: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
  21. 50f06cb spi: atmel: remove redundant label out_free by Colin Ian King · 4 years, 8 months ago
  22. 60a883d spi: use kthread_create_worker() helper by Marek Szyprowski · 4 years, 8 months ago
  23. 0e801d5 Merge series "spi: spi-geni-qcom: Avoid a bunch of per-transfer overhead" from Douglas Anderson <dianders@chromium.org>: by Mark Brown · 4 years, 8 months ago
  24. 411b0f3 Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine-Budde <mkl@pengutronix.de>: by Mark Brown · 4 years, 8 months ago
  25. 2d9a744 spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed by Peng Fan · 4 years, 8 months ago
  26. cfdab2c spi: spi-geni-qcom: Set an autosuspend delay of 250 ms by Douglas Anderson · 4 years, 9 months ago
  27. 7716fa8 spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed by Marc Kleine-Budde · 4 years, 8 months ago
  28. 4e7390e spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control Register by Marc Kleine-Budde · 4 years, 8 months ago
  29. e4e8ca3 spi: spi-sun6i: sun6i_spi_fill_fifo(): remove not needed length argument by Marc Kleine-Budde · 4 years, 8 months ago
  30. 92a52ee spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument by Marc Kleine-Budde · 4 years, 8 months ago
  31. 5197da0 spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count() and make use of it by Marc Kleine-Budde · 4 years, 8 months ago
  32. 9a3ef9df spi: spi-sun6i: sun6i_spi_get_tx_fifo_count: Convert manual shift+mask to FIELD_GET() by Marc Kleine-Budde · 4 years, 8 months ago
  33. 2130be5 spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transfer length by Marc Kleine-Budde · 4 years, 8 months ago
  34. b6d5527 spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto by Marc Kleine-Budde · 4 years, 8 months ago
  35. 0bc7b8a spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of transfer by Marc Kleine-Budde · 4 years, 8 months ago
  36. ed7815d spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate by Marc Kleine-Budde · 4 years, 8 months ago
  37. d935299 Merge series "Add Renesas RPC-IF support" from Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>: by Mark Brown · 4 years, 9 months ago
  38. f2d4f10 Merge series "spi: bcm2835: Interrupt-handling optimisations" from Robin Murphy <robin.murphy@arm.com>: by Mark Brown · 4 years, 9 months ago
  39. 95f2fd2 spi: lantiq-ssc: Convert to use GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  40. 27e23ca spi: img-spfi: Convert to use GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  41. a2f234f spi: npcm-pspi: Convert to use GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  42. d40f0b6 spi: Avoid setting the chip select if we don't need to by Douglas Anderson · 4 years, 9 months ago
  43. dd67de8 spi: fsl: add missing __iomem annotation by Luc Van Oostenryck · 4 years, 9 months ago
  44. ca7d8b9 memory: add Renesas RPC-IF driver by Sergei Shtylyov · 4 years, 9 months ago
  45. ab1c362 dt-bindings: memory: document Renesas RPC-IF bindings by Sergei Shtylyov · 4 years, 9 months ago
  46. 26751de spi: bcm2835: Micro-optimise FIFO loops by Robin Murphy · 4 years, 9 months ago
  47. afe7e36 spi: bcm2835: Micro-optimise IRQ handler by Robin Murphy · 4 years, 9 months ago
  48. ac4648b spi: bcm3835: Tidy up bcm2835_spi_reset_hw() by Robin Murphy · 4 years, 9 months ago
  49. 44b37eb spi: mediatek: use correct SPI_CFG2_REG MACRO by leilk.liu · 4 years, 9 months ago
  50. f27b1dc spi: omap2-mcspi: Convert to use GPIO descriptors by Linus Walleij · 4 years, 9 months ago
  51. 638d848 spi: spi-geni-qcom: Don't set the cs if it was already right by Douglas Anderson · 4 years, 9 months ago
  52. cf961fc spi: pxa2xx: Add support for Intel Tiger Lake PCH-H by Jarkko Nikula · 4 years, 9 months ago
  53. 1ac6f21 spi: altera: fix module autoload by Xu Yilun · 4 years, 9 months ago
  54. de5fd9c spi: altera: fix driver matching failure of the device ID "spi_altera" by Xu Yilun · 4 years, 9 months ago
  55. 7a90883 spi: imx: add fallback feature by Robin Gong · 4 years, 9 months ago
  56. 809b1b0 spi: introduce fallback to pio by Robin Gong · 4 years, 9 months ago
  57. c314360 Merge series "Some small spi geni cleanups" from Stephen Boyd <swboyd@chromium.org>: by Mark Brown · 4 years, 9 months ago
  58. 59ab0fa spi: spi-geni-qcom: Don't set {tx,rx}_rem_bytes unnecessarily by Stephen Boyd · 4 years, 9 months ago
  59. 19ea327 spi: spi-geni-qcom: Simplify setup_fifo_xfer() by Stephen Boyd · 4 years, 9 months ago
  60. f148915 spi: spi-fsl-dspi: Initialize completion before possible interrupt by Krzysztof Kozlowski · 4 years, 9 months ago
  61. 3d87b61 spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths by Krzysztof Kozlowski · 4 years, 9 months ago
  62. 3c525b6 spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer by Krzysztof Kozlowski · 4 years, 9 months ago
  63. 7684580 spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer by Krzysztof Kozlowski · 4 years, 9 months ago
  64. 0d574c6 spi: spi-geni-qcom: Simplify setup_fifo_xfer() by Stephen Boyd · 4 years, 9 months ago
  65. d194a22 Merge series "mtd: spi-nor: Move cadence-qaudspi to spi-mem framework" from Vignesh Raghavendra <vigneshr@ti.com>: by Mark Brown · 4 years, 9 months ago
  66. 31fb632 spi: Move cadence-quadspi driver to drivers/spi/ by Ramuthevar Vadivel Murugan · 4 years, 10 months ago
  67. a314f63 mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework by Ramuthevar Vadivel Murugan · 4 years, 10 months ago
  68. 41b5ed6 mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path by Vignesh Raghavendra · 4 years, 10 months ago
  69. 935da5e mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel by Vignesh Raghavendra · 4 years, 10 months ago
  70. c61088d mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines by Vignesh Raghavendra · 4 years, 10 months ago
  71. 48aae57 mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure by Vignesh Raghavendra · 4 years, 10 months ago
  72. a9970507 mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode by Vignesh Raghavendra · 4 years, 10 months ago
  73. 834b4e8 mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry by Vignesh Raghavendra · 4 years, 10 months ago
  74. a3944c8 Merge series "add regmap & indirect access support" from Xu Yilun <yilun.xu@intel.com>: by Mark Brown · 4 years, 9 months ago
  75. d5fcc71 Merge series "spi: spi-geni-qcom: Fixes / perf improvements" from Douglas Anderson <dianders@chromium.org>: by Mark Brown · 4 years, 9 months ago
  76. 0ec544c spi: npcm-fiu: Reuse BITS_PER_BYTE definition by Andy Shevchenko · 4 years, 9 months ago
  77. 7ba9bdc spi: spi-geni-qcom: Don't keep a local state variable by Douglas Anderson · 4 years, 9 months ago
  78. 902481a spi: spi-geni-qcom: Actually use our FIFO by Douglas Anderson · 4 years, 9 months ago
  79. e191a082 spi: spi-geni-qcom: Check for error IRQs by Douglas Anderson · 4 years, 9 months ago
  80. 2ee471a1 spi: spi-geni-qcom: Mo' betta locking by Douglas Anderson · 4 years, 9 months ago
  81. d9dd0fb spi: altera: fix size mismatch on 64 bit processors by Matthew Gerlach · 4 years, 9 months ago
  82. 3820061 spi: altera: support indirect access to the registers by Xu Yilun · 4 years, 9 months ago
  83. 3c65197 spi: altera: use regmap-mmio instead of direct mmio register access by Xu Yilun · 4 years, 9 months ago
  84. 06096cc spi: spidev: fix a potential use-after-free in spidev_release() by Zhenzhong Duan · 4 years, 9 months ago
  85. abd4278 spi: spidev: fix a race between spidev_release and spidev_remove by Zhenzhong Duan · 4 years, 9 months ago
  86. 539afdf spi: spi-geni-qcom: No need for irqsave variant of spinlock calls by Douglas Anderson · 4 years, 9 months ago
  87. 0eeaddd spi: bcm63xx-hsspi: add reset support by Álvaro Fernández Rojas · 4 years, 9 months ago
  88. 38807ad spi: bcm63xx-spi: add reset support by Álvaro Fernández Rojas · 4 years, 9 months ago
  89. 35700e2 spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER by Patrice Chotard · 4 years, 9 months ago
  90. 42fd4f2 Merge series "Add MSIOF support for R8A7742 SOC" from Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>: by Mark Brown · 4 years, 9 months ago
  91. 75bc113 Merge series "spi: bcm63xx: add BMIPS support" from Álvaro Fernández Rojas <noltari@gmail.com>: by Mark Brown · 4 years, 9 months ago
  92. 731f1e7 Merge series "Add more configuration and regmap support for spi-altera" from Xu Yilun <yilun.xu@intel.com>: by Mark Brown · 4 years, 9 months ago
  93. e8510d4 spi: spi-cavium-thunderx: flag controller as half duplex by Tim Harvey · 4 years, 10 months ago
  94. eb8d6d4 spi: add Renesas RPC-IF driver by Sergei Shtylyov · 4 years, 9 months ago
  95. ba2137f spi: bcm63xx-hsspi: allow building for BMIPS by Álvaro Fernández Rojas · 4 years, 9 months ago
  96. 3a52145 spi: bcm63xx-spi: allow building for BMIPS by Álvaro Fernández Rojas · 4 years, 9 months ago
  97. 6383b11 spi: renesas,sh-msiof: Add r8a7742 support by Lad Prabhakar · 4 years, 9 months ago
  98. 1fccd18 spi: altera: add platform data for slave information. by Xu Yilun · 4 years, 9 months ago
  99. 8e04187 spi: altera: add SPI core parameters support via platform data. by Xu Yilun · 4 years, 9 months ago
  100. 3011d31 spi: altera: add 32bit data width transfer support. by Xu Yilun · 4 years, 9 months ago