public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 07:37:24 to 2026-02-03 08:22:11 UTC [more...]

[PATCH v4 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-02-03  8:22 UTC  (40+ messages)
` [PATCH v4 01/19] dmaengine: ti: k3-udma: move macros to header file
` [PATCH v4 02/19] dmaengine: ti: k3-udma: move structs and enums "
` [PATCH v4 03/19] dmaengine: ti: k3-udma: move static inline helper functions "
` [PATCH v4 04/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v4 05/19] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v4 06/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v4 07/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v4 08/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v4 09/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v4 10/19] dmaengine: ti: k3-udma: move inclusion of k3-udma-private.c to k3-udma-common.c
` [PATCH v4 11/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v4 12/19] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v4 13/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v4 14/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v4 15/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v4 16/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v4 17/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v4 18/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation
` [PATCH v4 19/19] dmaengine: ti: k3-udma: switch to synchronous descriptor freeing

[PATCH v2 0/7] dmaengine: dw-edma, PCI: dwc: Enable remote use of integrated DesignWare eDMA
 2026-02-03  1:59 UTC  (17+ messages)
` [PATCH v2 1/7] dmaengine: Add hw_id to dma_slave_caps
` [PATCH v2 2/7] dmaengine: dw-edma: Report channel hw_id in dma_slave_caps
` [PATCH v2 3/7] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v2 4/7] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [PATCH v2 5/7] dmaengine: dw-edma: Add notify-only channels support
` [PATCH v2 6/7] PCI: dwc: Add helper to query integrated dw-edma register window
` [PATCH v2 7/7] PCI: dwc: Add helper to query integrated dw-edma linked-list region

[PATCH] dt-bindings: dma: snps,dw-axi-dmac: add dma-coherent property
 2026-02-02 18:45 UTC  (4+ messages)

[PATCHv3] dmaengine: tegra210-adma: use devm_platform_ioremap_resource
 2026-02-02 16:46 UTC  (2+ messages)

[PATCH v5] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
 2026-02-02 16:42 UTC  (2+ messages)

[PATCH v2 0/3] Add Amlogic general DMA
 2026-02-02 16:10 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v2 2/3] dma: amlogic: Add general DMA driver for A9
` [PATCH v2 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH v7 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
 2026-02-02 15:20 UTC  (7+ messages)
` [PATCH v7 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH v7 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH 3/3] dmaengine: dw-axi-dmac: Remove unnecessary return statement from void function

[PATCH v2] dt-bindings: dma: qcom,gpi: Update max interrupt lines to 16
 2026-02-02 14:56 UTC  (3+ messages)

[REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
 2026-02-02 11:16 UTC  (42+ messages)

[PATCH v4] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
 2026-02-02  5:46 UTC 

[PATCH v6 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
 2026-02-02  4:57 UTC  (10+ messages)
` [PATCH v6 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH v6 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH v6 3/3] dmaengine: dw-axi-dmac: Remove not useful void return function statements
` [v6 0/3] dmaengine: dw-axi-dmac: Coding style cleanups

[PATCHv2] dmaengine: tegra210-adma: use platform to ioremap
 2026-02-02  2:55 UTC  (2+ messages)

[PATCH v5 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
 2026-02-01  8:05 UTC  (8+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
      ` [v5 "
` [PATCH v5 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH v5 3/3] dmaengine: dw-axi-dmac: Remove not useful void return function statements

[PATCH v3] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
 2026-01-31 18:07 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-30 19:19 UTC  (3+ messages)

[PATCH 0/2] dmaengine: add helper macro dmaengine_prep_submit()
 2026-01-30 15:21 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: Add "
` [PATCH 2/2] i2c: imx-lpi2c: use dmaengine_prep_submit() to simple code

[PATCH v1 1/1] dmaengine: idma64: switch to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-01-30  5:16 UTC  (5+ messages)

[PATCH 1/1] dmaengine: add Frank Li as reviewer
 2026-01-30  4:20 UTC 

[PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-01-29 22:36 UTC  (3+ messages)
` [PATCH v3 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA

[PATCH v3 00/12] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-29 17:14 UTC  (2+ messages)

[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-01-29 11:55 UTC  (12+ messages)
` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH v8 0/8] dmaengine: sh: rz-dmac: Add tx_status and pause/resume support
 2026-01-29  9:44 UTC  (2+ messages)

[PATCH v2] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
 2026-01-29  3:30 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
 2026-01-28 18:07 UTC  (2+ messages)

[PATCH RFC 00/12] dmaengine: introduce common linked-list DMA controller framework
 2026-01-28 18:05 UTC  (13+ messages)
` [PATCH RFC 01/12] dmaengine: Extend virt_chan for link list based DMA engines
` [PATCH RFC 02/12] dmaengine: Add common dma_ll_desc and dma_linklist_item for link-list controllers
` [PATCH RFC 03/12] dmaengine: fsl-edma: Remove redundant echan from struct fsl_edma_desc
` [PATCH RFC 04/12] dmaengine: fsl-edma: Use common dma_ll_desc in vchan
` [PATCH RFC 05/12] dmaengine: Add DMA pool allocation in vchan_dma_ll_init() and API vchan_dma_ll_free()
` [PATCH RFC 06/12] dmaengine: Move fsl_edma_(alloc|free)_desc() to common library
` [PATCH RFC 07/12] dmaengine: virt-dma: split vchan_tx_prep() into init and internal helpers
` [PATCH RFC 08/12] dmaengine: Factor out fsl-edma prep_memcpy into common vchan helper
` [PATCH RFC 09/12] dmaengine: ll-dma: support multi-descriptor memcpy for large transfers
` [PATCH RFC 10/12] dmaengine: move fsl-edma dma_[un]map_resource() to linked list library
` [PATCH RFC 11/12] dmaengine: fsl-edma: use local soff/doff variables
` [PATCH RFC 12/12] dmaengine: add vchan_dma_ll_prep_slave_{sg,cyclic} API

[PATCH v2 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-01-28 11:30 UTC  (2+ messages)
` [PATCH v2 01/10] dt-bindings: dma: rz-dmac: Document RZ/G3L SoC

[PATCH] dmaengine: stm32-mdma: Add missing check for device_property_read_u32_array
 2026-01-28 10:23 UTC  (3+ messages)

[PATCH 6.12.y] dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMA
 2026-01-27 19:11 UTC 

[PATCH] idxd: Fix Intel Data Streaming Accelerator double-free on error path
 2026-01-27 16:50 UTC  (3+ messages)

[PATCH 0/5] dma: dma-axi-dmac: Add cyclic transfer support and graceful termination
 2026-01-27 14:28 UTC  (6+ messages)
` [PATCH 1/5] dmaengine: Document cyclic transfer for dmaengine_prep_peripheral_dma_vec()
` [PATCH 2/5] dma: dma-axi-dmac: add cyclic transfers in .device_prep_peripheral_dma_vec()
` [PATCH 3/5] dma: dma-axi-dmac: add helper for getting next desc
` [PATCH 4/5] dma: dma-axi-dmac: Gracefully terminate SW cyclic transfers
` [PATCH 5/5] dma: dma-axi-dmac: gracefully terminate HW "

[PATCH 0/7] Renesas: dmaengine and ASoC fixes
 2026-01-26 15:28 UTC  (19+ messages)
` [PATCH 1/7] dmaengine: sh: rz-dmac: Add enable status bit
` [PATCH 2/7] dmaengine: sh: rz-dmac: Add pause "
` [PATCH 3/7] dmaengine: sh: rz-dmac: Drop the update of CHCTRL_SETEN in channel->chctrl APIs
` [PATCH 4/7] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH 5/7] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH 6/7] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH 7/7] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor

[PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
 2026-01-26  7:40 UTC  (4+ messages)
    ` [v4 "

[PATCH 0/5] dmaengine: dw-edma: Add helpers for remote eDMA use scenarios
 2026-01-26  7:36 UTC  (5+ messages)
` [PATCH 2/5] dmaengine: dw-edma: Report channel hw_id in dma_slave_caps
` [PATCH 3/5] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH 4/5] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [PATCH 5/5] dmaengine: dw-edma: Add notify-only channels support


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