linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 10:44:09 to 2020-05-29 16:00:17 UTC [more...]

Patchwork housekeeping for: spi-devel-general
 2020-05-29 16:00 UTC 

[PATCHv4 1/2] spi: dw: add reset control
 2020-05-29 15:58 UTC  (2+ messages)
` [PATCHv4 2/2] dt-bindings: snps,dw-apb-ssi: add optional reset property

[PATCH 0/3] Intel SPI unbind fixes
 2020-05-29 13:54 UTC  (19+ messages)
` [PATCH 1/3] spi: dw: Fix controller unregister order
` [PATCH 2/3] spi: pxa2xx: "
` [PATCH 3/3] spi: pxa2xx: Fix runtime PM ref imbalance on probe error

[PATCH v6 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-29 13:27 UTC  (18+ messages)
` [PATCH v6 01/16] spi: dw: Set xfer effective_speed_hz
` [PATCH v6 02/16] spi: dw: Return any value retrieved from the dma_transfer callback
` [PATCH v6 03/16] spi: dw: Locally wait for the DMA transfers completion
` [PATCH v6 04/16] spi: dw: Add SPI Tx-done wait method to DMA-based transfer
` [PATCH v6 05/16] spi: dw: Add SPI Rx-done "
` [PATCH v6 06/16] spi: dw: Parameterize the DMA Rx/Tx burst length
` [PATCH v6 07/16] spi: dw: Use DMA max burst to set the request thresholds
` [PATCH v6 08/16] spi: dw: Fix Rx-only DMA transfers
` [PATCH v6 09/16] spi: dw: Add core suffix to the DW APB SSI core source file
` [PATCH v6 10/16] spi: dw: Move Non-DMA code to the DW PCIe-SPI driver
` [PATCH v6 11/16] spi: dw: Remove DW DMA code dependency from DW_DMAC_PCI
` [PATCH v6 12/16] spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI core
` [PATCH v6 13/16] spi: dw: Cleanup generic DW DMA code namings
` [PATCH v6 14/16] spi: dw: Add DMA support to the DW SPI MMIO driver
` [PATCH v6 15/16] spi: dw: Use regset32 DebugFS method to create regdump file
` [PATCH v6 16/16] dt-bindings: spi: Convert DW SPI binding to DT schema

Patchwork housekeeping for: spi-devel-general
 2020-05-29 13:20 UTC 

[PATCHv3 1/2] spi: dw: add reset control
 2020-05-29 13:02 UTC  (3+ messages)
` [PATCHv3 2/2] dt-bindings: snps,dw-apb-ssi: add optional reset property
  ` [PATCHv3 2/2] spi: dw: "

[PATCH v5 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-29 10:20 UTC  (26+ messages)
` [PATCH v5 01/16] spi: dw: Set xfer effective_speed_hz
` [PATCH v5 02/16] spi: dw: Return any value retrieved from the dma_transfer callback
` [PATCH v5 03/16] spi: dw: Locally wait for the DMA transactions completion
` [PATCH v5 04/16] spi: dw: Add SPI Tx-done wait method to DMA-based transfer
` [PATCH v5 05/16] spi: dw: Add SPI Rx-done "
` [PATCH v5 06/16] spi: dw: Parameterize the DMA Rx/Tx burst length
` [PATCH v5 07/16] spi: dw: Use DMA max burst to set the request thresholds
` [PATCH v5 08/16] spi: dw: Fix Rx-only DMA transfers
` [PATCH v5 09/16] spi: dw: Add core suffix to the DW APB SSI core source file
` [PATCH v5 10/16] spi: dw: Move Non-DMA code to the DW PCIe-SPI driver
` [PATCH v5 11/16] spi: dw: Remove DW DMA code dependency from DW_DMAC_PCI
` [PATCH v5 12/16] spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI core
` [PATCH v5 13/16] spi: dw: Cleanup generic DW DMA code namings
` [PATCH v5 14/16] spi: dw: Add DMA support to the DW SPI MMIO driver
` [PATCH v5 15/16] spi: dw: Use regset32 DebugFS method to create regdump file
` [PATCH v5 16/16] dt-bindings: spi: Convert DW SPI binding to DT schema

[PATCH v4 0/7] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-29  9:42 UTC  (12+ messages)
` [PATCH v4 1/7] mtd: spi-nor: sfdp: get octal mode maximum speed from BFPT
` [PATCH v4 2/7] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v4 3/7] mtd: spi-nor: sfdp: parse command sequences to change octal DTR mode
` [PATCH v4 4/7] mtd: spi-nor: core: add configuration register 2 read & write support
` [PATCH v4 5/7] mtd: spi-nor: core: execute command sequences to change octal DTR mode
` [PATCH v4 6/7] spi: mxic: patch for octal DTR mode support
` [PATCH v4 7/7] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

[PATCH v3 00/14] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-29  5:27 UTC  (18+ messages)
` [PATCH v3 01/14] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v3 02/14] spi: spi-mem: allow specifying a command's extension
` [PATCH v3 03/14] mtd: spi-nor: add support for DTR protocol
` [PATCH v3 04/14] mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
` [PATCH v3 05/14] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v3 06/14] mtd: spi-nor: sfdp: get octal mode maximum speed "
` [PATCH v3 07/14] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v3 08/14] mtd: spi-nor: sfdp: parse command sequences to change octal DTR mode
` [PATCH v3 09/14] mtd: spi-nor: core: add configuration register 2 read & write support
` [PATCH v3 10/14] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v3 11/14] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v3 12/14] spi: mxic: patch for octal DTR mode support
` [PATCH v3 13/14] mtd: spi-nor: core: execute command sequences to change octal DTR mode
` [PATCH v3 14/14] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

Patchwork housekeeping for: spi-devel-general
 2020-05-29  4:20 UTC 

[PATCH v4 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-28 23:28 UTC  (3+ messages)
` [PATCH v4 16/16] dt-bindings: spi: Convert DW SPI binding to DT schema

[PATCH v4 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-28 20:49 UTC  (10+ messages)
` [PATCH v4 3/8] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v4 5/8] dt-bindings: display: panel: Add ilitek ili9341 panel bindings

[PATCH] spi: bcm2835: Implement shutdown callback
 2020-05-28 19:06 UTC 

[PATCH] spi: bcm2835: Enable shared interrupt support
 2020-05-28 19:00 UTC  (2+ messages)

[PATCH v2 0/6] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-05-28 18:46 UTC  (13+ messages)
` [PATCH v2 1/6] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry
` [PATCH v2 2/6] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
` [PATCH v2 3/6] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure
` [PATCH v2 4/6] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines
` [PATCH v2 5/6] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
` [PATCH v2 6/6] spi: Move cadence-quadspi driver to drivers/spi/

[PATCH 0/6] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-05-28 18:37 UTC  (5+ messages)
` [PATCH 1/6] mtd: spi-nor: cadence-quadspi: Drop cdns,is-decoded-cs property
` [PATCH 2/6] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode

[RFC PATCH] spi: spi-cavium-thunderx: flag controller as half duplex
 2020-05-28 15:46 UTC 

[PATCH] [v2] spi: tegra20-slink: Fix runtime PM imbalance on error
 2020-05-28 13:07 UTC  (2+ messages)

[PATCH] [v2] spi: tegra114: Fix runtime PM imbalance on error
 2020-05-28 13:08 UTC  (2+ messages)

[PATCH] [v2] spi: tegra20-sflash: Fix runtime PM imbalance on error
 2020-05-28 13:08 UTC  (2+ messages)

[PATCH v8 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-05-28 13:07 UTC  (3+ messages)

[PATCH v1 1/2] spi: dw: Make DMA request line assignments explicit for Intel Medfield
 2020-05-28 10:23 UTC  (2+ messages)
` [PATCH v1 2/2] spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ config

Patchwork housekeeping for: spi-devel-general
 2020-05-27 21:00 UTC 

[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27 11:18 UTC  (15+ messages)
` [PATCH v6 1/9] ARM: dts: stm32: Add dma config for spi5
` [PATCH v6 2/9] ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
` [PATCH v6 3/9] ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board
` [PATCH v6 4/9] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v6 5/9] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH v6 6/9] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH v6 7/9] drm/panel: Add ilitek ili9341 panel driver
` [PATCH v6 8/9] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v6 9/9] spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' mode

[RFC PATCH 0/3] Add prepare/unprepare method in spi_controller_mem_ops
 2020-05-27 10:33 UTC  (12+ messages)
` [RFC PATCH 3/3] spi: hisi-sfc-v3xx: Add prepare/unprepare methods to avoid race condition

[PATCH V7 0/7] Add interconnect support to QSPI and QUP drivers
 2020-05-27 10:04 UTC  (11+ messages)
` [PATCH V7 1/7] soc: qcom: geni: Support for ICC voting
` [PATCH V7 2/7] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
` [PATCH V7 3/7] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH V7 4/7] spi: spi-geni-qcom: "
` [PATCH V7 5/7] tty: serial: qcom_geni_serial: "
` [PATCH V7 6/7] spi: spi-qcom-qspi: "
` [PATCH V7 7/7] arm64: dts: sc7180: Add interconnect for QUP and QSPI

Patchwork housekeeping for: spi-devel-general
 2020-05-27  7:40 UTC 

[PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27  3:30 UTC  (12+ messages)
` [PATCH v5 4/8] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v5 5/8] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate, fix duplicated ltdc clock register to 'clk_core' case ltdc's clock turn off by clk_disable_unused()
` [PATCH v5 6/8] drm/panel: Add ilitek ili9341 panel driver

[PATCH] spi: Remove note about transfer limit for spi_write_then_read()
 2020-05-26 16:46 UTC  (2+ messages)

[PATCH] spi: spi-fsl-lpspi: Fix runtime PM imbalance on error
 2020-05-26 16:46 UTC  (2+ messages)

[PATCHv2 1/2] spi: dw: add reset control
 2020-05-26 15:21 UTC  (3+ messages)
` [PATCHv2 2/2] dt-bindings: snps,dw-apb-ssi: add optional reset property

Patchwork housekeeping for: spi-devel-general
 2020-05-26 15:20 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-05-26 13:00 UTC 

[PATCH V6 0/7] [PATCH V5 0/7] Add interconnect support to QSPI and QUP drivers
 2020-05-26 12:41 UTC  (4+ messages)
` [PATCH V6 1/7] soc: qcom: geni: Support for ICC voting

[PATCH v5 2/6] spi: spi-geni-qcom: Use OPP API to set clk/perf state
 2020-05-26 10:39 UTC  (4+ messages)
` [PATCH v5 6/6] spi: spi-qcom-qspi: "

Patchwork housekeeping for: spi-devel-general
 2020-05-26  9:40 UTC 

[PATCH v4 01/16] spi: dw: Add Tx/Rx finish wait methods to the MID DMA
 2020-05-25 21:36 UTC  (7+ messages)

[PATCH] spi: mux: repair mux usage
 2020-05-25 21:13 UTC  (3+ messages)

[PATCH] spi: Make spi_delay_exec() warn if called from atomic context
 2020-05-25 14:57 UTC  (2+ messages)

[PATCH] can: mcp251x: convert to half-duplex SPI
 2020-05-25 13:27 UTC  (7+ messages)


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