DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-07-13 07:22:12 to 2026-07-14 16:05:28 UTC [more...]

[PATCH] dmaengine: fl1-edma: Add error handling for devm_kasprintf
 2026-07-14 16:05 UTC  (5+ messages)

[PATCH] dmaengine: Constify struct dma_descriptor_metadata_ops
 2026-07-14 14:29 UTC  (3+ messages)

[PATCH v7 00/10] dmaengine: dw-edma: flatten desc structions and simplify code
 2026-07-14 12:36 UTC  (25+ messages)
` [PATCH v7 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v7 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v7 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v7 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v7 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v7 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v7 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v7 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v7 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v7 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH v4 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-14 12:36 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: Fix legacy/new SoC strictness split
` [PATCH v4 2/6] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH v4 3/6] dt-bindings: crypto: qcom,prng: Document Shikra TRNG
` [PATCH v4 4/6] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH v4 5/6] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to 7
` [PATCH v4 6/6] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes
` (subset) [PATCH v4 0/6] Shikra: Add DT support for ICE, RNG and QCE

[PATCH v2] MAINTAINERS: replace maintainer for Altera mSGDMA driver
 2026-07-14 12:36 UTC  (2+ messages)

[PATCH v2 0/3] bus: mhi: ep: Implement flush_async() callback to flush async read/write
 2026-07-14 12:32 UTC  (7+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Implement device_synchronize() callback
` [PATCH v2 2/3] bus: mhi: ep: Add mhi_cntrl->flush_async() callback to flush the async read/write
` [PATCH v2 3/3] PCI: epf-mhi: Implement mhi_cntrl->flush_async() to flush DMA read/write

[PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
 2026-07-14 12:11 UTC  (3+ messages)

[PATCH v3] dmaengine: nbpfaxi: Fix setting channel irqs in probe()
 2026-07-14 12:07 UTC  (6+ messages)

[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
 2026-07-14 12:06 UTC  (3+ messages)

[PATCH v11 0/3] Add Amlogic general DMA
 2026-07-14 12:03 UTC  (8+ messages)
` [PATCH v11 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v11 2/3] dmaengine: amlogic: Add general DMA driver for A9
` [PATCH v11 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH v21 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-14  9:49 UTC  (26+ messages)
` [PATCH v21 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v21 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v21 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v21 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v21 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v21 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v21 07/14] crypto: qce - Cancel work on device detach
` [PATCH v21 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v21 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v21 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v21 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v21 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v21 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v21 14/14] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH v3 0/6] Shikra: Add DT support for ICE, RNG and QCE
 2026-07-14  9:40 UTC  (5+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: qcom,inline-crypto-engine: Fix legacy/new SoC strictness split

[PATCH v4] riscv: dts: spacemit: Use symbolic PDMA request numbers on K1
 2026-07-14  9:06 UTC  (2+ messages)

[PATCH 0/3] bus: mhi: ep: Implement flush_async() callback to flush async read/write
 2026-07-14  8:02 UTC  (9+ messages)
` [PATCH 1/3] dmaengine: dw-edma: Implement device_synchronize() callback
` [PATCH 2/3] bus: mhi: ep: Add mhi_cntrl->flush_async() callback to flush the async read/write

[PATCH v4 0/4] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-07-14  7:22 UTC  (9+ messages)
` [PATCH v4 2/4] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH v4 3/4] net: xilinx: axienet: Derive RX frame length from residue in dmaengine path
` [PATCH v4 4/4] dmaengine: xilinx_dma: Extend metadata handling for AXI DMA and MCDMA

Dear dmaengine, project info
 2026-07-14  5:18 UTC 

[PATCH 0/2] dmaengine: qcom: bam_dma: SCM-assign descriptor FIFOs to a remote VMID
 2026-07-14  5:16 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dma: qcom,bam-dma: Add optional qcom,vmid property
` [PATCH 2/2] dmaengine: qcom: bam_dma: SCM-assign descriptor FIFOs to a remote VMID

[PATCH 0/4] crypto: iaa - Fixes for multi entry SG lists
 2026-07-14  4:36 UTC  (9+ messages)
` [PATCH 1/4] dmaengine: idxd: assign all engines to group 0 in IAA defaults
` [PATCH 2/4] crypto: iaa - fall back to software for multi-entry scatterlists
` [PATCH 3/4] crypto: iaa - avoid counting fallback decompression bytes
` [PATCH 4/4] crypto: iaa - use bounce buffer for multi-sg decompress input

[PATCH v2] dmaengine: moxart: Fix use-after-free by proper tasklet cleanup
 2026-07-14  3:43 UTC  (2+ messages)

[PATCH] dmaengine: moxart: Fix use-after-free by proper tasklet cleanup
 2026-07-14  2:29 UTC  (2+ messages)

[PATCH] dmaengine: mv_xor: use devm_platform_ioremap_resource()
 2026-07-14  0:28 UTC 

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

[PATCH v3] dt-bindings: dma: ti,dma-crossbar: Convert to DT schema
 2026-07-13 12:37 UTC 

[PATCHv2 0/2] dmaengine: idma64: descriptor allocation and length limit fixes
 2026-07-13 12:13 UTC  (5+ messages)
` [PATCHv2 1/2] dmaengine: idma64: use kzalloc_flex
` [PATCHv2 2/2] dmaengine: idma64: use sg_nents_for_dma to respect hardware descriptor length limit


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