DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-05-12 00:47:00 to 2026-05-14 15:18:50 UTC [more...]

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-05-14 15:18 UTC  (9+ messages)

[PATCH v5 00/17] Renesas: dmaengine and ASoC fixes
 2026-05-14  9:20 UTC  (52+ messages)
` [PATCH v5 01/17] dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
` [PATCH v5 02/17] dmaengine: sh: rz-dmac: Fix incorrect NULL check on list_first_entry()
` [PATCH v5 03/17] dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
` [PATCH v5 04/17] dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
` [PATCH v5 05/17] dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
` [PATCH v5 06/17] dmaengine: sh: rz-dmac: Save the start LM descriptor
` [PATCH v5 07/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
` [PATCH v5 08/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
` [PATCH v5 09/17] dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
` [PATCH v5 10/17] dmaengine: sh: rz-dmac: Refactor pause/resume code
` [PATCH v5 11/17] dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
` [PATCH v5 12/17] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH v5 13/17] dmaengine: sh: rz-dmac: Add runtime PM support
` [PATCH v5 14/17] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH v5 15/17] ASoC: renesas: rz-ssi: Add pause support
` [PATCH v5 16/17] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH v5 17/17] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor

[PATCH v5] dma: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+
 2026-05-14  6:39 UTC 

[PATCH v2] dmaengine: Move MODULE_DEVICE_TABLE next to the table itself
 2026-05-14  6:05 UTC 

[PATCH v5 0/4] add runtime suspend/resume support
 2026-05-14  5:55 UTC  (11+ messages)
` [PATCH v5 1/4] dmaengine: fsl-edma: use devm_clk_get_optional_enabled() for channel clock
` [PATCH v5 2/4] dmaengine: fsl-edma: use devm_clk_get_optional_enabled() for DMA engine clock
` [PATCH v5 3/4] dmaengine: fsl-edma: convert DMAMUX clock handling to bulk clock API
` [PATCH v5 4/4] dmaengine: fsl-edma: add runtime suspend/resume support

[PATCH v5 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-14  1:49 UTC  (15+ messages)
` [PATCH v5 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v5 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v5 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v5 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v5 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v5 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v5 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v5 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v5 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[PATCH v2 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-05-13 22:57 UTC  (6+ messages)
` [PATCH v2 23/23] dmaengine: sdxi: Add DMA engine provider

[PATCH v2 22/23] dmaengine: sdxi: MSI/MSI-X vector allocation and mapping
 2026-05-13 22:17 UTC  (2+ messages)

[PATCH v2 21/23] dmaengine: sdxi: Add unit tests for descriptor encoding
 2026-05-13 21:55 UTC  (2+ messages)

[PATCH v2 20/23] dmaengine: sdxi: Encode nop, copy, and interrupt descriptors
 2026-05-13 21:33 UTC  (2+ messages)

[PATCH v2 19/23] dmaengine: sdxi: Provide context start and stop APIs
 2026-05-13 21:18 UTC  (2+ messages)

[PATCH v2 17/23] dmaengine: sdxi: Add completion status block API
 2026-05-13 20:38 UTC  (2+ messages)

[PATCH v2 16/23] dmaengine: sdxi: Generic descriptor manipulation helpers
 2026-05-13 20:21 UTC  (2+ messages)

[PATCH v6] dmaengine: tegra210-adma: Add error logging on failure paths
 2026-05-13 20:14 UTC  (3+ messages)

[PATCH v2 15/23] dmaengine: sdxi: Per-context access key (AKey) table entry allocator
 2026-05-13 19:54 UTC  (2+ messages)

[PATCH v2 14/23] dmaengine: sdxi: Attach descriptor ring state to contexts
 2026-05-13 19:31 UTC  (2+ messages)

[PATCH 0/3] Add support for qcrypto in kaanapali
 2026-05-13 18:55 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: dma: qcom,bam-dma: Document BAM v2.0.0 compatible
` [PATCH 2/3] dmaengine: qcom: bam_dma: Add support for BAM v2.0.0
` [PATCH 3/3] arm64: dts: qcom: kaanapali: Add qcrypto node support

[PATCH v2 0/3] Add support for qcrypto in kaanapali
 2026-05-13 18:52 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: dma: qcom,bam-dma: Document BAM v2.0.0 compatible
` [PATCH v2 2/3] dmaengine: qcom: bam_dma: Add support for BAM v2.0.0
` [PATCH v2 3/3] arm64: dts: qcom: kaanapali: Add qcrypto node support

[PATCH] dt-bindings: dma: qcom,gpi: Document the Eliza GPI DMA engine
 2026-05-13 12:10 UTC 

[PATCH v2 13/23] dmaengine: sdxi: Add unit tests for descriptor ring reservations
 2026-05-13  5:48 UTC  (2+ messages)

[PATCH v2 12/23] dmaengine: sdxi: Add descriptor ring management
 2026-05-13  5:21 UTC  (2+ messages)

[PATCH v2 11/23] dmaengine: sdxi: Add client context alloc and release APIs
 2026-05-13  4:46 UTC  (2+ messages)

[PATCH v2 10/23] dmaengine: sdxi: Complete administrative context jump start
 2026-05-13  3:54 UTC  (2+ messages)

[PATCH v2 09/23] dmaengine: sdxi: Start functions on probe, stop on remove
 2026-05-13  3:35 UTC  (2+ messages)

[PATCH v2 08/23] dmaengine: sdxi: Install administrative context
 2026-05-13  3:17 UTC  (2+ messages)

[PATCH v2 07/23] dmaengine: sdxi: Allocate administrative context
 2026-05-13  2:20 UTC  (2+ messages)

[PATCH v2 06/23] dmaengine: sdxi: Allocate DMA pools
 2026-05-13  1:30 UTC  (2+ messages)

[PATCH v2 05/23] dmaengine: sdxi: Configure context tables
 2026-05-13  1:12 UTC  (2+ messages)

[PATCH v2 04/23] dmaengine: sdxi: Feature discovery and initial configuration
 2026-05-13  0:33 UTC  (2+ messages)

[PATCH v2 03/23] dmaengine: sdxi: Add PCI initialization
 2026-05-13  0:05 UTC  (2+ messages)

[PATCH v2 01/23] PCI: Add SNIA SDXI accelerator sub-class
 2026-05-12 23:50 UTC  (2+ messages)

[PATCH v6 0/2] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-05-12 16:57 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B

[PATCH v3 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-05-12 15:50 UTC  (5+ messages)
` [PATCH v3 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[linux-next:master] [dmaengine] 2a93f5747d: INFO:task_blocked_for_more_than#seconds
 2026-05-12 14:18 UTC 

[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-12 14:06 UTC  (13+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API

[bug report] dmaengine: sun6i: Fix memory leaks
 2026-05-12 10:17 UTC 

[PATCH v3 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
 2026-05-12  5:06 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