dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-01 11:50:17 to 2025-12-15 11:52:36 UTC [more...]

[PATCH RESEND] dmaengine: ti-dma-crossbar: Fix error handling in ti_am335x_xbar_route_allocate
 2025-12-15 11:52 UTC  (2+ messages)

[PATCH v7 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-12-15 11:39 UTC  (6+ messages)
` [PATCH v7 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v7 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH v2 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2025-12-14 22:46 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` [PATCH v2 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA
` [PATCH v2 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller

[PATCH] dt-bindings: Remove unused includes
 2025-12-13 16:59 UTC  (4+ messages)

[PATCH 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2025-12-13 10:26 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible
` [PATCH 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA
` [PATCH 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller

[PATCH 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2025-12-12 22:24 UTC  (12+ messages)
` [PATCH 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH 02/11] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH 03/11] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()
` [PATCH 05/11] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH 06/11] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH 07/11] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH 08/11] dmaengine: dw-edma: Add new callback to fill link list entry
` [PATCH 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both edma and hdmi
` [PATCH 10/11] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH] dmaengine: sun4i: fix resource leak on promise allocation failure
 2025-12-12 20:50 UTC 

[PATCH v3 0/3] Add Agilex5 AXI DMA support
 2025-12-12 13:19 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add compatible string for Agilex5
` [PATCH v3 2/3] arm64: dts: intel: agilex5: Add simple-bus node on top of dma controller node
` [PATCH v3 3/3] dma: dw-axi-dmac: Add support for Agilex5 and dynamic bus width

[RFC PATCH v2 00/27] NTB transport backed by remote DW eDMA
 2025-12-12  3:56 UTC  (77+ messages)
` [RFC PATCH v2 01/27] PCI: endpoint: pci-epf-vntb: Use array_index_nospec() on mws_size[] access
` [RFC PATCH v2 02/27] PCI: endpoint: pci-epf-vntb: Add mwN_offset configfs attributes
` [RFC PATCH v2 03/27] NTB: epf: Handle mwN_offset for inbound MW regions
` [RFC PATCH v2 04/27] PCI: endpoint: Add inbound mapping ops to EPC core
` [RFC PATCH v2 05/27] PCI: dwc: ep: Implement EPC inbound mapping support
` [RFC PATCH v2 06/27] PCI: endpoint: pci-epf-vntb: Use pci_epc_map_inbound() for MW mapping
` [RFC PATCH v2 08/27] PCI: endpoint: pci-epf-vntb: Propagate MW offset from configfs when present
` [RFC PATCH v2 10/27] NTB: core: Add .get_pci_epc() to ntb_dev_ops
` [RFC PATCH v2 12/27] damengine: dw-edma: Fix MSI data values for multi-vector IMWr interrupts
` [RFC PATCH v2 13/27] NTB: ntb_transport: Use seq_file for QP stats debugfs
` [RFC PATCH v2 14/27] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v2 19/27] PCI: dwc: ep: Cache MSI outbound iATU mapping
` [RFC PATCH v2 20/27] NTB: ntb_transport: Introduce remote eDMA backed transport mode
` [RFC PATCH v2 23/27] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)

[PATCH] dmaengine: cv1800b-dmamux: fix channel allocation order
 2025-12-12  2:12 UTC  (2+ messages)

[PATCH RESEND v6 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-12-12  0:54 UTC  (17+ messages)
` [PATCH RESEND v6 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH RESEND v6 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2025-12-10 23:38 UTC  (21+ messages)
` [PATCH 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH 2/8] PCI: endpoint: pci-epf-test: use new DMA API to simple code
` [PATCH 3/8] dmaengine: dw-edma: Use new .device_prep_slave_sg_config() callback
` [PATCH 4/8] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH 5/8] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH 6/8] nvmet: pci-epf: Use dmaengine_prep_slave_single_config() API
` [PATCH 7/8] PCI: epf-mhi:Using new API dmaengine_prep_slave_single_config() to simple code
` [PATCH 8/8] crypto: atmel: Use dmaengine_prep_slave_single_config() API

