messages from 2026-02-17 18:05:08 to 2026-02-26 08:07:16 UTC [more...]
[PATCH v2 0/4] dmaengine: Add Loongson Multi-Channel DMA controller support
2026-02-26 8:07 UTC (11+ messages)
` [PATCH v2 1/4] dmaengine: loongson: New directory for Loongson DMA controllers drivers
` [PATCH v2 4/4] dmaengine: loongson: New driver for the Loongson Multi-Channel DMA controller
[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
2026-02-26 7:35 UTC (8+ messages)
[RFC PATCH 0/2] dma: DMA slave device bringup tool
2026-02-26 7:07 UTC (7+ messages)
` [RFC PATCH 1/2] dmaengine/dma-slave: DMA slave device xfer passthrough driver
` [RFC PATCH 2/2] tools/dma-slave: DMA slave device transfer utility
[PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
2026-02-26 7:05 UTC (7+ messages)
` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` (subset) [PATCH v3 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
[PATCH] dmaengine: fsl-edma: fix all kernel-doc warnings
2026-02-26 5:12 UTC
[PATCH 0/8] Add GPCDMA support in Tegra264
2026-02-26 4:25 UTC (29+ messages)
` [PATCH 1/8] dt-bindings: dma: nvidia,tegra186-gpc-dma: Add iommu-map property
` [PATCH 2/8] dt-bindings: dma: nvidia,tegra186-gpc-dma: Make reset optional
` [PATCH 3/8] dmaengine: tegra: Make reset control optional
` [PATCH 4/8] dmaengine: tegra: Use struct for register offsets
` [PATCH 5/8] dmaengine: tegra: Support address width > 40 bits
` [PATCH 6/8] dmaengine: tegra: Use iommu-map for stream ID
` [PATCH 7/8] dmaengine: tegra: Add Tegra264 support
[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
2026-02-26 2:22 UTC (9+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()
[PATCH v4 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
2026-02-25 22:21 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` [PATCH v4 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA
` [PATCH v4 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller
` (subset) [PATCH v4 0/3] riscv: sophgo: allow DMA multiplexer "
[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
2026-02-25 22:49 UTC (4+ messages)
[PATCH v3 00/13] dmaegnine: freescale-dmas: small improvement
2026-02-25 21:41 UTC (14+ messages)
` [PATCH v3 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()
` [PATCH v3 02/13] dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()
` [PATCH v3 03/13] dmaengine: mxs-dma: Use local dev variable in probe()
` [PATCH v3 04/13] dmaengine: mxs-dma: Use dev_err_probe() to simplify code
` [PATCH v3 05/13] dmaengine: mxs-dma: Use managed API devm_of_dma_controller_register()
` [PATCH v3 06/13] dmaengine: mxs-dma: Add module license and description
` [PATCH v3 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
` [PATCH v3 08/13] dmaengine: imx-sdma: Use devm_clk_get_prepared() to simplify code
` [PATCH v3 09/13] dmaengine: imx-sdma: Use managed API "
` [PATCH v3 10/13] dmaengine: imx-sdma: Use dev_err_probe() "
` [PATCH v3 11/13] dmaengine: fsl-edma: Use managed API dmaenginem_async_device_register()
` [PATCH v3 12/13] dmaengine: fsl-edma: Use dev_err_probe() to simplify code
` [PATCH v3 13/13] dmaengine: fsl-qdma: "
[PATCH] dmaengine: tegra: Fix burst size calculation
2026-02-25 20:06 UTC (4+ messages)
[PATCH v3 0/6] dmaengine: Add Loongson Multi-Channel DMA controller support
2026-02-25 20:00 UTC (11+ messages)
` [PATCH v3 1/6] dmaengine: loongson: New directory for Loongson DMA controllers drivers
` [PATCH v3 2/6] dmaengine: loongson: loongson2-apb: Convert to dmaenginem_async_device_register()
` [PATCH v3 3/6] dmaengine: loongson: loongson2-apb: Convert to devm_clk_get_enabled()
` [PATCH v3 4/6] dmaengine: loongson: loongson2-apb: Simplify locking with guard() and scoped_guard()
` [PATCH v3 5/6] dt-bindings: dmaengine: Add Loongson Multi-Channel DMA controller
` [PATCH v3 6/6] dmaengine: loongson: New driver for the "
[PATCH v2 00/10] i.MX SDMA cleanups and fixes
2026-02-25 17:05 UTC (3+ messages)
[PATCH 0/5] dma: dma-axi-dmac: Add cyclic transfer support and graceful termination
2026-02-25 16:57 UTC (9+ 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 v8 0/8] dmaengine: sh: rz-dmac: Add tx_status and pause/resume support
2026-02-25 16:49 UTC (17+ messages)
` [PATCH v8 1/8] dmaengine: sh: rz-dmac: Protect the driver specific lists
` [PATCH v8 2/8] dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
` [PATCH v8 3/8] dmaengine: sh: rz-dmac: Drop read of CHCTRL register
` [PATCH v8 4/8] dmaengine: sh: rz-dmac: Drop goto instruction and label
` [PATCH v8 5/8] dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() call
` [PATCH v8 6/8] dmaengine: sh: rz-dmac: Add rz_dmac_invalidate_lmdesc()
` [PATCH v8 7/8] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v8 8/8] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
[PATCH RESEND v10 0/2] Add AMD MDB Endpoint and non-LL mode Support
2026-02-25 12:06 UTC (14+ messages)
` [PATCH RESEND v10 2/2] dmaengine: dw-edma: Add non-LL mode
[PATCH v3 0/3] dmaengine: A little cleanup and refactoring
2026-02-25 11:24 UTC (2+ messages)
[PATCH v7 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
2026-02-25 11:24 UTC (2+ messages)
[PATCH] dt-bindings: dma: snps,dw-axi-dmac: add dma-coherent property
2026-02-25 11:24 UTC (2+ messages)
[PATCH v3 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
2026-02-25 11:24 UTC (2+ messages)
` (subset) "
[PATCH 0/2] dmaengine: dw-edma: Interrupt-emulation doorbell support
2026-02-25 11:24 UTC (4+ messages)
[PATCH] dmaengine: fsl-edma: Remove redundant check in fsl_edma_free_chan_resources()
2026-02-25 11:23 UTC (2+ messages)
[PATCH v2 0/3] dmaengine: A little cleanup and refactoring
2026-02-25 11:23 UTC (2+ messages)
[PATCH v3 00/10] dmaengine: idxd: Memory leak and FLR fixes
2026-02-25 11:21 UTC (2+ messages)
[PATCH v6] dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
2026-02-25 11:21 UTC (4+ messages)
` [PATCH v7] "
[PATCH] dmaengine: fsl-edma: fix channel parameter config for fixed channel requests
2026-02-25 11:20 UTC (2+ messages)
[PATCH v13 0/3] Switchtec Switch DMA Engine Driver
2026-02-25 11:15 UTC (5+ 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 v2] dt-bindings: dmaengine: xlnx,axi-dma: Convert bindings into yaml
2026-02-25 10:23 UTC (3+ messages)
[PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
2026-02-25 9:52 UTC (16+ messages)
[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
2026-02-24 16:20 UTC (20+ messages)
` [PATCH 01/37] PCI/MSI: Add Devres managed IRQ vectors allocation
` [PATCH 37/37] PCI/MSI: Only check is_msi_managed in pcim_setup_msi_release()
` [PATCH 31/37] dmaengine: hsu: Replace pci_alloc_irq_vectors() with pcim_alloc_irq_vectors()
` [PATCH 32/37] dmaengine: hisilicon: "
[PATCH 8/8] arm64: tegra: Add iommu-map and enable GPCDMA in Tegra264
2026-02-24 6:55 UTC (2+ messages)
[PATCH] ti: sci: Drop fake 'const' on handle pointer
2026-02-23 20:24 UTC
[PATCH] dt-bindings: dmaengine: xlnx,axi-dma: Convert bindings into yaml
2026-02-23 18:33 UTC (3+ messages)
[PATCH v5 00/18] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
2026-02-23 18:20 UTC (26+ messages)
` [PATCH v5 01/18] dmaengine: ti: k3-udma: move macros to header file
` [PATCH v5 02/18] dmaengine: ti: k3-udma: move structs and enums "
` [PATCH v5 03/18] dmaengine: ti: k3-udma: move static inline helper functions "
` [PATCH v5 04/18] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v5 05/18] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v5 06/18] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v5 07/18] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v5 08/18] dmaengine: ti: k3-udma: move resource management "
` [PATCH v5 09/18] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v5 10/18] dmaengine: ti: k3-udma: move inclusion of k3-udma-private.c to k3-udma-common.c
` [PATCH v5 11/18] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v5 12/18] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v5 13/18] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v5 14/18] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v5 15/18] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v5 16/18] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v5 17/18] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v5 18/18] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation
[PATCH 0/5] dmaengine: sf-pdma: critical fixes and FU740 support
2026-02-20 22:28 UTC (13+ messages)
` [PATCH 1/5] dmaengine: sf-pdma: add missing PDMA base offset to register calculations
` [PATCH 2/5] dmaengine: sf-pdma: fix race between done and error interrupts
` [PATCH 3/5] dmaengine: sf-pdma: fix NULL pointer dereference in error and done handlers
` [PATCH 4/5] dt-bindings: dma: sifive,fu540-c000-pdma: add fu740 support
` [PATCH 5/5] riscv: dts: sifive: fu740: add PDMA device node
[PATCH v2] dma: apple-admac: Convert from tasklet to BH workqueue
2026-02-19 13:09 UTC (2+ messages)
[PATCH AUTOSEL 6.19-6.1] dmaengine: sun6i: Choose appropriate burst length under maxburst
2026-02-19 2:04 UTC (3+ messages)
` [PATCH AUTOSEL 6.19-6.12] dmaengine: stm32-dma3: use module_platform_driver
` [PATCH AUTOSEL 6.19-6.1] dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warnings
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