public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 07:27:47 to 2026-04-05 12:02:49 UTC [more...]

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-05 12:02 UTC  (5+ messages)
` [PATCH v4 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()

[PATCH 0/3] dmaengine: axi-dmac: Coding style cleanups
 2026-04-04 15:20 UTC  (6+ messages)
` [PATCH 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH 2/3] dmaengine: dw-axi-dmac: fix Lines should not end with a '(' warning
` [PATCH 3/3] dmaengine: dw-axi-dmac: use logical NOT for NULL check on of_channels

[PATCH] dmaengine: imx-sdma: Refine spba bus searching in probe
 2026-04-04  1:48 UTC  (2+ messages)

[PATCH v3] dmaengine: tegra210-adma: Add error logging on failure paths
 2026-04-03  3:03 UTC  (3+ messages)

[PATCH v3 0/9] driver core: Fix some race conditions
 2026-04-03  0:49 UTC  (2+ messages)
` [PATCH v3 7/9] driver core: Replace dev->dma_coherent with DEV_FLAG_DMA_COHERENT

[PATCH] dmaengine: idxd: fix double free in idxd_alloc() error path
 2026-04-02 17:36 UTC  (4+ messages)

[PATCH v2 0/4] dmaengine: dma-axi-dmac: Some memory related fixes
 2026-04-02 17:06 UTC  (17+ messages)
` [PATCH v2 1/4] dmaengine: Fix possuible use after free
` [PATCH v2 2/4] dmaengine: dma-axi-dmac: Properly free struct axi_dmac_desc
` [PATCH v2 3/4] dmaengine: dma-axi-dmac: fix use-after-free on unbind
` [PATCH v2 4/4] dmaengine: dma-axi-dmac: Defer freeing DMA descriptors

[PATCh v3 0/2] Add DMA ACK signal routing for RZ/V2H family
 2026-04-02 16:22 UTC  (3+ messages)
` [PATCh v3 1/2] irqchip/renesas-rzv2h: Add DMA ACK signal routing support
` [PATCh v3 2/2] dma: sh: rz-dmac: "

[PATCH v2 00/24] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-04-02 15:30 UTC  (28+ messages)
` [PATCH v2 01/24] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family
` [PATCH v2 02/24] clk: renesas: r9a09g047: Add audio clock and reset support
` [PATCH v2 03/24] irqchip/renesas-rzv2h: Add DMA ACK signal routing support
` [PATCH v2 04/24] dma: sh: rz-dmac: "
` [PATCH v2 05/24] ASoC: dt-bindings: renesas,rsnd: Split into generic and SoC-specific parts
` [PATCH v2 06/24] ASoC: dt-bindings: Add RZ/G3E (R9A09G047) sound binding
` [PATCH v2 07/24] ASoC: rsnd: Add reset controller support to rsnd_mod
` [PATCH v2 08/24] ASoC: rsnd: Add RZ/G3E SoC probing and register map
` [PATCH v2 09/24] ASoC: rsnd: Add audmacpp clock and reset support for RZ/G3E
` [PATCH v2 10/24] ASoC: rsnd: Add RZ/G3E DMA address calculation support
` [PATCH v2 11/24] ASoC: rsnd: ssui: Add RZ/G3E SSIU BUSIF support
` [PATCH v2 12/24] ASoC: rsnd: Add SSI reset support for RZ/G3E platforms
` [PATCH v2 13/24] ASoC: rsnd: Add ADG reset support for RZ/G3E
` [PATCH v2 14/24] ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock management
` [PATCH v2 15/24] ASoC: rsnd: src: Add SRC reset and clock support for RZ/G3E
` [PATCH v2 16/24] ASoC: rsnd: Add rsnd_adg_mod_get() for PM support
` [PATCH v2 17/24] ASoC: rsnd: Export rsnd_ssiu_mod_get() "
` [PATCH v2 18/24] ASoC: rsnd: Add system suspend/resume support
` [PATCH v2 19/24] arm64: dts: renesas: rzv2h: Add audio clock inputs
` [PATCH v2 20/24] arm64: dts: renesas: r9a09g047: Add R-Car Sound support
` [PATCH v2 21/24] arm64: dts: renesas: rzg3e-smarc-som: Add Versa3 clock generator
` [PATCH v2 22/24] arm64: dts: renesas: rzg3e-smarc-som: Add I2C1 support
` [PATCH v2 23/24] arm64: dts: renesas: rzg3e-smarc-som: add audio pinmux definitions
` [PATCH v2 24/24] arm64: dts: renesas: r9a09g047e57-smarc: add DA7212 audio codec support

[PATCH v15 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-04-02 14:55 UTC  (13+ messages)
` [PATCH v15 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v15 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v15 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v15 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v15 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v15 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v15 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v15 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v15 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v15 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v15 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v15 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Hawi SoC
 2026-04-02  8:40 UTC  (2+ messages)

[PATCH v4 0/2] Fix CPU stall in xilinx_dma_poll_timeout caused by passing delay_us=0
 2026-04-02  7:46 UTC  (3+ messages)
` [PATCH v4 1/2] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout
` [PATCH v4 2/2] dmaengine: xilinx_dma: Rename XILINX_DMA_LOOP_COUNT

[PATCH v2 00/10] i.MX SDMA cleanups and fixes
 2026-04-02  3:33 UTC  (3+ messages)
` [PATCH v2 02/10] dmaengine: imx-sdma: fix spba-bus handling for i.MX8M

[PATCH] dmaengine: idxd: fix double free in idxd_setup_groups() error path
 2026-04-02  1:44 UTC  (3+ messages)

[PATCH] dmaengine: idxd: fix double free in idxd_setup_engines() error path
 2026-04-02  1:37 UTC  (2+ messages)

[PATCH v3 0/2] Fix CPU stall in xilinx_dma_poll_timeout caused by passing delay_us=0
 2026-04-01 22:45 UTC  (6+ messages)
` [PATCH v3 1/2] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout
` [PATCH v3 2/2] dmaengine: xilinx_dma: Rename XILINX_DMA_LOOP_COUNT

[PATCHv2] dmaengine: hsu: use kzalloc_flex()
 2026-04-01 13:32 UTC  (6+ messages)

[PATCH] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout
 2026-04-01 11:41 UTC  (6+ messages)

[PATCH v2 0/2] Fix CPU stall in xilinx_dma_poll_timeout caused by passing delay_us=0
 2026-04-01 10:59 UTC  (5+ messages)
` [PATCH v2 1/2] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout
` [PATCH v2 2/2] dmaengine: xilinx_dma: Rename XILINX_DMA_LOOP_COUNT

[PATCH v6 0/4] Enable multi-owner I2C support for QCOM GENI controllers
 2026-04-01 10:21 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: i2c: qcom,i2c-geni: Document multi-owner controller support
` [PATCH v6 2/4] dmaengine: qcom: gpi: Add lock/unlock TREs for multi-owner I2C transfers
` [PATCH v6 3/4] soc: qcom: geni-se: Keep pinctrl active for multi-owner controllers
` [PATCH v6 4/4] i2c: qcom-geni: Support multi-owner controllers in GPI mode

[PATCH v3 0/5] dmaengine: Add Peripheral DMA support for SpacemiT K3 SoC
 2026-04-01  6:44 UTC  (9+ messages)
` [PATCH v3 1/5] dt-bindings: dmaengine: Add SpacemiT K3 DMA compatible string
` [PATCH v3 2/5] dmaengine: mmp_pdma: support variable extended DRCMR base
` [PATCH v3 3/5] dmaengine: mmp_pdma: add Spacemit K3 support
` [PATCH v3 4/5] clk: spacemit: k3: mark top_dclk as CLK_IS_CRITICAL
` [PATCH v3 5/5] riscv: dts: spacemit: Add PDMA controller node for K3 SoC

[PATCH] dmaengine: idxd: fix double free in idxd_setup_wqs() error path
 2026-04-01  3:30 UTC 

[PATCH v6 00/10] Add GPCDMA support in Tegra264
 2026-03-31 18:06 UTC  (13+ messages)
` [PATCH v6 01/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Make reset optional
` [PATCH v6 02/10] arm64: tegra: Remove fallback compatible for GPCDMA
` [PATCH v6 03/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Add iommu-map property
` [PATCH v6 04/10] dmaengine: tegra: Make reset control optional
` [PATCH v6 05/10] dmaengine: tegra: Use struct for register offsets
` [PATCH v6 06/10] dmaengine: tegra: Support address width > 39 bits
` [PATCH v6 07/10] dmaengine: tegra: Use managed DMA controller registration
` [PATCH v6 08/10] dmaengine: tegra: Use iommu-map for stream ID
` [PATCH v6 09/10] dmaengine: tegra: Add Tegra264 support
` [PATCH v6 10/10] arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-map

[PATCH] dmaengine: st_fdma: simplify allocation
 2026-03-31 15:33 UTC  (2+ messages)

[PATCH] dmaengine: loongson: loongson2-apb: fix broken bus width validation in ls2x_dmac_detect_burst()
 2026-03-31 15:01 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v5 0/4] Enable shared SE support over I2C
 2026-03-31 11:34 UTC  (16+ messages)
