linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 11:26:26 to 2020-10-02 10:14:12 UTC [more...]

[PATCH v2 0/9] Some fixes for spi-s3c64xx
 2020-10-02 10:13 UTC  (19+ messages)
  ` [PATCH v2 RESEND "
      ` [PATCH v2 RESEND 1/9] spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()
      ` [PATCH v2 RESEND 2/9] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
      ` [PATCH v2 RESEND 3/9] spi: spi-s3c64xx: Check return values
      ` [PATCH v2 RESEND 4/9] spi: spi-s3c64xx: Report more information when errors occur
      ` [PATCH v2 RESEND 5/9] spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_*
      ` [PATCH v2 RESEND 6/9] spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data
      ` [PATCH v2 RESEND 7/9] spi: spi-s3c64xx: Ensure cur_speed holds actual clock value
      ` [PATCH v2 RESEND 8/9] spi: spi-s3c64xx: Increase transfer timeout
      ` [PATCH v2 RESEND 9/9] spi: spi-s3c64xx: Turn on interrupts upon resume

Patchwork housekeeping for: spi-devel-general
 2020-10-01 22:57 UTC 

[PATCH 1/2] spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQ
 2020-10-01 22:47 UTC  (3+ messages)
` [PATCH 2/2] spi: spi-stm32: "

[PATCH 0/3] spi: spi-mtk-nor: make use of full capability of program mode
 2020-10-01 22:47 UTC  (5+ messages)
` [PATCH 1/3] spi: spi-mtk-nor: make use of full capability of prg mode
` [PATCH 2/3] spi: spi-mtk-nor: add helper for checking prg mode ops
` [PATCH 3/3] spi: spi-mtk-nor: fix op checks in supports_op

[PATCH v2] spi: atmel: Exposing effective spi speed
 2020-10-01 22:47 UTC  (4+ messages)

[PATCH v3 00/21] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-10-01 22:28 UTC  (22+ messages)
` [PATCH v3 01/21] spi: dw: Use an explicit set_cs assignment
` [PATCH v3 02/21] spi: dw: Add DWC SSI capability
` [PATCH v3 03/21] spi: dw: Detach SPI device specific CR0 config method
` [PATCH v3 04/21] spi: dw: Update SPI bus speed in a config function
` [PATCH v3 05/21] spi: dw: Simplify the SPI bus speed config procedure
` [PATCH v3 06/21] spi: dw: Update Rx sample delay in the config function
` [PATCH v3 07/21] spi: dw: Add DW SPI controller config structure
` [PATCH v3 08/21] spi: dw: Refactor data IO procedure
` [PATCH v3 09/21] spi: dw: Refactor IRQ-based SPI transfer procedure
` [PATCH v3 10/21] spi: dw: Perform IRQ setup in a dedicated function
` [PATCH v3 11/21] spi: dw: Unmask IRQs after enabling the chip
` [PATCH v3 12/21] spi: dw: Discard chip enabling on DMA setup error
` [PATCH v3 13/21] spi: dw: De-assert chip-select on reset
` [PATCH v3 14/21] spi: dw: Explicitly de-assert CS on SPI transfer completion
` [PATCH v3 15/21] spi: dw: Move num-of retries parameter to the header file
` [PATCH v3 16/21] spi: dw: Add generic DW SSI status-check method
` [PATCH v3 17/21] spi: dw: Add memory operations support
` [PATCH v3 18/21] spi: dw: Introduce max mem-ops SPI bus frequency setting
` [PATCH v3 19/21] spi: dw: Add poll-based SPI transfers support
` [PATCH v3 20/21] dt-bindings: spi: dw: Add Baikal-T1 SPI Controllers
` [PATCH v3 21/21] spi: dw: Add Baikal-T1 SPI Controller glue driver

[PATCH v2 00/21] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-10-01 21:55 UTC  (24+ messages)
` [PATCH v2 01/21] spi: dw: Use an explicit set_cs assignment
` [PATCH v2 02/21] spi: dw: Add DWC SSI capability
` [PATCH v2 03/21] spi: dw: Detach SPI device specific CR0 config method
` [PATCH v2 04/21] spi: dw: Update SPI bus speed in a config function
` [PATCH v2 05/21] spi: dw: Simplify the SPI bus speed config procedure
` [PATCH v2 06/21] spi: dw: Update Rx sample delay in the config function
` [PATCH v2 07/21] spi: dw: Add DW SPI controller config structure
` [PATCH v2 08/21] spi: dw: Refactor data IO procedure
` [PATCH v2 09/21] spi: dw: Refactor IRQ-based SPI transfer procedure
` [PATCH v2 10/21] spi: dw: Perform IRQ setup in a dedicated function
` [PATCH v2 11/21] spi: dw: Unmask IRQs after enabling the chip
` [PATCH v2 12/21] spi: dw: Discard chip enabling on DMA setup error
` [PATCH v2 13/21] spi: dw: De-assert chip-select on reset
` [PATCH v2 14/21] spi: dw: Explicitly de-assert CS on SPI transfer completion
` [PATCH v2 15/21] spi: dw: Move num-of retries parameter to the header file
` [PATCH v2 16/21] spi: dw: Add generic DW SSI status-check method
` [PATCH v2 17/21] spi: dw: Add memory operations support
` [PATCH v2 18/21] spi: dw: Introduce max mem-ops SPI bus frequency setting
` [PATCH v2 19/21] spi: dw: Add poll-based SPI transfers support
` [PATCH v2 20/21] dt-bindings: spi: dw: Add Baikal-T1 SPI Controllers
` [PATCH v2 21/21] spi: dw: Add Baikal-T1 SPI Controller glue driver

[PATCH v2] serial: max310x: rework RX interrupt handling
 2020-10-01 11:35 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-10-01  7:57 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-09-30 18:57 UTC 

[PATCH 00/30] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-09-30 15:53 UTC  (27+ messages)
` [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 11/30] spi: dw: Add DWC SSI capability
` [PATCH 29/30] dt-bindings: spi: dw: Add Baikal-T1 SPI Controllers

[PATCH] spi: atmel: remove unnecessary include
 2020-09-30 15:12 UTC  (2+ messages)

[PATCH] serial: max310x: rework RX interrupt handling
 2020-09-30 14:54 UTC  (4+ messages)

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-29 18:34 UTC  (8+ messages)
` [PATCH v10 05/17] mtd: spi-nor: add support for DTR protocol

Patchwork summary for: spi-devel-general
 2020-09-29 16:30 UTC 

[PATCH v2 00/11] spi: dw-dma: Add max SG entries burst capability support
 2020-09-29 16:23 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-09-29  7:57 UTC 

[PATCH v4 0/4] spi: spi-mtk-nor: Add mt8192 support
 2020-09-29  7:37 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH v4 2/4] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
` [PATCH v4 3/4] spi: spi-mtk-nor: support 36bit dma addressing
` [PATCH v4 4/4] spi: spi-mtk-nor: Add power management support

[PATCH AUTOSEL 5.8 24/29] spi: fsl-espi: Only process interrupts for expected events
 2020-09-29  6:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 28/29] spi: fsl-dspi: fix use-after-free in remove path

[PATCH AUTOSEL 5.4 16/18] spi: fsl-espi: Only process interrupts for expected events
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.14 8/9] spi: fsl-espi: Only process interrupts for expected events
 2020-09-29  1:31 UTC 

[PATCH AUTOSEL 4.19 10/11] spi: fsl-espi: Only process interrupts for expected events
 2020-09-29  1:31 UTC 

[PATCH][next] spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"
 2020-09-28 19:35 UTC  (2+ messages)

[PATCH v2] spi: fsl-dspi: fix NULL pointer dereference
 2020-09-28 19:35 UTC  (3+ messages)

[PATCH v3] spi: fsl-dspi: fix NULL pointer dereference
 2020-09-28 19:35 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-09-28  8:57 UTC 

[PATCH] spi: fsl-dspi: fix NULL pointer dereference
 2020-09-28  8:12 UTC  (7+ messages)

[PATCH v3 0/6] spi: spi-mtk-nor: Add mt8192 support
 2020-09-28  2:18 UTC  (16+ messages)
` [PATCH v3 1/6] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH v3 2/6] spi: spi-mtk-nor: fix mishandled logics in checking SPI memory operation
` [PATCH v3 3/6] spi: spi-mtk-nor: support 7 bytes transfer of generic spi
` [PATCH v3 4/6] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
` [PATCH v3 5/6] spi: spi-mtk-nor: support 36bit dma addressing
` [PATCH v3 6/6] spi: spi-mtk-nor: Add power management support

[GIT PULL] SPI fixes for v5.9-rc6
 2020-09-25 22:27 UTC  (2+ messages)

[PATCH v2] spi: spi-mtk-nor: fix timeout calculation overflow
 2020-09-25 20:42 UTC  (5+ messages)

[PATCH 0/4] Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups
 2020-09-25 20:42 UTC  (6+ messages)
` [PATCH 1/4] spi: hisi-sfc-v3xx: factor out IO modes configuration
` [PATCH 2/4] spi: hisi-sfc-v3xx: factor out bus config and transfer functions
` [PATCH 3/4] spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register
` [PATCH 4/4] spi: hisi-sfc-v3xx: add support for IRQ mode

[PATCH 1/4] dt-bindings: spi: Add compatible string for brcmstb SoCs
 2020-09-24 12:00 UTC  (5+ messages)

[RESEND PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (7+ messages)
` [RESEND PATCH 1/3] spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
` [RESEND PATCH 2/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
` [RESEND PATCH 3/3] spi: spi-zynqmp-gqspi: Fix incorrect indentation

[PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (7+ messages)
` [PATCH 1/3] spi: spi-zynqmp-gqspi: Fix kernel-doc warnings

[RESEND v2 PATCH 0/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (5+ messages)
` [RESEND v2 PATCH 1/3] spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
` [RESEND v2 PATCH 2/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
` [RESEND v2 PATCH 3/3] spi: spi-zynqmp-gqspi: Fix incorrect indentation

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

[PATCH v2 0/5] spi: spi-mtk-nor: Add mt8192 support
 2020-09-23 20:42 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: spi: add mt8192-nor compatible string

[PATCH] spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz
 2020-09-23 19:00 UTC  (2+ messages)

[PATCH] spi: fsl-dspi: fix use-after-free in remove path
 2020-09-23 19:00 UTC  (2+ messages)

[PATCH 00/14] drop double zeroing
 2020-09-23 15:16 UTC  (4+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-09-22 17:00 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-09-22 12:00 UTC 

[PATCH] spi: spi-mtk-nor: fix timeout calculation overflow
 2020-09-22 11:47 UTC  (2+ messages)

[PATCH 0/6] Fix use-after-free in SPI drivers
 2020-09-22 11:25 UTC  (5+ messages)
` [PATCH 1/6] spi: fsl-dspi: Use devm_spi_register_controller()


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).