linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-09 16:24:03 to 2020-09-22 09:39:51 UTC [more...]

[PATCH 0/6] Fix use-after-free in SPI drivers
 2020-09-22  9:39 UTC  (8+ messages)
` [PATCH 1/6] spi: fsl-dspi: Use devm_spi_register_controller()
` [PATCH 2/6] spi: atmel-quadspi: "
` [PATCH 3/6] spi: bcm2835: "
` [PATCH 4/6] spi: dw: "
` [PATCH 5/6] spi: pxa2xx: "
` [PATCH 6/6] spi: rpc-if: "

[PATCH -next] spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()
 2020-09-22  0:06 UTC  (2+ messages)

[PATCH] Revert "spi: omap2-mcspi: Switch to readl_poll_timeout()"
 2020-09-22  0:06 UTC  (4+ messages)

[PATCH] spi: fsl-espi: Only process interrupts for expected events
 2020-09-21 21:40 UTC  (5+ messages)

[PATCH 00/14] drop double zeroing
 2020-09-21 16:58 UTC  (3+ messages)
` [PATCH 11/14] spi/topcliff-pch: "

users of spi_unregister_controller() broken?
 2020-09-21 12:00 UTC  (2+ messages)

[PATCH v13 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2020-09-21  8:25 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-09-21  7:20 UTC 

[PATCH v2] spi: atmel: Exposing effective spi speed
 2020-09-21  7:10 UTC 

[PATCH v2 0/5] spi: spi-mtk-nor: Add mt8192 support
 2020-09-21  6:54 UTC  (13+ messages)
` [PATCH v2 1/5] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH v2 2/5] spi: spi-mtk-nor: fix mishandled logics in checking SPI memory operation
` [PATCH v2 3/5] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
` [PATCH v2 4/5] spi: spi-mtk-nor: support 36bit dma addressing to mediatek
` [PATCH v2 5/5] spi: spi-mtk-nor: Add power management support

[PATCH] spi: atmel: Exposing effective spi speed
 2020-09-21  6:03 UTC  (3+ messages)

[PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-09-20 11:41 UTC  (31+ messages)
` [PATCH 01/30] spi: dw: Discard IRQ threshold macro
` [PATCH 02/30] spi: dw: Use ternary op to init set_cs callback
` [PATCH 03/30] spi: dw: Initialize n_bytes before the memory barrier
` [PATCH 04/30] Revert: spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls
` [PATCH 05/30] spi: dw: Clear IRQ status on DW SPI controller reset
` [PATCH 06/30] spi: dw: Disable all IRQs when controller is unused
` [PATCH 07/30] spi: dw: Use relaxed IO-methods to access FIFOs
` [PATCH 08/30] spi: dw: Discard DW SSI chip type storages
` [PATCH 09/30] spi: dw: Convert CS-override to DW SPI capabilities
` [PATCH 10/30] spi: dw: Add KeemBay Master capability
` [PATCH 11/30] spi: dw: Add DWC SSI capability
` [PATCH 12/30] spi: dw: Detach SPI device specific CR0 config method
` [PATCH 13/30] spi: dw: Update SPI bus speed in a config function
` [PATCH 14/30] spi: dw: Simplify the SPI bus speed config procedure
` [PATCH 15/30] spi: dw: Update Rx sample delay in the config function
` [PATCH 16/30] spi: dw: Add DW SPI controller config structure
` [PATCH 17/30] spi: dw: Refactor data IO procedure
` [PATCH 18/30] spi: dw: Refactor IRQ-based SPI transfer procedure
` [PATCH 19/30] spi: dw: Perform IRQ setup in a dedicated function
` [PATCH 20/30] spi: dw: Unmask IRQs after enabling the chip
` [PATCH 21/30] spi: dw: Discard chip enabling on DMA setup error
` [PATCH 22/30] spi: dw: De-assert chip-select on reset
` [PATCH 23/30] spi: dw: Explicitly de-assert CS on SPI transfer completion
` [PATCH 24/30] spi: dw: Move num-of retries parameter to the header file
` [PATCH 25/30] spi: dw: Add generic DW SSI status-check method
` [PATCH 26/30] spi: dw: Add memory operations support
` [PATCH 27/30] spi: dw: Introduce max mem-ops SPI bus frequency setting
` [PATCH 28/30] spi: dw: Add poll-based SPI transfers support
` [PATCH 29/30] dt-bindings: spi: dw: Add Baikal-T1 SPI Controllers
` [PATCH 30/30] spi: dw: Add Baikal-T1 SPI Controller glue driver

Patchwork housekeeping for: spi-devel-general
 2020-09-20 11:40 UTC 

[PATCH v2 00/11] spi: dw-dma: Add max SG entries burst capability support
 2020-09-20 11:23 UTC  (12+ messages)
` [PATCH v2 01/11] spi: dw-dma: Set DMA Level registers on init
` [PATCH v2 02/11] spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified
` [PATCH v2 03/11] spi: dw-dma: Configure the DMA channels in dma_setup
` [PATCH v2 04/11] spi: dw-dma: Check rx_buf availability in the xfer method
` [PATCH v2 05/11] spi: dw-dma: Move DMA transfers submission to the channels prep methods
` [PATCH v2 06/11] spi: dw-dma: Check DMA Tx-desc submission status
` [PATCH v2 07/11] spi: dw-dma: Remove DMA Tx-desc passing around
` [PATCH v2 08/11] spi: dw-dma: Detach DMA transfer into a dedicated method
` [PATCH v2 09/11] spi: dw-dma: Move DMAC register cleanup to DMA transfer method
` [PATCH v2 10/11] spi: dw-dma: Pass exact data to the DMA submit and wait methods
` [PATCH v2 11/11] spi: dw-dma: Add one-by-one SG list entries transfer

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-09-19 11:25 UTC  (9+ messages)
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support

[PATCH] spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz
 2020-09-17 20:24 UTC 

[PATCH] spi: lantiq: remove redundant irqsave and irqrestore in hardIRQ
 2020-09-17 18:58 UTC  (2+ messages)

[PATCH v2 0/6] spi: Fixes for FSI-attached controller
 2020-09-17 18:58 UTC  (8+ messages)
` [PATCH v2 1/6] spi: fsi: Handle 9 to 15 byte transfers lengths
` [PATCH v2 2/6] spi: fsi: Fix clock running too fast
` [PATCH v2 3/6] spi: fsi: Fix use of the bneq+ sequencer instruction
` [PATCH v2 4/6] dt-bindings: fsi: fsi2spi: Add compatible string for restricted version
` [PATCH v2 5/6] spi: fsi: Implement restricted size for certain controllers
` [PATCH v2 6/6] spi: fsi: Check mux status before transfers

[PATCH] spi: dw-pci: free previously allocated IRQs if desc->setup() fails
 2020-09-17 18:58 UTC  (2+ messages)

[PATCH v3] spi: spi-nxp-fspi: Add ACPI support
 2020-09-17 18:58 UTC  (3+ messages)
` [EXT] "

[PATCH] spi: xilinx: Fix info message during probe
 2020-09-17 18:58 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2020-09-17 19:00 UTC 

[PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-17 17:28 UTC  (4+ messages)
` [PATCH 1/3] spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
` [PATCH 3/3] spi: spi-zynqmp-gqspi: Fix incorrect indentation

Patchwork summary for: spi-devel-general
 2020-09-17 14:00 UTC 

[PATCH] spi: bcm2835: mark polling_limit_us as static
 2020-09-15 15:48 UTC  (4+ messages)

[PATCH 1/3] spi: spi-geni-qcom: Use the FIFO even more
 2020-09-15 10:40 UTC  (15+ messages)
` [PATCH 2/3] spi: spi-geni-qcom: Don't program CS_TOGGLE again and again
` [PATCH 3/3] spi: spi-geni-qcom: Slightly optimize setup of bidirectional xfters

[PATCH] spi: imx: Fix the number of chipselects count
 2020-09-15  7:25 UTC  (2+ messages)

[PATCH v2] spi: spi-nxp-fspi: Add ACPI support
 2020-09-15  6:52 UTC  (9+ messages)
` [EXT] "

