DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-07-17 05:03:16 to 2026-07-17 18:09:04 UTC [more...]

[PATCH v4 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-17 18:08 UTC  (3+ messages)

[PATCH v5 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-17 18:06 UTC  (10+ messages)
` [PATCH v5 1/9] dmaengine: dw-edma: Fix HDMA channel status register access
` [PATCH v5 2/9] dmaengine: dw-edma: Terminate all descriptors without callbacks
` [PATCH v5 3/9] dmaengine: dw-edma: Serialize abort state updates
` [PATCH v5 4/9] dmaengine: dw-edma: Complete descriptors before pausing
` [PATCH v5 5/9] dmaengine: dw-edma: Serialize channel state checks
` [PATCH v5 6/9] dmaengine: dw-edma: Clear stale requests on termination
` [PATCH v5 7/9] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
` [PATCH v5 8/9] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
` [PATCH v5 9/9] dmaengine: dw-edma: Defer channel IRQ handling to workqueue

[PATCH v1 0/3] switchtec: add new device IDs
 2026-07-17 16:40 UTC  (4+ messages)
` [PATCH v1 1/3] dmaengine: switchtec-dma: Add PCI1008 device ID

[PATCH] dmaengine: Constify struct dma_descriptor_metadata_ops
 2026-07-17 12:35 UTC  (2+ messages)

[PATCH] dmaengine: validate dev and name in dma_request_chan()
 2026-07-17 12:35 UTC  (2+ messages)

[PATCHv2 0/4] dma: fsl_raid: fix sparse warnings and simplify probing
 2026-07-17 12:35 UTC  (2+ messages)

[PATCH v8] dmaengine: dw-edma: Enable HDMA 64R/W Channels
 2026-07-17 12:35 UTC  (2+ messages)

[PATCH v7 0/2] dmaengine: arm-dma350: handle shared channel IRQ wiring on sky1
 2026-07-17 12:35 UTC  (2+ messages)
` (subset) "

[PATCH v5 00/14] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
 2026-07-17 12:25 UTC  (23+ messages)
` [PATCH v5 01/14] dmaengine: dw-edma: Factor out HDMA interrupt setup helper
` [PATCH v5 02/14] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v5 03/14] dmaengine: dw-edma: Add core quiesce operations
` [PATCH v5 04/14] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
` [PATCH v5 05/14] dmaengine: dw-edma: Add partial channel ownership mode
` [PATCH v5 06/14] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
` [PATCH v5 07/14] dmaengine: dw-edma-pcie: Add capability match data
` [PATCH v5 08/14] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
` [PATCH v5 09/14] dmaengine: dw-edma-pcie: Add platform ops to match data
` [PATCH v5 10/14] dmaengine: dw-edma-pcie: Add register offset match flag
` [PATCH v5 11/14] dmaengine: dw-edma-pcie: Factor out descriptor block address lookup
` [PATCH v5 12/14] dmaengine: dw-edma-pcie: Handle optional data blocks
` [PATCH v5 13/14] dmaengine: dw-edma-pcie: Add chip flags to match data
` [PATCH v5 14/14] dmaengine: dw-edma: Program endpoint function numbers

[PATCH v5 0/4] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-07-17 11:19 UTC  (6+ messages)
` [PATCH v5 1/4] dmaengine: xilinx_dma: Fix MCDMA descriptor fields based on DMA direction
` [PATCH v5 2/4] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH v5 3/4] net: xilinx: axienet: Derive RX frame length from residue in dmaengine path
` [PATCH v5 4/4] dmaengine: xilinx_dma: Extend metadata handling for AXI DMA and MCDMA

[PATCH v5 00/11] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-07-17  9:19 UTC  (8+ messages)
` [PATCH v5 11/11] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm

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

[PATCH v21 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-17  8:08 UTC  (4+ messages)
` [PATCH v21 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH RESEND] dmaengine: qcom: bam_dma: Defer IRQ trigger type to device tree
 2026-07-17  5:11 UTC  (2+ messages)

[PATCH v5 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-07-17  5:09 UTC  (4+ messages)
` [PATCH v5 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v5 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v5 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation


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