[PATCH v2 0/4] Add Agilex5 AXI DMA support
 2025-12-09 21:26 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: dma: snps,dw-axi-dmac: Add compatible string for Agilex5
` [PATCH v2 2/4] dt-bindings: dma: snps,dw-axi-dmac: Add #address-cells and #size-cells
` [PATCH v2 3/4] arm64: dts: intel: agilex5: Add dma-ranges, address and size cells to dma node
` [PATCH v2 4/4] dma: dw-axi-dmac: Add support for Agilex5 and dynamic bus width

[PATCH v2 0/3] Add dma-coherent property
 2025-12-09  2:31 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: cdns,hp-nfc: "
` [PATCH v2 2/3] dt-bindings: dma: snps,dw-axi-dmac: add "
` [PATCH v2 3/3] arm64: dts: socfpga: agilex5: Add "

[PATCH] dmaengine: dw-edma: Fix confusing cleanup.h syntax
 2025-12-08  5:17 UTC  (2+ messages)

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-12-06 11:45 UTC  (9+ messages)
` [PATCH v9 02/11] dmaengine: qcom: bam_dma: Add bam_pipe_lock flag support
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
` [PATCH v9 10/11] crypto: qce - Add "
` [PATCH v9 11/11] crypto: qce - Switch to using BAM DMA for crypto I/O

[PATCH v3 0/6] Add DMA support for RZ/T2H and RZ/N2H
 2025-12-05 15:12 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: sh: rz_dmac: make error interrupt optional
` [PATCH v3 2/6] dmaengine: sh: rz_dmac: make register_dma_req() chip-specific
` [PATCH v3 3/6] dt-bindings: dma: renesas,rz-dmac: document RZ/{T2H,N2H}
` [PATCH v3 4/6] dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} support
` [PATCH v3 5/6] arm64: dts: renesas: r9a09g077: add DMAC support
` [PATCH v3 6/6] arm64: dts: renesas: r9a09g087: "

[PATCH 0/6] Add DMA support for RZ/T2H and RZ/N2H
 2025-12-05  9:45 UTC  (8+ messages)
` [PATCH 2/6] dmaengine: sh: rz_dmac: make register_dma_req() chip-specific
` [PATCH 3/6] dt-bindings: dma: renesas,rz-dmac: document RZ/{T2H,N2H}
` [PATCH 4/6] dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} support
` [PATCH 5/6] arm64: dts: renesas: r9a09g077: add DMAC support
` [PATCH 6/6] arm64: dts: renesas: r9a09g087: "

[PATCH v2 0/6] Add DMA support for RZ/T2H and RZ/N2H
 2025-12-04 21:24 UTC  (8+ messages)
` [PATCH v2 1/6] dmaengine: sh: rz_dmac: make error interrupt optional
` [PATCH v2 2/6] dmaengine: sh: rz_dmac: make register_dma_req() chip-specific
` [PATCH v2 3/6] dt-bindings: dma: renesas,rz-dmac: document RZ/{T2H,N2H}
` [PATCH v2 4/6] dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} support
` [PATCH v2 5/6] arm64: dts: renesas: r9a09g077: add DMAC support
` [PATCH v2 6/6] arm64: dts: renesas: r9a09g087: "

[PATCH v2 0/2] dmaengine: Add cleanup to simple code
 2025-12-04 15:09 UTC  (10+ messages)
` [PATCH v2 1/2] dmaengine: Add cleanup FREE defines for dma_async_tx_descriptor
` [PATCH v2 2/2] i2c: lpi2c: Use cleanup helper for dma_async_tx_descriptor error handling

[PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
 2025-12-03 22:52 UTC  (2+ messages)

[PATCH v4] dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failure
 2025-12-03 22:14 UTC  (3+ messages)

[PATCH RESEND] dmaengine: at_xdmac: get the number of DMA channels from device tree
 2025-12-03 12:11 UTC 

[PATCH] dmaengine: at_xdmac: get the number of DMA channels from device tree
 2025-12-03 12:08 UTC 

[PATCH] shdmac: Remove misleading TODO comment in dmae_set_chcr
 2025-12-02 12:01 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).