[PATCH AUTOSEL 5.8 11/29] spi: spi-loopback-test: Fix out-of-bounds read
 2020-09-14 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 26/29] spi: Fix memory leak on splited transfers

Patchwork summary for: spi-devel-general
 2020-09-14 15:00 UTC 

[PATCH] spi: qup: remove redundant assignment to variable ret
 2020-09-14 14:51 UTC  (2+ messages)

[PATCH REBASE] spi: sprd: Simplify with dev_err_probe()
 2020-09-14 14:52 UTC  (2+ messages)

[PATCH] spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting
 2020-09-14 14:52 UTC  (4+ messages)

[PATCH 1/4] dt-bindings: spi: Add compatible string for brcmstb SoCs
 2020-09-14 14:52 UTC  (9+ messages)
` [PATCH 2/4] spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCs
` [PATCH 3/4] spi: bcm-qspi: Fix probe regression on iProc platforms
` [PATCH 4/4] spi: bcm-qspi: Clean up 7425, 7429, and 7435 settings

[PATCH] spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
 2020-09-14 14:52 UTC  (2+ messages)

[PATCH] spi: bcm2835: Make polling_limit_us static
 2020-09-14 14:52 UTC  (2+ messages)

[PATCH] spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-14 14:52 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 06/22] spi: spi-loopback-test: Fix out-of-bounds read
 2020-09-14 13:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 20/22] spi: Fix memory leak on splited transfers

[PATCH AUTOSEL 4.19 06/19] spi: spi-loopback-test: Fix out-of-bounds read
 2020-09-14 13:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 17/19] spi: Fix memory leak on splited transfers

[PATCH AUTOSEL 4.14 06/15] spi: spi-loopback-test: Fix out-of-bounds read
 2020-09-14 13:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 13/15] spi: Fix memory leak on splited transfers

[PATCH AUTOSEL 4.9 05/10] spi: spi-loopback-test: Fix out-of-bounds read
 2020-09-14 13:05 UTC 

[PATCH v2 2/5] spi: stm32: fix fifo threshold level in case of short transfer
 2020-09-14 10:33 UTC  (2+ messages)

[PATCH] spi-imx: remove num-cs support, set num_chipselect to 4
 2020-09-13 14:15 UTC  (9+ messages)
  ` (EXT) "
      ` (EXT) "
            ` (EXT) "

[GIT PULL] SPI fixes for v5.9-rc4
 2020-09-11 18:37 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-09-11 14:40 UTC 

[PATCH 0/2] Add 36bit dma support to mediatek spi-nor controller
 2020-09-11 11:31 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH 2/2] spi: spi-mtk-nor: support 36bit dma addressing to mediatek spi-nor

Patchwork housekeeping for: spi-devel-general
 2020-09-11  8:40 UTC 

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[bug report] spi: gpio: Use devm_spi_register_master()
 2020-09-10 22:15 UTC  (2+ messages)

[PATCH 0/5] qspi binding and DTS fixes
 2020-09-09 21:14 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: spi: Fix spi-bcm-qspi compatible ordering

[PATCH] spi: spidev: Remove redundant initialization of variable status
 2020-09-09 15:28 UTC  (2+ messages)

[PATCH v3] spi: Fix memory leak on splited transfers
 2020-09-09 15:29 UTC  (2+ messages)

[PATCH v1] spi: spi-nxp-fspi: Add ACPI support
 2020-09-09 14:32 UTC  (6+ messages)
` [EXT] "

[PATCH V2 0/8] opp: Unconditionally call dev_pm_opp_of_remove_table()
 2020-09-09 15:28 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2020-09-09 14:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).