messages from 2025-11-27 19:51:37 to 2025-12-10 07:59:58 UTC [more...]
Patchwork housekeeping for: spi-devel-general
2025-12-10 7:56 UTC
[PATCH v2] spi: spi-fsl-lpspi: convert min_t() to simple min()
2025-12-10 7:41 UTC
[PATCH] spi: tegra210-quad: downgrade the log when fall back to PIO
2025-12-10 4:24 UTC (5+ messages)
[PATCH v3 0/7] spi: add multi-lane support
2025-12-10 0:02 UTC (23+ messages)
` [PATCH v3 1/7] spi: dt-bindings: Add data-lanes property
` [PATCH v3 2/7] spi: Support controllers with multiple data lanes
` [PATCH v3 3/7] spi: add multi_lane_mode field to struct spi_transfer
` [PATCH v3 4/7] spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE
` [PATCH v3 5/7] dt-bindings: iio: adc: adi,ad7380: add spi-lanes property
` [PATCH v3 6/7] iio: adc: ad7380: Add support for multiple SPI lanes
` [PATCH v3 7/7] dt-bindings: iio: adc: adi,ad4030: add data-lanes property
[PATCH] spi: spi-fsl-lpspi: convert min_t() to simple min()
2025-12-09 19:20 UTC (3+ messages)
[PATCH v2 00/13] fsi: Convert to bus probe mechanism
2025-12-09 11:40 UTC (3+ messages)
` [PATCH v2 05/13] spi: fsi: Drop assigning fsi bus
` [PATCH v2 13/13] spi: fsi: Convert to fsi bus probe mechanism
[PATCH] spi: cadence-quadspi: Fix clock enable underflows due to runtime PM
2025-12-09 10:30 UTC (15+ messages)
Patchwork summary for: spi-devel-general
2025-12-09 10:20 UTC
[PATCH] spi: microchip-core: Fix an error handling path in mchp_corespi_probe()
2025-12-09 10:21 UTC (3+ messages)
[PATCH RFC] spi: virtio: Add [new,delete]_device sysfs interface
2025-12-08 11:46 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2025-12-08 7:56 UTC
[PATCH v2 0/8] spi: stm32: Update for OSPI and QSPI drivers
2025-12-08 7:29 UTC (9+ messages)
` [PATCH v2 1/8] spi: stm32-ospi: Set DMA maxburst dynamically
` [PATCH v2 2/8] spi: stm32-ospi: Optimize FIFO accesses using u16 or u32
` [PATCH v2 3/8] spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usage
` [PATCH v2 4/8] spi: stm32-ospi: Simplify SMIE interrupt test
` [PATCH v2 5/8] spi: stm32-qspi: Set DMA maxburst dynamically
` [PATCH v2 6/8] spi: stm32-qspi: Optimize FIFO accesses using u16 or u32
` [PATCH v2 7/8] spi: stm32-qspi: Remove CR_TCIE and CR_TEIE irq usage
` [PATCH v2 8/8] spi: stm32-qspi: Simplify SMIE interrupt test
[PATCH] spi: virtio: Fix confusing cleanup.h syntax
2025-12-08 2:08 UTC
[PATCH 0/8] spi: stm32: Update for OSPI and QSPI drivers
2025-12-06 7:18 UTC (12+ messages)
` [PATCH 1/8] spi: stm32-ospi: Set DMA maxburst dynamically
` [PATCH 2/8] spi: stm32-ospi: Optimize FIFO accesses using u16 or u32
` [PATCH 3/8] spi: stm32-ospi: Remove CR_TCIE and CR_TEIE irq usage
` [PATCH 4/8] spi: stm32-ospi: Simplify SMIE interrupt test
` [PATCH 5/8] spi: stm32-qspi: Set DMA maxburst dynamically
` [PATCH 6/8] spi: stm32-qspi: Optimize FIFO accesses using u16 or u32
` [PATCH 7/8] spi: stm32-qspi: Remove CR_TCIE and CR_TEIE irq usage
` [PATCH 8/8] spi: stm32-qspi: Simplify SMIE interrupt test
[PATCH] spi: lpspi: disable lpspi module irq in DMA mode
2025-12-05 20:36 UTC (4+ messages)
` "
[PATCH RFC 0/8] mtd: spinand: Winbond continuous read support
2025-12-05 19:38 UTC (9+ messages)
` [PATCH RFC 1/8] mtd: spinand: Drop a too strong limitation
` [PATCH RFC 2/8] mtd: spinand: Expose spinand_op_is_odtr()
` [PATCH RFC 3/8] mtd: spinand: Drop ECC dirmaps
` [PATCH RFC 4/8] spi: spi-mem: Transform the read operation template
` [PATCH RFC 5/8] spi: spi-mem: Create a secondary read operation
` [PATCH RFC 6/8] mtd: spinand: Use secondary ops for continuous reads
` [PATCH RFC 7/8] mtd: spinand: winbond: Add support for continuous reads on W35NxxJW
` [PATCH RFC 8/8] mtd: spinand: winbond: Add support for continuous reads on W25NxxJW
[PATCH 00/12] fsi: Convert to bus probe mechanism
2025-12-05 15:30 UTC (6+ messages)
` [PATCH 05/12] spi: fsi: Drop assigning fsi bus
` [PATCH 12/12] spi: fsi: Convert to fsi bus probe mechanism
[PATCH v2] spi: cadence-quadspi: Parse DT for flashes with the rest of the DT parsing
2025-12-05 0:06 UTC (4+ messages)
[PATCH 00/13] Add DMA support for RZ/T2H RSPI
2025-12-04 21:25 UTC (15+ messages)
` [PATCH 01/13] spi: rzv2h-rspi: fix rzv2h_rspi_transfer_one() indentation
` [PATCH 02/13] spi: rzv2h-rspi: remove call to spi_finalize_current_transfer()
` [PATCH 03/13] spi: rzv2h-rspi: do not set SPI_TRANS_FAIL_IO
` [PATCH 04/13] spi: rzv2h-rspi: use device-managed APIs
` [PATCH 05/13] spi: rzv2h-rspi: store RX interrupt in state
` [PATCH 06/13] spi: rzv2h-rspi: set MUST_RX/MUST_TX
` [PATCH 07/13] spi: rzv2h-rspi: set TX FIFO threshold to 0
` [PATCH 08/13] spi: rzv2h-rspi: enable TX buffer empty interrupt
` [PATCH 09/13] spi: rzv2h-rspi: split out PIO transfer
` [PATCH 10/13] dt-bindings: spi: renesas,rzv2h-rspi: document optional support for DMA
` [PATCH 11/13] spi: rzv2h-rspi: add support for DMA mode
` [PATCH 12/13] arm64: dts: renesas: r9a09g077: wire up DMA support for SPI
` [PATCH 13/13] arm64: dts: renesas: r9a09g087: "
[GIT PULL] SPI updates for v6.19
2025-12-04 19:27 UTC (2+ messages)
[RFC PATCH 00/10] SPINAND PHY Tuning Series
2025-12-04 16:54 UTC (16+ messages)
` [RFC PATCH 01/10] spi: spi-mem: Introduce support for tuning controller
[PATCH v2 0/6] spi: add multi-bus support
2025-12-04 16:01 UTC (8+ messages)
` [PATCH v2 5/6] dt-bindings: iio: adc: adi,ad7380: add spi-buses property
[PATCH v4 00/29] lan966x pci device: Add support for SFPs
2025-12-04 12:06 UTC (20+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"
[PATCH] spi: cadence-qspi: Fix runtime PM imbalance in probe
2025-12-04 11:21 UTC (4+ messages)
[PATCH] spi: cadence-qspi: Remove redundant pm_runtime_mark_last_busy call
2025-12-03 18:19 UTC
Patchwork housekeeping for: spi-devel-general
2025-12-03 9:57 UTC
[PATCH v3 0/6] Support ECSPI dynamic burst feature for DMA mode
2025-12-03 8:59 UTC (7+ messages)
` [PATCH v3 1/6] spi: imx: group spi_imx_dma_configure() with spi_imx_dma_transfer()
` [PATCH v3 2/6] spi: imx: introduce helper to clear DMA mode logic
` [PATCH v3 3/6] spi: imx: avoid dmaengine_terminate_all() on TX prep failure
` [PATCH v3 4/6] spi: imx: handle DMA submission errors with dma_submit_error()
` [PATCH v3 5/6] spi: imx: support dynamic burst length for ECSPI DMA mode
` [PATCH v3 6/6] spi: imx: enable DMA mode for target operation
[PATCH v2 0/6] Support ECSPI dynamic burst feature for DMA mode
2025-12-03 6:59 UTC (10+ messages)
` [PATCH v2 1/6] spi: imx: group spi_imx_dma_configure() with spi_imx_dma_transfer()
` [PATCH v2 2/6] spi: imx: introduce helper to clear DMA mode logic
` [PATCH v2 3/6] spi: imx: avoid dmaengine_terminate_all() on TX prep failure
` [PATCH v2 4/6] spi: imx: handle DMA submission errors with dma_submit_error()
` [PATCH v2 5/6] spi: imx: support dynamic burst length for ECSPI DMA mode
` [PATCH v2 6/6] spi: imx: enable DMA mode for target operation
Patchwork summary for: spi-devel-general
2025-12-02 20:40 UTC
[PATCH] spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pm
2025-12-02 16:28 UTC (6+ messages)
Patchwork housekeeping for: spi-devel-general
2025-12-02 8:57 UTC
[PATCH 0/6] Support ECSPI dynamic burst feature for DMA mode
2025-12-02 7:00 UTC (4+ messages)
` [PATCH 6/6] spi: imx: enable DMA mode for target operation
[PATCH v4 0/2] spi: microchip-core: Code improvements (part 2)
2025-12-01 17:57 UTC (7+ messages)
` [PATCH v4 1/2] spi: microchip-core: Refactor FIFO read and write handlers
` [PATCH v4 2/2] spi: microchip-core: use XOR instead of ANDNOT to simplify the logic
Patchwork housekeeping for: spi-devel-general
2025-12-01 11:56 UTC
[PATCH v6 0/2] LED: Add basic LP5860 LED matrix driver
2025-12-01 11:19 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: leds: add lp5860 LED controller
` [PATCH v6 2/2] leds: add support for TI LP5860 LED driver chip
[PATCH v1 1/1] spi: cadence-xspi: Replace ACPI specifics by agnostic APIs
2025-11-29 15:17 UTC
[PATCH v1 1/1] spi: cadence-xspi: Replace OF/ACPI specifics by agnostic APIs
2025-11-29 15:07 UTC
[PATCH] spi: spi-qpic-snand: remove superfluous qcom_spi_set_read_loc() calls
2025-11-29 10:29 UTC
[GIT PULL] SPI fixes for v6.18-rc7
2025-11-28 22:19 UTC (2+ messages)
Patchwork summary for: spi-devel-general
2025-11-28 22:10 UTC
[PATCH v3 0/6] spi: microchip-core: Code improvements
2025-11-28 21:35 UTC (6+ messages)
` [PATCH v3 2/6] spi: microchip-core: Refactor FIFO read and write handlers
Patchwork summary for: spi-devel-general
2025-11-28 18:00 UTC
[PATCH] spi: ch341: fix out-of-bounds memory access in ch341_transfer_one
2025-11-28 18:01 UTC (3+ messages)
[PATCH v2 0/6] spi: microchip-core: Code improvements
2025-11-28 18:01 UTC (2+ messages)
` (subset) "
[PATCH v4 00/13] Add RSPI support for RZ/T2H and RZ/N2H
2025-11-28 15:22 UTC (5+ messages)
` [PATCH v4 12/13] arm64: dts: renesas: r9a09g077: Add SPIs support
` [PATCH v4 13/13] arm64: dts: renesas: r9a09g087: "
Patchwork summary for: spi-devel-general
2025-11-27 21:20 UTC
[PATCH v1 1/1] spi: nxp-fspi: Propagate fwnode in ACPI case as well
2025-11-27 21:21 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2025-11-27 19:57 UTC
[PATCH v1 1/1] spi: Simplify devm_spi_*_controller()
2025-11-27 19:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox