DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-08-31 08:30:50 to 2026-09-03 06:46:19 UTC [more...]

[PATCH v3 0/3] dmaengine: dw-edma: Prepare channels for remote use
 2026-09-03  6:45 UTC  (4+ messages)
` [PATCH v3 1/3] dmaengine: Allow drivers to assign static channel IDs
` [PATCH v3 2/3] dmaengine: dw-edma: Configure remote interrupt routing
` [PATCH v3 3/3] dmaengine: dw-edma: Account for the MSI vector offset

[PATCH v4] dmaengine: dw-axi-dmac: convert to clk bulk APIs
 2026-09-03  2:06 UTC  (2+ messages)

[PATCHv2] dmaengine: bestcomm: ioremap early
 2026-09-02 21:54 UTC  (2+ messages)

[PATCH v3] dmaengine: dw-axi-dmac: convert to clk bulk APIs
 2026-09-02 19:48 UTC  (4+ messages)

[PATCH v3 0/4] dmaengine: dw-axi-dmac: Fix burst encoding, LLI dump and priority
 2026-09-02 16:08 UTC  (10+ messages)
` [PATCH v3 1/4] dmaengine: dw-axi-dmac: Fix AXI burst length encoding
` [PATCH v3 2/4] dmaengine: dw-axi-dmac: Fix LLI dump out-of-bounds access
` [PATCH v3 3/4] dmaengine: dw-axi-dmac: Fix CH_CFG2 channel priority position
` [PATCH v3 4/4] dmaengine: dw-axi-dmac: Use bitfield helpers for registers

[PATCH v2 00/64] dmaengine: migrate channel tasklets to WQ_BH
 2026-09-02 15:49 UTC  (67+ 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 08/34] dmaengine: imx-dma: flip per-chan "
  ` [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 15/34] dmaengine: pch_dma: convert tasklet to dmaengine BH
  ` [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 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 v9 0/4] Enable multi-owner I2C support for QCOM GENI controllers
 2026-09-02 13:35 UTC  (5+ messages)
` [PATCH v9 1/4] dt-bindings: i2c: qcom,i2c-geni: Document multi-owner controller support
` [PATCH v9 4/4] i2c: qcom-geni: Support multi-owner controllers in GPI mode

[PATCH v6 00/10] dmaengine: miscellaneous fixes for ioat, switchtec_dma and plx_dma
 2026-09-02  6:40 UTC  (21+ messages)
` [PATCH v6 01/10] dmaengine: switchtec-dma: fix double-free in switchtec_dma_free_desc()
` [PATCH v6 02/10] dmaengine: switchtec-dma: fix resource leak in alloc_chan_resources
` [PATCH v6 03/10] dmaengine: switchtec-dma: fix channel leak on registration failure
` [PATCH v6 04/10] dmaengine: switchtec-dma: make switchtec_dma_chans_release() void
` [PATCH v6 05/10] dmaengine: switchtec-dma: fix chan_status_irq cleanup on create() error
` [PATCH v6 06/10] dmaengine: switchtec-dma: disable channels before freeing on registration failure
` [PATCH v6 07/10] dmaengine: switchtec-dma: fix use-after-free of swdma_dev in remove()
` [PATCH v6 08/10] dmaengine: ioat: disable relaxed ordering before registering the device
` [PATCH v6 09/10] dmaengine: ioat: use sysfs_emit() in per-channel sysfs show()
` [PATCH v6 10/10] dmaengine: plx_dma: fix NULL pointer deref in plx_dma_isr()

[PATCH 00/12] riscv: Add device tree support for UltraRISC DP1000
 2026-09-02  1:15 UTC  (6+ messages)
` [PATCH 01/12] dt-bindings: riscv: cpus: Fix yamllint style issues
` [PATCH 06/12] spi: dt-bindings: snps,dw-apb-ssi: Add compatible for UltraRISC DP1000 SoC

[PATCH v2] dmaengine: dw-axi-dmac: convert to clk bulk APIs
 2026-09-01 19:16 UTC  (3+ messages)

[PATCH v2 0/4] dmaengine: dw-axi-dmac: Fix burst encoding, LLI dump and priority
 2026-09-01 18:55 UTC  (12+ messages)
` [PATCH v2 1/4] dmaengine: dw-axi-dmac: Fix AXI burst length encoding
` [PATCH v2 2/4] dmaengine: dw-axi-dmac: Fix LLI dump out-of-bounds access
` [PATCH v2 3/4] dmaengine: dw-axi-dmac: Fix CH_CFG2 channel priority position
` [PATCH v2 4/4] dmaengine: dw-axi-dmac: Use bitfield helpers for registers

[PATCH v2] powerpc: remove dead 440SP code
 2026-09-01 15:33 UTC  (3+ messages)

[PATCH v3] powerpc: remove dead 440SP code
 2026-09-01 15:23 UTC 

[PATCH 00/15] PCI: endpoint: Remote DMA support via vNTB
 2026-09-01 14:35 UTC  (4+ messages)
` [PATCH 09/15] PCI: endpoint: Add pci-ep-dma helper for exported DMA ABI v1

[PATCH v2] dmaengine: dw-edma: Cosmetic Changes
 2026-09-01 12:19 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: Support bus widths of 32 bytes and above
 2026-09-01  8:25 UTC  (26+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] dmaengine: dma-axi-dmac: Use bus width capability helpers
` [PATCH v3 3/9] dmaengine: dw-axi-dmac: "
` [PATCH v3 4/9] dmaengine: qcom: gpi: "
` [PATCH v3 5/9] dmaengine: stm32-dma3: "
` [PATCH v3 6/9] iio: buffer-dmaengine: Use dma_slave_caps bus width accessors
` [PATCH v3 7/9] ALSA: pcm_dmaengine: Use dma_slave_caps bus width helpers
` [PATCH v3 8/9] spi: dw: "
` [PATCH v3 9/9] dmaengine: Drop legacy bus width fields from dma_slave_caps

[PATCH v2] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Maili
 2026-09-01  7:40 UTC 

[PATCH] dmaengine: altera-msgdma: initialize state before requesting IRQ
 2026-09-01  7:21 UTC  (3+ messages)

[PATCH v3 0/6] dt-bindings: usb: ti: Convert AM33xx/DA8xx MUSB bindings to DT schema
 2026-08-31 23:35 UTC  (11+ messages)
` [PATCH v3 1/6] dt-bindings: dma: ti,cppi41: Convert "
` [PATCH v3 2/6] dt-bindings: phy: ti,am335x-usb-phy: "
` [PATCH v3 3/6] dt-bindings: usb: ti,musb-am33xx: "
` [PATCH v3 4/6] dt-bindings: usb: ti,am335x-usb-ctrl-module: "
` [PATCH v3 5/6] dt-bindings: usb: ti,am33xx-usb: "
` [PATCH v3 6/6] dt-bindings: usb: ti,da830-musb: "

[PATCH v5 00/12] dmaengine: miscellaneous fixes for ioat, switchtec_dma and plx_dma
 2026-08-31 23:30 UTC  (26+ messages)
` [PATCH v5 01/12] dmaengine: switchtec-dma: fix double-free in switchtec_dma_free_desc()
` [PATCH v5 02/12] dmaengine: switchtec-dma: fix resource leak in alloc_chan_resources
` [PATCH v5 03/12] dmaengine: switchtec-dma: always clear DMA base registers on chan_stop()
` [PATCH v5 04/12] dmaengine: switchtec-dma: halt channel on alloc_chan_resources error
` [PATCH v5 05/12] dmaengine: switchtec-dma: fix channel leak on registration failure
` [PATCH v5 06/12] dmaengine: switchtec-dma: make switchtec_dma_chans_release() void
` [PATCH v5 07/12] dmaengine: switchtec-dma: fix chan_status_irq cleanup on create() error
` [PATCH v5 08/12] dmaengine: switchtec-dma: disable channels before freeing on registration failure
` [PATCH v5 09/12] dmaengine: switchtec-dma: fix use-after-free of swdma_dev in remove()
` [PATCH v5 10/12] dmaengine: ioat: disable relaxed ordering before registering the device
` [PATCH v5 11/12] dmaengine: ioat: use sysfs_emit() in per-channel sysfs show()
` [PATCH v5 12/12] dmaengine: plx_dma: fix NULL pointer deref in plx_dma_isr()

[PATCH v2 0/7] dt-bindings: usb: ti: Convert AM33xx/DA8xx MUSB bindings to DT schema
 2026-08-31 23:02 UTC  (18+ messages)
` [PATCH v2 1/7] dt-bindings: dma: ti,cppi41: Convert "
` [PATCH v2 2/7] dt-bindings: phy: ti,am335x-usb-phy: "
` [PATCH v2 3/7] ARM: dts: ti: am335x: Fix redundant interrupts property in USB nodes
` [PATCH v2 4/7] dt-bindings: usb: ti,musb-am33xx: Convert to DT schema
` [PATCH v2 5/7] dt-bindings: usb: ti,am335x-usb-ctrl-module: "
` [PATCH v2 6/7] dt-bindings: usb: ti,am33xx-usb: "
` [PATCH v2 7/7] dt-bindings: usb: ti,da830-musb: "

[PATCH v4 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-08-31 20:21 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] dmaengine: qcom: gpi: Add trace event support
 2026-08-31 19:32 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: qcom: gpi: trace: Add trace events header for Qualcomm GPI DMA
` [PATCH 2/3] dmaengine: qcom: gpi: Add trace event support
` [PATCH 3/3] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints

[PATCH v2 0/3] dmaengine: dw-edma: Prepare channels for remote use
 2026-08-31 16:02 UTC  (7+ messages)
` [PATCH v2 2/3] dmaengine: dw-edma: Configure remote interrupt routing
` [PATCH v2 3/3] dmaengine: dw-edma: Account for the MSI vector offset

[PATCH] dmaengine: fsl-edma: make channel resource allocation transactional
 2026-08-31 15:46 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-5.15] dmaengine: dw-axi-dmac: fix PM for system sleep and channel alloc
 2026-08-31 15:36 UTC  (4+ messages)
` [PATCH AUTOSEL 6.18-6.12] dmaengine: altera-msgdma: Use memcpy_toio for descriptor FIFO writes

[PATCH] dmaengine: dw-axi-dmac: fix cfgr_clk leak when core_clk enable fails
 2026-08-31 15:07 UTC  (3+ messages)

[PATCH V3 0/6] dmaengine: zynqmp_dma: Per-channel reset, IRQ guard improvements, and PM fixes
 2026-08-31 12:06 UTC  (4+ messages)
` [PATCH V3 2/6] PM: runtime: Add pm_runtime_if_active guard and conditional variant

[PATCH v2 0/9] dmaengine: Support bus widths of 32 bytes and above
 2026-08-31 11:31 UTC  (4+ messages)
` [PATCH v2 5/9] dmaengine: stm32-dma3: Use bus width capability helpers

[PATCH v5 0/4] dmaengine: fix kref underflow and UAF in dma_chan_put()
 2026-08-31  8:30 UTC  (2+ messages)


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