DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-05-30 10:38:57 to 2026-06-06 00:12:39 UTC [more...]

[PATCH v3 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-06-06  0:12 UTC  (25+ messages)
` [PATCH v3 01/23] PCI: Add SNIA SDXI accelerator sub-class
` [PATCH v3 02/23] MAINTAINERS: Add entry for SDXI driver
` [PATCH v3 03/23] dmaengine: sdxi: Add PCI initialization
` [PATCH v3 04/23] dmaengine: sdxi: Feature discovery and initial configuration
` [PATCH v3 05/23] dmaengine: sdxi: Configure context tables
` [PATCH v3 06/23] dmaengine: sdxi: Allocate DMA pools
` [PATCH v3 07/23] dmaengine: sdxi: Allocate administrative context
` [PATCH v3 08/23] dmaengine: sdxi: Install "
` [PATCH v3 09/23] dmaengine: sdxi: Start functions on probe, stop on remove
` [PATCH v3 10/23] dmaengine: sdxi: Complete administrative context jump start
` [PATCH v3 11/23] dmaengine: sdxi: Add client context alloc and release APIs
` [PATCH v3 12/23] dmaengine: sdxi: Add descriptor ring management
` [PATCH v3 13/23] dmaengine: sdxi: Add unit tests for descriptor ring reservations
` [PATCH v3 14/23] dmaengine: sdxi: Attach descriptor ring state to contexts
` [PATCH v3 15/23] dmaengine: sdxi: Per-context access key (AKey) table entry allocator
` [PATCH v3 16/23] dmaengine: sdxi: Generic descriptor manipulation helpers
` [PATCH v3 17/23] dmaengine: sdxi: Add completion status block API
` [PATCH v3 18/23] dmaengine: sdxi: Encode context start, stop, and sync descriptors
` [PATCH v3 19/23] dmaengine: sdxi: Provide context start and stop APIs
` [PATCH v3 20/23] dmaengine: sdxi: Encode nop, copy, and interrupt descriptors
` [PATCH v3 21/23] dmaengine: sdxi: Add unit tests for descriptor encoding
` [PATCH v3 22/23] dmaengine: sdxi: MSI/MSI-X vector allocation and mapping
` [PATCH v3 23/23] dmaengine: sdxi: Add DMA engine provider

[PATCH v2 08/23] dmaengine: sdxi: Install administrative context
 2026-06-05 23:26 UTC  (3+ messages)

[PATCH 00/10] dmaengine: fsldma: devm conversion, fixups, and cleanups
 2026-06-05 22:49 UTC  (24+ messages)
` [PATCH 01/10] dmaengine: fsldma: kill tasklet before removing channel
` [PATCH 02/10] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCH 03/10] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCH 04/10] dmaengine: fsldma: convert to devm_kzalloc and fix error path
` [PATCH 05/10] dmaengine: fsldma: convert ioremap to devm_platform_ioremap_resource
` [PATCH 06/10] dmaengine: fsldma: convert channel allocation to devm_kzalloc
` [PATCH 07/10] dmaengine: fsldma: convert channel ioremap to devm_of_iomap
` [PATCH 08/10] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCH 09/10] dmaengine: fsldma: convert to devm_request_irq
` [PATCH 10/10] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones

[PATCH v2 05/23] dmaengine: sdxi: Configure context tables
 2026-06-05 22:19 UTC  (3+ messages)

[PATCH v2 04/23] dmaengine: sdxi: Feature discovery and initial configuration
 2026-06-05 21:25 UTC  (3+ messages)

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-06-05 18:34 UTC  (3+ messages)

[PATCH] dma: fsldma: convert to platform_get_irq_optional()
 2026-06-05 18:29 UTC  (3+ messages)

[PATCH v1] include: Remove unused dma-iop32x.h
 2026-06-05 18:20 UTC  (2+ messages)

[PATCH v2] dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceID
 2026-06-05 18:18 UTC  (2+ messages)

[PATCH v3] dmaengine: dw-edma: Enable HDMA 64R/W Channels
 2026-06-05 18:15 UTC  (6+ messages)

[PATCH v3 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-06-05 12:12 UTC  (13+ messages)
` [PATCH v3 01/10] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Shikra SoC
` [PATCH v3 02/10] dt-bindings: interconnect: qcom-bwmon: Add Shikra cpu-bwmon compatible
` [PATCH v3 03/10] arm64: dts: qcom: Add QUPv3 configuration for Shikra
` [PATCH v3 04/10] arm64: dts: qcom: shikra: Add DDR BWMON support
` [PATCH v3 05/10] arm64: dts: qcom: shikra: Add cpufreq-hw, EPSS L3 interconnect and OPP tables
` [PATCH v3 06/10] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH v3 07/10] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes
` [PATCH v3 08/10] arm64: dts: qcom: shikra: Enable CDSP, LPAICP and MPSS on EVK boards
` [PATCH v3 09/10] arm64: dts: qcom: shikra: Enable TSENS and thermal zones
` [PATCH v3 10/10] arm64: dts: qcom: shikra: Enable Bluetooth and WiFi on EVK boards

[PATCH v7] dmaengine: tegra210-adma: Add error logging on failure paths
 2026-06-05 11:53 UTC  (2+ messages)

[PATCH v1] dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceID
 2026-06-05 11:28 UTC  (7+ messages)

[PATCH] dmaengine: ptdma: Omit two seq_puts() calls in pt_debugfs_info_show()
 2026-06-05  9:04 UTC 

[PATCH v2 00/12] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
 2026-06-05  2:42 UTC  (19+ messages)
` [PATCH v2 01/12] dmaengine: dw-edma: Add hardware channel filter
` [PATCH v2 02/12] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH v2 03/12] dmaengine: dw-edma: Add partial channel ownership mode
` [PATCH v2 04/12] dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
` [PATCH v2 05/12] dmaengine: dw-edma-pcie: Add capability match data
` [PATCH v2 06/12] dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
` [PATCH v2 08/12] dmaengine: dw-edma-pcie: Add platform ops to match data

[PATCH v4 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-06-04 22:01 UTC  (3+ messages)
` [PATCH v4 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH v19 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-06-04 11:50 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: dma: xilinx: Add optional resets property for ZDMA
 2026-06-04 11:28 UTC  (5+ messages)

[PATCH v5] dma: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+
 2026-06-04 10:45 UTC  (3+ messages)

[PATCH v2] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
 2026-06-04 10:31 UTC  (2+ messages)

[PATCH] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
 2026-06-04  9:34 UTC  (2+ messages)

[PATCH v2] dma: at_hdmac: Use stored IRQ in error path
 2026-06-04  7:39 UTC  (2+ messages)

[PATCH] dma: mpc512x: replace in_be32/out_be32/out_8 with ioread32be/iowrite32be/iowrite8
 2026-06-03 19:26 UTC 

[PATCH v2] dmaengine: dw-edma: Enable HDMA 64R/W Channels
 2026-06-03 12:41 UTC  (3+ messages)

[PATCH v1] dmaengine: dw-edma: Enable HDMA 64R/W Channels
 2026-06-03 10:30 UTC  (3+ messages)

[PATCH v3 0/8] dmaengine: ti: omap-dma: probe/remove bug fixes and cleanup
 2026-06-03  3:25 UTC  (14+ messages)
` [PATCHv3 1/8] dmaengine: ti: omap-dma: fix missing return in probe error path
` [PATCHv3 2/8] dmaengine: ti: omap-dma: synchronize CPU PM notifier removal
` [PATCHv3 3/8] dmaengine: ti: omap-dma: fix CPU PM notifier leak
` [PATCHv3 4/8] dmaengine: ti: omap-dma: stop channels during teardown
` [PATCHv3 5/8] dmaengine: ti: omap-dma: disable IRQs on probe failure
` [PATCHv3 6/8] dmaengine: ti: omap-dma: destroy descriptor pool last
` [PATCHv3 7/8] dmaengine: ti: omap-dma: fix interrupt handling in remove
` [PATCHv3 8/8] dmaengine: ti: omap-dma: turn lch_map into a flexible array

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-06-02 15:06 UTC  (4+ messages)
` [Linux-stm32] "

[PATCH v6 00/18] Renesas: dmaengine and ASoC fixes
 2026-06-02 13:30 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-02 13:04 UTC  (9+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCHv3] dmaengine: ste_dma40: turn d40_base phy_chans into a flexible array
 2026-06-02  9:00 UTC  (3+ messages)

[PATCH] dmaengine: ste_dma40: fix out-of-bounds access from D40_MEMCPY_MAX_CHANS
 2026-06-02  8:53 UTC  (4+ messages)

[PATCH] nios2: remove the architecture
 2026-06-02  8:00 UTC  (10+ messages)

[PATCH] dmaengine: qcom: gpi: set DMA_PRIVATE capability
 2026-06-02  7:12 UTC  (2+ messages)

[PATCH v6 00/10] Add GPCDMA support in Tegra264
 2026-06-01 22:27 UTC  (4+ messages)

[PATCH v4 0/3] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
 2026-06-01 21:35 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine
` [PATCH v4 2/3] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller
` [PATCH v4 3/3] MAINTAINERS: Add entry for Andes ATCDMAC300

[PATCH] dmaengine: ioatdma: use !kstrtoint(), not sscanf()!=-1
 2026-06-01 15:12 UTC  (5+ messages)

[RFC 4/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-06-01 14:43 UTC  (11+ messages)

[PATCH v2 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-06-01 12:40 UTC  (12+ messages)
` [PATCH v2 01/10] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Shikra SoC
` [PATCH v2 02/10] dt-bindings: interconnect: qcom-bwmon: Add Shikra cpu-bwmon compatible
` [PATCH v2 03/10] arm64: dts: qcom: Add QUPv3 configuration for Shikra
` [PATCH v2 04/10] arm64: dts: qcom: shikra: Add DDR BWMON support
` [PATCH v2 05/10] arm64: dts: qcom: shikra: Add cpufreq-hw, EPSS L3 interconnect and OPP tables
` [PATCH v2 06/10] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH v2 07/10] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes
` [PATCH v2 08/10] arm64: dts: qcom: shikra: Enable CDSP, LPAICP and MPSS on EVK boards
` [PATCH v2 09/10] arm64: dts: qcom: shikra: Enable TSENS and thermal zones
` [PATCH v2 10/10] arm64: dts: qcom: shikra: Enable Bluetooth and WiFi on EVK boards

[PATCH v2 0/5] dmaengine: ti: omap-dma: various bug fixes
 2026-06-01  1:36 UTC  (10+ messages)
` [PATCH v2 1/5] dmaengine: ti: omap-dma: fix missing return in probe error path
` [PATCH v2 2/5] dmaengine: ti: omap-dma: fix notifier leak in remove
` [PATCH v2 3/5] dmaengine: ti: omap-dma: fix dma_pool_destroy before omap_dma_free in error paths
` [PATCH v2 4/5] dmaengine: ti: omap-dma: fix interrupt handling in remove
` [PATCH v2 5/5] dmaengine: ti: omap-dma: use devm for dmaengine registration

[PATCH 0/4] dmaengine: ti: omap-dma: various bug fixes
 2026-05-31  2:43 UTC  (7+ messages)
` [PATCH 1/4] dmaengine: ti: omap-dma: fix missing return in probe error path
` [PATCH 2/4] dmaengine: ti: omap-dma: fix notifier leak in remove
` [PATCH 3/4] dmaengine: ti: omap-dma: fix dma_pool_destroy before omap_dma_free in error paths
` [PATCH 4/4] dmaengine: ti: omap-dma: fix interrupt handling in remove

[PATCH] dmaengine: dmatest: split struct dmatest_info from variable declaration
 2026-05-30 20:03 UTC 

[PATCH 00/16] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
 2026-05-30 18:25 UTC  (10+ messages)
` [PATCH 06/16] arm64: dts: qcom: shikra: Add EPSS L3 interconnect provider node
` [PATCH 07/16] arm64: dts: qcom: shikra: Add CPU OPP tables to scale DDR/L3
` [PATCH 09/16] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-05-30 10:39 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH 4/5] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to seven


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