Linux SPI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-16 05:28:06 to 2026-07-20 19:22:48 UTC [more...]

[PATCH v16 0/7] spi: pxa2xx: Fix PM and interrupt issues on Intel LPSS SPI
 2026-07-20 19:22 UTC  (10+ messages)
` [PATCH v16 1/7] spi: pxa2xx: introduce clock enable and disable helper functions
` [PATCH v16 2/7] spi: pxa2xx: introduce suspended flag for interrupt synchronization
` [PATCH v16 3/7] spi: pxa2xx: overhaul teardown and suspend sequence using pxa2xx_spi_off
` [PATCH v16 4/7] spi: pxa2xx: lock out runtime autosuspend for Intel LPSS SPI in PIO mode
` [PATCH v16 5/7] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v16 6/7] spi: pxa2xx: restore LPSS private register state on S3 resume
` [PATCH v16 7/7] spi: pxa2xx: rename local status variable to ret

[PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support
 2026-07-20 17:00 UTC  (21+ messages)
` [PATCH v3 1/8] dt-bindings: arm: axiado: add AX3005 EVK
` [PATCH v3 2/8] dt-bindings: gpio: cdns: add Axiado AX3005 GPIO variant
` [PATCH v3 3/8] dt-bindings: i2c: cdns: add Axiado AX3005 I2C variant
` [PATCH v3 4/8] dt-bindings: i3c: cdns: add Axiado AX3005 I3C variant
  ` (subset) "
` [PATCH v3 5/8] dt-bindings: serial: cdns: add Axiado AX3005 UART variant
` [PATCH v3 6/8] dt-bindings: spi: dw-apb-ssi: add Axiado AX3005 SPI variant
` [PATCH v3 7/8] dt-bindings: usb: generic-xhci: add Axiado AX3005 xHCI variant
` [PATCH v3 8/8] arm64: dts: axiado: Add initial support for AX3005 SoC and eval board
` (subset) [PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support

Patchwork housekeeping for: spi-devel-general
 2026-07-20 16:58 UTC 

[PATCH] spi: spi-cadence: Move TX FIFO full busy-wait into FIFO
 2026-07-20 15:55 UTC  (2+ messages)

[PATCH] spi: spacemit: Correct TX FIFO slot calculation
 2026-07-19 21:13 UTC  (2+ messages)

[PATCH 0/2] spi: axiado: cond_no_effect and kernel-doc fixes
 2026-07-19 22:56 UTC  (7+ messages)
` [PATCH 1/2] spi: axiado: merge identical if/else branches in ax_transfer_one()
` [PATCH 2/2] spi: axiado: fix kernel-doc comments

[PATCH v2 0/5] spi: atmel-quadspi: add support for LAN969x
 2026-07-19 21:15 UTC  (2+ messages)
` (subset) "

Patchwork summary for: spi-devel-general
 2026-07-20 13:10 UTC 

[PATCHv2] spi: ppc4xx: devm-ify probe and drop manual resource management
 2026-07-20 12:38 UTC  (2+ messages)

[PATCH 0/7] memory: renesas-rpc-if: Optimize transfer overhead and implement runtime PM autosuspend
 2026-07-20 11:57 UTC  (8+ messages)
` [PATCH 6/7] spi: spi-rpc-if: Implement 200ms runtime PM autosuspend delay

Patchwork summary for: spi-devel-general
 2026-07-20 11:50 UTC 

[PATCH v15 0/7] spi: pxa2xx: Fix PM and interrupt issues on Intel LPSS SPI
 2026-07-20 11:12 UTC  (9+ messages)
` [PATCH v15 1/7] spi: pxa2xx: introduce clock enable and disable helper functions
` [PATCH v15 2/7] spi: pxa2xx: introduce suspended flag for interrupt synchronization
` [PATCH v15 3/7] spi: pxa2xx: overhaul teardown and suspend sequence using pxa2xx_spi_off
` [PATCH v15 4/7] spi: pxa2xx: lock out runtime autosuspend for Intel LPSS SPI in PIO mode
` [PATCH v15 5/7] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v15 6/7] spi: pxa2xx: restore LPSS private register state on S3 resume
` [PATCH v15 7/7] spi: pxa2xx: rename local status variable to ret

[PATCH v12 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-20 10:57 UTC  (7+ messages)
` [PATCH v12 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v12 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v12 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

[PATCH v5 00/17] spi: cadence-quadspi: add PHY tuning support
 2026-07-20 10:34 UTC  (25+ messages)
` [PATCH v5 01/17] spi: dt-bindings: add spi-max-post-config-frequency-hz property
` [PATCH v5 02/17] spi: dt-bindings: add spi-phy-pattern-partition property
` [PATCH v5 03/17] spi: parse spi-max-post-config-frequency-hz into post_config_max_speed_hz
` [PATCH v5 04/17] spi: spi-mem: teach spi_mem_adjust_op_freq() about post-config ops
` [PATCH v5 05/17] spi: spi-mem: add execute_tuning callback and spi_mem_execute_tuning()
` [PATCH v5 06/17] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [PATCH v5 07/17] spi: cadence-quadspi: add DQS support to read data capture
` [PATCH v5 08/17] spi: cadence-quadspi: add PHY tuning support
` [PATCH v5 09/17] spi: cadence-quadspi: skip DDR PHY tuning for 2-byte-address ops (i2383)
` [PATCH v5 10/17] spi: cadence-quadspi: refactor direct read path for PHY support
` [PATCH v5 11/17] spi: cadence-quadspi: enable PHY for direct reads
` [PATCH v5 12/17] spi: cadence-quadspi: enable PHY for indirect writes
` [PATCH v5 13/17] spi: cadence-quadspi: reprogram CS timing on every chip-select switch
` [PATCH v5 14/17] mtd: spinand: extract variant ranking logic into spinand_op_find_best_variant()
` [PATCH v5 15/17] mtd: spinand: negotiate optimal controller operating point before dirmap creation
` [PATCH v5 16/17] mtd: spi-nor: extract read op template construction into helper
` [PATCH v5 17/17] mtd: spi-nor: run controller optimization before dirmap creation

[PATCH 0/2] fix and cleanup in spi-spacemit-k1
 2026-07-20  6:08 UTC  (3+ messages)
` [PATCH 1/2] spi: spacemit: fix dangling TX DMA descriptor on RX prep failure
` [PATCH 2/2] spi: spacemit: drop redundant dev_err_probe() around irq helpers

[PATCH v1 00/11] Add support for StarFive JHB100 SFC
 2026-07-20  1:16 UTC  (4+ messages)
` [PATCH v1 02/11] spi: dw: update NDF while using enhanced spi mode

Patchwork housekeeping for: spi-devel-general
 2026-07-20  0:57 UTC 

[GIT PULL] SPI fixes for v7.2-rc3
 2026-07-19 16:45 UTC  (2+ messages)

[PATCH v5 0/3] spi: tegra210-quad: Improve interrupt handling for loaded systems
 2026-07-19 14:50 UTC  (4+ messages)
` [PATCH v5 1/3] spi: tegra210-quad: Convert to hard IRQ with high-priority workqueue

[PATCH v2] spi: qcom-geni: Use GSI mode if DMA channels are available
 2026-07-19 10:10 UTC  (3+ messages)

[PATCH v6 0/5] iio: dac: Add support for AD5529R DAC
 2026-07-19  2:19 UTC  (17+ messages)
` [PATCH v6 1/5] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v6 2/5] dt-bindings: iio: adc: microchip,mcp3564: Add spi-device-addr
` [PATCH v6 3/5] dt-bindings: iio: adc: microchip,mcp3911: "
` [PATCH v6 5/5] iio: dac: Add AD5529R DAC driver support

[PATCH] spi: davinci: switch to managed controller allocation
 2026-07-19  1:00 UTC 

[PATCH] spi: oc-tiny: switch to managed controller allocation
 2026-07-19  1:00 UTC 

Patchwork summary for: spi-devel-general
 2026-07-18 22:00 UTC 

[PATCHv2] spi: orion: use devm_clk_get_optional_enabled for axi clock
 2026-07-18 12:41 UTC  (2+ messages)

[PATCH v14 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-18 20:14 UTC  (6+ messages)
` [PATCH v14 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v14 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v14 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18 16:58 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-07-18 15:58 UTC 

[PATCH v13 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-18 15:32 UTC  (4+ messages)
` [PATCH v13 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v13 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v13 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18 14:58 UTC 

[PATCH v11 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-18 14:00 UTC  (4+ messages)
` [PATCH v11 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v11 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v11 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18 13:58 UTC 

[PATCH v10 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-18 13:14 UTC  (4+ messages)
` [PATCH v10 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v10 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v10 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

[PATCH v9 0/3] spi: pxa2xx: MacBook8,1 quirk, runtime PM, and LPSS S3 resume state fixes
 2026-07-18  6:10 UTC  (4+ messages)
` [PATCH v9 1/3] spi: pxa2xx: disable DMA for Apple MacBook8,1
` [PATCH v9 2/3] spi: pxa2xx: fix runtime PM and interrupt handling in PIO mode
` [PATCH v9 3/3] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18  3:57 UTC 

[PATCH v8 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
 2026-07-18  3:22 UTC  (3+ messages)
` [PATCH v8 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
` [PATCH v8 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18  2:58 UTC 

[PATCH v7 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
 2026-07-18  2:09 UTC  (3+ messages)
` [PATCH v7 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
` [PATCH v7 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18  1:58 UTC 

[PATCH v6 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
 2026-07-18  1:24 UTC  (3+ messages)
` [PATCH v6 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
` [PATCH v6 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork housekeeping for: spi-devel-general
 2026-07-18  0:58 UTC 

[PATCH v5 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
 2026-07-18  0:38 UTC  (3+ messages)
` [PATCH v5 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
` [PATCH v5 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

[PATCH] spi: geni-qcom: Fix sticky ret causing wrong return value on invalid proto
 2026-07-16 15:58 UTC  (4+ messages)

[PATCH] spi: realtek-rtl: change to __raw reads and writes
 2026-07-16 13:00 UTC  (2+ messages)

[PATCH 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume fixes
 2026-07-17 23:47 UTC  (9+ messages)
` [PATCH v3 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
  ` [PATCH v3 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
  ` [PATCH v3 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume
` [PATCH v4 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
  ` [PATCH v4 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
  ` [PATCH v4 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

[PATCH v4 00/16] spi: cadence-quadspi: add PHY tuning support
 2026-07-17 19:00 UTC  (25+ messages)
` [PATCH v4 01/16] spi: dt-bindings: add spi-max-post-config-frequency property
` [PATCH v4 02/16] spi: dt-bindings: add spi-phy-pattern-partition property
` [PATCH v4 08/16] spi: cadence-quadspi: add PHY tuning support
` [PATCH v4 09/16] spi: cadence-quadspi: skip DDR PHY tuning for 2-byte-address ops (i2383)
` [PATCH v4 13/16] mtd: spinand: extract variant ranking logic into spinand_op_find_best()
` [PATCH v4 14/16] mtd: spinand: negotiate optimal PHY operating point before dirmap creation

Patchwork housekeeping for: spi-devel-general
 2026-07-17 18:58 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-07-17 16:58 UTC 

[PATCH 0/4] spi: spacemit: support K3 SPI controllers
 2026-07-17 14:45 UTC  (5+ messages)
` [PATCH 1/4] riscv: dts: spacemit: add K3 PDMA request numbers
` [PATCH 2/4] spi: dt-bindings: spacemit: add K3 SPI compatible
` [PATCH 3/4] riscv: dts: spacemit: add SPI controllers for K3
` [PATCH 4/4] riscv: dts: spacemit: enable SPI0 on K3 CoM260-IFX

[PATCH v2 0/2] spi: pxa2xx: MacBook8,1 quirk and LPSS S3 resume state fixes
 2026-07-17 14:36 UTC  (3+ messages)
  ` [PATCH v2 1/2] spi: pxa2xx: disable DMA and fix runtime PM for Apple MacBook8,1
  ` [PATCH v2 2/2] spi: pxa2xx: restore LPSS private register state on S3 resume

Patchwork summary for: spi-devel-general
 2026-07-17 13:40 UTC 

[PATCH 0/3] spi: add support for Amlogic A9
 2026-07-17  7:49 UTC  (4+ messages)
` [PATCH 1/3] spi: dt-bindings: amlogic: spisg: Document A9-specific properties
` [PATCH 2/3] spi: amlogic: spisg: Fix the incorrect keep_ss of the last descriptor
` [PATCH 3/3] spi: amlogic: spisg: Add support for A9 controller features

Patchwork housekeeping for: spi-devel-general
 2026-07-16 23:58 UTC 

[PATCH] spi: orion: use devm_clk_get_optional_enabled for axi clock
 2026-07-16 16:55 UTC  (2+ messages)

[PATCH 0/6] spi: add multi-CS and per-transfer lane mask support
 2026-07-16 16:50 UTC  (4+ messages)

[PATCH] spi: spi-qpic-snand: Increase ECC strength for large OOB SPI-NAND devices
 2026-07-16  5:43 UTC 

[PATCH 0/3] Add quad mode support for QPIC SNAND
 2026-07-16  5:27 UTC  (2+ messages)
` [PATCH 3/3] spi: spi-qpic-snand: Handle Macronix quad read opcode 0x6b


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox