DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-07-30 14:26:15 to 2026-08-10 15:52:39 UTC [more...]

[PATCH v8 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-08-10 15:52 UTC  (23+ 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 03/19] dmaengine: ti: k3-udma: move structs and enums "
` [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 v2 0/9] dmaengine: Support bus widths of 32 bytes and above
 2026-08-10 15:32 UTC  (15+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 2/9] dmaengine: dma-axi-dmac: Use bus width capability helpers
` [PATCH v2 3/9] dmaengine: dw-axi-dmac: "
` [PATCH v2 4/9] dmaengine: qcom: gpi: "
` [PATCH v2 5/9] dmaengine: stm32-dma3: "
` [PATCH v2 6/9] iio: buffer-dmaengine: Use dma_slave_caps bus width accessors
` [PATCH v2 7/9] ALSA: pcm_dmaengine: Use dma_slave_caps bus width helpers
` [PATCH v2 8/9] spi: dw: "
` [PATCH v2 9/9] dmaengine: Drop legacy bus width fields from dma_slave_caps

[PATCH v3 0/2] CPM6 Channel Separation Support
 2026-08-10 10:40 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

[PATCH] dmaengine: sun6i: fix use-after-free in descriptor error path
 2026-08-10 10:32 UTC  (2+ messages)

[PATCH V3 0/6] dmaengine: zynqmp_dma: Per-channel reset, IRQ guard improvements, and PM fixes
 2026-08-10 10:28 UTC  (11+ 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 3/6] dmaengine: zynqmp_dma: Guard IRQ handler against spurious interrupts
` [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 6/6] dmaengine: zynqmp_dma: Add per-channel reset support

[PATCH] dmaengine: qcom-bam-dma: fix autosuspend cleanup during removal
 2026-08-10  9:43 UTC  (3+ messages)

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

[PATCH v1] dmaengine: qcom: gpi: Fix channel cleanup in unwind path
 2026-08-10  6:52 UTC  (4+ messages)

[PATCH] dmaengine: ste_dma40: fix autosuspend cleanup on probe failure
 2026-08-09 22:15 UTC  (3+ messages)

[PATCH] dmaengine: xilinx: zynqmp_dma: fix autosuspend cleanup during teardown
 2026-08-08 12:16 UTC  (2+ messages)

[PATCH] dmaengine: qcom: hidma: fix autosuspend cleanup during teardown
 2026-08-08 11:41 UTC  (2+ messages)

[PATCH] dmaengine: qcom: hidma_mgmt: fix autosuspend cleanup on probe failure
 2026-08-08 11:37 UTC  (2+ messages)

[PATCH] dmaengine: pl330: fix autosuspend cleanup during removal
 2026-08-08 10:03 UTC  (2+ messages)

[PATCH v2 0/3] CPM6 Channel Separation Support
 2026-08-07 17:04 UTC  (22+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Make Xilinx Macros Dev Name Agnostic
` [PATCH v2 2/3] dmaengine: dw-edma: Enable Chan Separation via VSEC

[PATCH 0/6] dmaengine: zynqmp_dma: Fix error paths and follow-up cleanups
 2026-08-07 11:02 UTC  (19+ messages)
` [PATCH 1/6] dmaengine: zynqmp_dma: Fix alloc_chan_resources error cleanup
` [PATCH 2/6] dmaengine: zynqmp_dma: Fix chan probe error handling
` [PATCH 3/6] dmaengine: zynqmp_dma: Fix stale kerneldoc comments
` [PATCH 4/6] dmaengine: zynqmp_dma: Fix minor whitespace
` [PATCH 5/6] dmaengine: zynqmp_dma: Reject zero-length memcpy transfers
` [PATCH 6/6] dmaengine: zynqmp_dma: Remove unused define and duplicate IRQ bit

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

[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
 2026-08-06 19:06 UTC  (8+ messages)
` [PATCH v2 1/5] dmaengine: Add DMA_SG support for multi-buffer scatter-gather transfers
` [PATCH v2 2/5] dmaengine: dw-edma: Add DMA_SG support
` [PATCH v2 3/5] PCI: epf-mhi: Use a define for the DMA transfer timeout
` [PATCH v2 4/5] PCI: epf-mhi: Add batched DMA read support
` [PATCH v2 5/5] bus: mhi: ep: Use batched read for ring caching

[PATCH v2 0/5] crypto: iaa - Fixes for multi entry SG lists
 2026-08-05 21:41 UTC  (10+ messages)
` [PATCH v2 1/5] dmaengine: idxd: assign all engines to group 0 in IAA defaults
` [PATCH v2 2/5] crypto: iaa - fall back to software for multi-entry scatterlists
` [PATCH v2 3/5] crypto: iaa - avoid counting fallback decompression bytes
` [PATCH v2 4/5] crypto: iaa - use bounce buffer for multi-sg decompress input
` [PATCH v2 5/5] crypto: iaa - unmap dst before software fallback on decompress

[PATCH RESEND v7 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-08-04 22:31 UTC  (16+ messages)
` [PATCH RESEND v7 01/10] arm64: dts: qcom: Add QUPv3 configuration for Shikra
` [PATCH RESEND v7 02/10] arm64: dts: qcom: shikra: Add DDR BWMON support
` [PATCH RESEND v7 03/10] arm64: dts: qcom: shikra: Add cpufreq-hw, EPSS L3 interconnect and OPP tables
` [PATCH RESEND v7 04/10] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH RESEND v7 05/10] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes
` [PATCH RESEND v7 06/10] arm64: dts: qcom: shikra: Enable CDSP, LPAICP and MPSS on EVK boards
` [PATCH RESEND v7 07/10] arm64: dts: qcom: shikra: Enable TSENS and thermal zones
` [PATCH RESEND v7 08/10] arm64: dts: qcom: shikra: add WiFi node support
` [PATCH RESEND v7 09/10] arm64: dts: qcom: shikra: Enable WiFi/BT on SoMs
` [PATCH RESEND v7 10/10] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm

[PATCH v8 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-08-04 22:06 UTC  (7+ messages)
` [PATCH v8 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v8 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH] dmaengine: mediatek: hsdma: fix runtime PM leak on init failure
 2026-08-04 15:56 UTC  (3+ messages)
` [PATCH v2 RESEND] "

[PATCH] dmaengine: xilinx_dma: Use readl_poll_timeout() instead of atomic variant
 2026-08-04  7:28 UTC  (5+ messages)

[RFC PATCH 0/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
 2026-08-04  3:32 UTC  (7+ messages)
` [PATCH v2 00/64] dmaengine: migrate channel tasklets to WQ_BH
  ` [PATCH v2 01/64] dmaengine: add tasklet-backed channel BH helpers

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

Availability Update: Memory, GPU & Server Components
 2026-08-02 20:04 UTC 

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

[PATCH] dmaengine: loongson1-apb-dma: fix residue calculation for queued descriptors
 2026-07-31 11:25 UTC  (3+ messages)
` [PATCH v2] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()

[PATCH] dmaengine: dw-edma: Mark emulated IRQ as level-triggered
 2026-07-30 19:03 UTC  (5+ messages)


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