DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-08-10 15:15:04 to 2026-08-12 21:34:05 UTC [more...]

[PATCH 0/2] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-08-12 21:34 UTC  (4+ messages)
` [PATCH 1/2] dmaengine: use dma_chan_name() helper to get per-channel device name
` [PATCH 2/2] dmaengine: add union chan_dev for dma_chan::dev for clarity

[PATCH v5 00/24] dmaengine: dw-edma: Support dynamic LL appends
 2026-08-12 21:05 UTC  (31+ messages)
` [PATCH v5 01/24] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get current LL entry index
` [PATCH v5 02/24] dmaengine: dw-edma: Add dw_edma_core_ll_clear() to clear LL control-word
` [PATCH v5 03/24] dmaengine: dw-edma: Factor out linked-list transfer start
` [PATCH v5 04/24] dmaengine: dw-edma: Make DMA link list work as a circular buffer
` [PATCH v5 05/24] dmaengine: dw-edma: Move callback result helper before LL helpers
` [PATCH v5 06/24] dmaengine: dw-edma: Dispatch DONE interrupts by channel request
` [PATCH v5 07/24] dmaengine: dw-edma: Centralize LL doorbell decisions
` [PATCH v5 08/24] dmaengine: dw-edma: Prepare LL progress event handling
` [PATCH v5 09/24] dmaengine: dw-edma: Prepare deferred IRQ reporting for LL events
` [PATCH v5 10/24] dmaengine: dw-edma: Prepare LL kicks for event serialization
` [PATCH v5 11/24] dmaengine: dw-edma: Serialize LL event capture with channel kicks
` [PATCH v5 12/24] dmaengine: dw-edma: Keep channels stopped while ABORT is pending
` [PATCH v5 13/24] dmaengine: dw-edma: Reclaim issued descriptors from IRQ-paired LL progress
` [PATCH v5 14/24] dmaengine: dw-edma: Add LL interrupt placement policy
` [PATCH v5 15/24] dmaengine: dw-edma: Recheck stopped LL channels before restart
` [PATCH v5 16/24] dmaengine: dw-edma: Use HDMA watermarks as progress events
` [PATCH v5 17/24] dmaengine: dw-edma: Recover stopped channels from tx_status()
` [PATCH v5 18/24] dmaengine: dw-edma: Make the LL ring reset a full channel resync
` [PATCH v5 19/24] dmaengine: dw-edma: Drain LL entries for STOP and PAUSE
` [PATCH v5 20/24] dmaengine: dw-edma: Dynamically append requests while running
` [PATCH v5 21/24] dmaengine: dw-edma: Add engine reset and enable operations
` [PATCH v5 22/24] dmaengine: dw-edma: Add engine recovery infrastructure
` [PATCH v5 23/24] dmaengine: dw-edma: Detect and recover a stalled eDMA engine
` [PATCH v5 24/24] dmaengine: dw-edma: Add trace support

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2026-08-12 20:54 UTC  (5+ messages)

[PATCH v2 0/9] dmaengine: Support bus widths of 32 bytes and above
 2026-08-12 12:59 UTC  (23+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 3/9] dmaengine: dw-axi-dmac: Use bus width capability helpers
` [PATCH v2 4/9] dmaengine: qcom: gpi: "
` [PATCH v2 6/9] iio: buffer-dmaengine: Use dma_slave_caps bus width accessors
` [PATCH v2 8/9] spi: dw: Use dma_slave_caps bus width helpers
` [PATCH v2 9/9] dmaengine: Drop legacy bus width fields from dma_slave_caps

[PATCH v8 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-08-12 12:00 UTC  (35+ messages)
` [PATCH v8 01/19] dmaengine: ti: k3-udma: Fix sporadic crash on AM62x
` [PATCH v8 02/19] dmaengine: ti: k3-udma: move macros to header file
` [PATCH v8 04/19] dmaengine: ti: k3-udma: move static inline helper functions "
` [PATCH v8 05/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v8 06/19] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v8 07/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v8 08/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v8 09/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v8 10/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v8 11/19] dmaengine: ti: k3-udma: move inclusion of k3-udma-private.c to k3-udma-common.c
` [PATCH v8 12/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v8 13/19] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v8 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v8 15/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v8 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v8 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v8 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v8 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation

[PATCH V3 0/6] dmaengine: zynqmp_dma: Per-channel reset, IRQ guard improvements, and PM fixes
 2026-08-12 10:43 UTC  (16+ messages)
` [PATCH V3 1/6] dmaengine: zynqmp_dma: Fix PM usage count handling in probe error path
` [PATCH V3 2/6] PM: runtime: Add pm_runtime_if_active guard and conditional variant
` [PATCH V3 4/6] dt-bindings: dma: xlnx,zynqmp-dma: Add Versal Net compatible support
` [PATCH V3 5/6] dmaengine: zynqmp_dma: Add new compatible string for Versal Net

[PATCH v3 0/2] dmaengine: apple-admac: Add support for M3 generation
 2026-08-12  9:40 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: dma: apple,admac: Add M3 generation ADMACs
` [PATCH v3 2/2] dmaengine: apple-admac: "

