linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 07:38:07 to 2020-10-06 15:22:16 UTC [more...]

[PATCH v4 0/4] spi: spi-mtk-nor: Add mt8192 support
 2020-10-06 15:21 UTC  (7+ 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 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-06 14:33 UTC  (32+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

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

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

[PATCH] dt-bindings: Another round of adding missing 'additionalProperties'
 2020-10-06  7:00 UTC  (13+ messages)

[PATCH] MAINTAINERS: Add maintainer of DW APB SSI driver
 2020-10-05 17:54 UTC  (2+ messages)

[PATCH] spi: renesas,sh-msiof: Add r8a77961 support
 2020-10-05 17:54 UTC  (2+ messages)

[PATCH] spi: imx: Fix freeing of DMA channels if spi_bitbang_start() fails
 2020-10-05 17:54 UTC  (2+ messages)

[PATCH AUTOSEL 5.8 28/29] spi: fsl-dspi: fix use-after-free in remove path
 2020-10-04 12:58 UTC  (3+ messages)

Patchwork summary for: spi-devel-general
 2020-10-02 21:00 UTC 

[PATCH v3 00/21] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-10-02 20:12 UTC  (35+ 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

Patchwork housekeeping for: spi-devel-general
 2020-10-02 12:57 UTC 

[PATCH] serial: max310x: rework RX interrupt handling
 2020-10-02 12:40 UTC  (5+ messages)

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

[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  (2+ messages)

[PATCH 0/3] spi: spi-mtk-nor: make use of full capability of program mode
 2020-10-01 22:47 UTC  (2+ messages)

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

[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 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 


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