` [PATCH v5 2/4] dmaengine: gpi: Add Lock and Unlock TRE support to access I2C exclusively
` [PATCH v5 4/4] i2c: i2c-qcom-geni: Enable i2c controller sharing between two subsystems

[PATCH v5 1/4] dt-bindindgs: i2c: qcom,i2c-geni: Document shared flag
 2026-03-31 11:32 UTC  (12+ messages)

[PATCHv3] dmaengine: hsu: use kzalloc_flex()
 2026-03-31  4:22 UTC  (2+ messages)

[PATCH] dmaengine: dw-axi-dmac: simplify allocation
 2026-03-30 21:11 UTC 

[PATCH 00/22] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-03-30 18:47 UTC  (9+ messages)
` [PATCH 04/22] dt-bindings: dma: renesas,rz-dmac: Document optional DMA ACK cell
` [PATCH 07/22] ASoC: dt-bindings: renesas,rsnd: Add RZ/G3E support

[PATCH v5 00/10] Add GPCDMA support in Tegra264
 2026-03-30 18:20 UTC  (15+ messages)
` [PATCH v5 01/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Make reset optional
` [PATCH v5 02/10] arm64: tegra: Remove fallback compatible for GPCDMA
` [PATCH v5 03/10] dt-bindings: dma: nvidia,tegra186-gpc-dma: Add iommu-map property
` [PATCH v5 04/10] dmaengine: tegra: Make reset control optional
` [PATCH v5 05/10] dmaengine: tegra: Use struct for register offsets
` [PATCH v5 06/10] dmaengine: tegra: Support address width > 39 bits
` [PATCH v5 07/10] dmaengine: tegra: Use managed DMA controller registration
` [PATCH v5 08/10] dmaengine: tegra: Use iommu-map for stream ID
` [PATCH v5 09/10] dmaengine: tegra: Add Tegra264 support
` [PATCH v5 10/10] arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-map

[PATCHv2] dmaengine: idma64: use kzalloc_flex
 2026-03-30 16:38 UTC  (2+ messages)

[PATCH V2 0/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-03-30 16:04 UTC  (9+ messages)
` [PATCH V2 1/5] dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM
` [PATCH V2 2/5] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH V2 3/5] dmaengine: xilinx_dma: Extend metadata handling for AXI MCDMA
` [PATCH V2 5/5] dmaengine: xilinx_dma: Add support for reporting transfer size to AXI DMA / MCDMA client when app fields are unavailable

[PATCH] dmaengine: switchtec-dma: fix FIELD_GET misuse when programming SE threshold
 2026-03-30 15:03 UTC  (3+ messages)

[PATCH v14 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-30 13:08 UTC  (6+ messages)
` [PATCH v14 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v14 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH AUTOSEL 6.19-6.18] dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
 2026-03-30 12:38 UTC 

[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
 2026-03-30 12:21 UTC  (6+ messages)

[PATCH v4 08/10] dmaengine: tegra: Use iommu-map for stream ID
 2026-03-30  9:03 UTC  (2+ messages)

[PATCH 0/3] dmaengine: Add batched scatter-gather DMA support
 2026-03-30  5:28 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: Add multi-buffer support in single DMA transfer

[PATCH v2 0/7] dmaengine: Add Peripheral DMA support for SpacemiT K3 SoC
 2026-03-28 11:35 UTC  (10+ messages)
` [PATCH v2 1/7] dt-bindings: dmaengine: Add SpacemiT K1 DMA request definitions
` [PATCH v2 3/7] dt-bindings: dmaengine: Add SpacemiT K3 "

[PATCH] dmaengine: hsu: use kzalloc_flex
 2026-03-27 10:03 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