[PATCH v2 00/64] dmaengine: migrate channel tasklets to WQ_BH
 2026-08-12  7:24 UTC  (75+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 01/34] dmaengine: add tasklet-backed channel BH helpers
  ` [PATCH v3 02/34] dmaengine: back channel BH helpers with WQ_BH
  ` [PATCH v3 03/34] dmaengine: apple-admac: use dmaengine BH callback
  ` [PATCH v3 04/34] dmaengine: at_xdmac: move irq bottom half to dmaengine BH
  ` [PATCH v3 05/34] dmaengine: ep93xx: hook callbacks via "
  ` [PATCH v3 06/34] dmaengine: fsldma: migrate tasklet to "
  ` [PATCH v3 07/34] dmaengine: fsl_raid: run completions via "
  ` [PATCH v3 08/34] dmaengine: imx-dma: flip per-chan tasklet to "
  ` [PATCH v3 09/34] dmaengine: ioat: convert cleanup "
  ` [PATCH v3 10/34] dmaengine: mmp_pdma: replace per-chan tasklet with "
  ` [PATCH v3 11/34] dmaengine: mmp_tdma: hook completions to "
  ` [PATCH v3 12/34] dmaengine: mv_xor: convert irq tasklet "
  ` [PATCH v3 13/34] dmaengine: mxs-dma: use dmaengine BH scheduling
  ` [PATCH v3 14/34] dmaengine: nbpfaxi: switch callbacks to dmaengine BH
  ` [PATCH v3 15/34] dmaengine: pch_dma: convert tasklet "
  ` [PATCH v3 16/34] dmaengine: ppc4xx: replace irq tasklet with "
  ` [PATCH v3 17/34] dmaengine: ste_dma40: convert per-channel tasklet to "
  ` [PATCH v3 18/34] dmaengine: xgene-dma: wire descriptor cleanup "
  ` [PATCH v3 19/34] dmaengine: xilinx-dma: use dmaengine BH instead of tasklets
  ` [PATCH v3 20/34] dmaengine: xilinx-dpdma: kill vchan BH on remove
  ` [PATCH v3 21/34] dmaengine: zynqmp-dma: switch completion tasklet to dmaengine BH
  ` [PATCH v3 22/34] dmaengine: tegra20-apb: use channel BH helpers
  ` [PATCH v3 23/34] dmaengine: timb_dma: route callbacks via channel BH
  ` [PATCH v3 24/34] dmaengine: txx9dmac: "
  ` [PATCH v3 25/34] dmaengine: mv_xor_v2: use channel BH helpers
  ` [PATCH v3 26/34] dmaengine: mpc512x: route callbacks via channel BH
  ` [PATCH v3 27/34] dmaengine: plx_dma: use channel BH helpers
  ` [PATCH v3 28/34] dmaengine: sf-pdma: route error callbacks through channel BH
  ` [PATCH v3 29/34] dmaengine: pl330: route callbacks via "
  ` [PATCH v3 30/34] dmaengine: altera-msgdma: use channel BH helpers
  ` [PATCH v3 31/34] dmaengine: dw: defer callbacks via channel BH
  ` [PATCH v3 32/34] dmaengine: hidma: "
  ` [PATCH v3 33/34] dmaengine: qcom-gpi: defer callbacks via vchan
  ` [PATCH v3 34/34] dmaengine: switchtec: use channel BH helpers

[PATCH v3] dmaengine: ti: k3-udma-glue: fix NULL dereference in k3_udma_glue_release_rx_chn()
 2026-08-12  6:04 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: Mark emulated IRQ as level-triggered
 2026-08-11 18:52 UTC  (2+ messages)

[PATCH v2 0/5] crypto: iaa - Fixes for multi entry SG lists
 2026-08-11 18:52 UTC  (2+ messages)
` (subset) "

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-08-11 18:51 UTC  (2+ messages)
` (subset) "

[PATCH] dmaengine: qcom-bam-dma: fix autosuspend cleanup during removal
 2026-08-11 18:51 UTC  (2+ messages)

[PATCH v2] dmaengine: fsl-edma: tracing: no ptr dereference during log output
 2026-08-11 18:51 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: apple-admac: Add support for M3 generation
 2026-08-11 18:28 UTC  (3+ messages)
` [PATCH v2 2/2] dmaengine: apple-admac: Add M3 generation ADMACs

[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
 2026-08-11 18:17 UTC  (3+ messages)
` [PATCH v2 1/5] dmaengine: Add DMA_SG support for multi-buffer scatter-gather transfers

[PATCH v3 0/2] dmaengine: Use named initializers for arrays of pci_device_id
 2026-08-11 14:43 UTC  (5+ messages)
` [PATCH v3 2/2] dmaengine: Consistently define pci_device_ids using named initializers

[PATCH v2] dmaengine: qcom: gpi: Fix channel cleanup in unwind path
 2026-08-11  9:31 UTC  (2+ messages)

[PATCH v3 0/2] CPM6 Channel Separation Support
 2026-08-10 17:18 UTC  (5+ messages)
` [PATCH v3 1/2] dmaengine: dw-edma: Enable Chan Separation via VSEC
` [PATCH v3 2/2] dmaengine: dw-edma: Add changes to support Channel Separation


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