messages from 2026-01-21 05:12:42 to 2026-01-30 15:21:47 UTC [more...]
[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 v2 0/7] dmaengine: dw-edma, PCI: dwc: Enable remote use of integrated DesignWare eDMA
2026-01-30 15:07 UTC (13+ 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 v4 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
2026-01-30 12:44 UTC (21+ 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
[REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
2026-01-30 8:18 UTC (39+ messages)
[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 v2 0/3] Add Amlogic general DMA
2026-01-29 18:04 UTC (6+ 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 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 (19+ messages)
` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [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 v5 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
2026-01-26 11:22 UTC (6+ messages)
` [PATCH v5 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [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 v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
2026-01-26 7:40 UTC (7+ messages)
` [PATCH v4 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH v4 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH v4 3/3] dmaengine: dw-axi-dmac: Remove not useful void return function statements
` [v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
[PATCH 0/5] dmaengine: dw-edma: Add helpers for remote eDMA use scenarios
2026-01-26 7:36 UTC (6+ messages)
` [PATCH 1/5] dmaengine: Add hw_id to dma_slave_caps
` [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
[PATCH v3 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
2026-01-24 12:32 UTC (6+ messages)
` [PATCH v3 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH v3 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH v3 3/3] dmaengine: dw-axi-dmac: Remove not useful void return function statements
[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
2026-01-23 15:44 UTC (20+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode
[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
2026-01-23 14:15 UTC (4+ messages)
` [PATCH RFT 4/5] dmaengine: dw-edma: Dynamitc append new request during dmaengine running
[PATCH v3 00/10] dmaengine: idxd: Memory leak and FLR fixes
2026-01-22 15:13 UTC (12+ messages)
` [PATCH v3 01/10] dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
` [PATCH v3 02/10] dmaengine: idxd: Fix crash when the event log is disabled
` [PATCH v3 03/10] dmaengine: idxd: Fix possible invalid memory access after FLR
` [PATCH v3 04/10] dmaengine: idxd: Flush kernel workqueues on Function Level Reset
` [PATCH v3 05/10] dmaengine: idxd: Flush all pending descriptors
` [PATCH v3 06/10] dmaengine: idxd: Wait for submitted operations on .device_synchronize()
` [PATCH v3 07/10] dmaengine: idxd: Fix not releasing workqueue on .release()
` [PATCH v3 08/10] dmaengine: idxd: Fix memory leak when a wq is reset
` [PATCH v3 09/10] dmaengine: idxd: Fix freeing the allocated ida too late
` [PATCH v3 10/10] dmaengine: idxd: Fix leaking event log memory
[PATCH v2] dmaengine: dw-axi-dmac: fix alignment, blank line and non-useful return warning
2026-01-22 12:19 UTC (3+ messages)
[PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
2026-01-22 9:33 UTC (14+ messages)
[PATCH v9 0/2] Add AMD MDB Endpoint and non-LL mode Support
2026-01-21 16:39 UTC (2+ messages)
[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
2026-01-21 16:30 UTC (2+ messages)
[PATCH v13 0/3] Switchtec Switch DMA Engine Driver
2026-01-21 16:23 UTC (6+ messages)
` [PATCH v13 1/3] dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeleton
` [PATCH v13 2/3] dmaengine: switchtec-dma: Implement hardware initialization and cleanup
` [PATCH v13 3/3] dmaengine: switchtec-dma: Implement descriptor submission
[PATCH v2] dt-bindings: dma: qcom,gpi: Update max interrupt lines to 16
2026-01-21 16:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox