dmaengine Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-07 21:26:18 to 2024-02-29 06:53:05 UTC [more...]

[PATCH] dmaengine: tegra186: Fix residual calculation
 2024-02-29  6:52 UTC 

[PATCH 0/4] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-02-29  3:25 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: dmaengine: Add dmamux for CV18XX/SG200X series SoC
` [PATCH v2 2/4] dt-bindings: soc: sophgo: Add top misc controller of "
` [PATCH v2 3/4] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v2 4/4] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
` [PATCH 0/4 v2] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs

[PATCH v3 0/6] crypto: starfive: Add support for JH8100
 2024-02-29  2:17 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: starfive: Add jh8100 support
` [PATCH v3 2/6] crypto: starfive: Update hash dma usage
` [PATCH v3 3/6] crypto: starfive: Use dma for aes requests
` [PATCH v3 4/6] dmaengine: dw-axi-dmac: Support hardware quirks
` [PATCH v3 5/6] crypto: starfive: Add sm3 support for JH8100
` [PATCH v3 6/6] crypto: starfive: Add sm4 "

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-02-29  1:36 UTC  (27+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[PATCH 1/2] dt-bindings: dma: fsl-edma: remove 'clocks' from required
 2024-02-28 21:26 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: dma: fsl-edma: allow 'power-domains' property

[PATCH v8 00/38] ep93xx device tree conversion
 2024-02-28  8:23 UTC  (6+ messages)
` [PATCH v8 08/38] dt-bindings: dma: Add Cirrus EP93xx
` [PATCH v8 09/38] dma: cirrus: Convert to DT for "
` [PATCH v8 38/38] dma: cirrus: remove platform code

[PATCH 1/2] dt-bindings: dma: Ingenic: DT bindings for Ingenic PDMA
 2024-02-28  8:11 UTC  (5+ messages)
` [PATCH 2/2] dma: Add Ingenic PDMA driver support

[PATCH v2 0/2] Xilinx DPDMA fixes and cyclic dma mode support
 2024-02-28  4:21 UTC  (3+ messages)
` [PATCH v2 1/2] dmaengine: xilinx: dpdma: Fix race condition in vsync IRQ
` [PATCH v2 2/2] dmaengine: xilinx: dpdma: Add support for cyclic dma mode

[PATCH 0/5] dmaengine: fsl-edma: add 8ulp support
 2024-02-27 17:21 UTC  (6+ messages)
` [PATCH 1/5] dmaengine: fsl-edma: remove 'slave_id' from fsl_edma_chan
` [PATCH 2/5] dmaengine: fsl-edma: add safety check for 'srcid'
` [PATCH 3/5] dmaengine: fsl-edma: clean up chclk and FSL_EDMA_DRV_HAS_CHCLK
` [PATCH 4/5] dt-bindings: fsl-dma: fsl-edma: add fsl,imx8ulp-edma compatible string
` [PATCH 5/5] dmaengine: fsl-edma: add i.MX8ULP edma support

[PATCH V9 0/2] AMD QDMA driver
 2024-02-27 17:08 UTC  (3+ messages)
` [PATCH V9 1/2] dmaengine: amd: Add empty Kconfig and Makefile for AMD drivers
` [PATCH V9 2/2] dmaengine: amd: qdma: Add AMD QDMA driver

subscribe
 2024-02-27  6:52 UTC 

[PATCH] dmaengine: zynqmp_dma: rework tasklet to threaded interrupt handler
 2024-02-26 22:17 UTC 

[RESEND PATCH V8 0/2] AMD QDMA driver
 2024-02-26 16:47 UTC  (5+ messages)
` [RESEND PATCH V8 1/2] dmaengine: amd: Add empty Kconfig and Makefile for AMD drivers
` [RESEND PATCH V8 2/2] dmaengine: amd: qdma: Add AMD QDMA driver

[PATCH v2] MAINTAINERS: Remove T Ambarus from few mchp entries
 2024-02-26 14:19 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove T Ambarus from few mchp entries
 2024-02-26 11:45 UTC  (3+ messages)

[PATCH] dmaengine: altera-msgdma: fix descriptors freeing logic
 2024-02-25 20:05 UTC  (7+ messages)

[PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) bugfixes
 2024-02-25 20:11 UTC  (3+ messages)
` [PATCH 1/2] crypto: iaa - Fix async_disable descriptor leak
` [PATCH 2/2] crypto: iaa - Fix comp/decomp delay statistics

[PATCH v7 0/6] iio: new DMABUF based API
 2024-02-23 12:14 UTC  (7+ messages)
` [PATCH v7 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v7 2/6] dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
` [PATCH v7 3/6] iio: core: Add new DMABUF interface infrastructure
` [PATCH v7 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v7 5/6] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v7 6/6] Documentation: iio: Document high-speed DMABUF based API

[PATCH 1/2] dmaengine: pl08x: constify pointer to char in filter function
 2024-02-23 12:08 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: of: constify of_phandle_args in of_dma_find_controller()

[PATCH] MAINTAINERS: change in AMD ptdma maintainer
 2024-02-23 12:08 UTC  (5+ messages)

[PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER
 2024-02-23 12:08 UTC  (2+ messages)

[PATCH] dmaengine: idxd: constify the struct device_type usage
 2024-02-23 12:08 UTC  (3+ messages)

Using PTDMA driver for generic DMA
 2024-02-23 12:08 UTC  (10+ messages)
  ` [PATCH] dmaengine: ptdma: use consistent DMA masks
      ` [PATCH RESEND] "

[PATCH v2 1/1] dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warning
 2024-02-23 12:08 UTC  (5+ messages)

[PATCH] dmaengine: idxd: Ensure safe user copy of completion record
 2024-02-23 12:08 UTC  (8+ messages)

[PATCH 1/1] dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warning
 2024-02-23 12:08 UTC  (4+ messages)

[PATCH v3 0/2] dmaengine: axi-dmac: move to device managed probe
 2024-02-23  9:07 UTC  (5+ messages)
` [PATCH v3 1/2] dmaengine: axi-dmac: fix possible race in remove()
` [PATCH v3 2/2] dmaengine: axi-dmac: move to device managed probe

[PATCH v2] dmaengine: axi-dmac: move to device managed probe
 2024-02-22 14:06 UTC  (2+ messages)

[PATCH 1/1] dmaengine: mxs-dma: switch from dma_coherent to dma_pool
 2024-02-22 13:47 UTC  (4+ messages)

[PATCH 00/11] Add cmd descriptor support
 2024-02-22 11:26 UTC  (7+ messages)
` [PATCH 01/11] crypto: qce - Add support for crypto address read
` [PATCH 02/11] crypto: qce - Add bam dma support for crypto register r/w
` [PATCH 03/11] crypto: qce - Convert register r/w for skcipher via BAM/DMA

[PATCH 0/4] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-02-22  1:48 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: dmaengine: Add dmamux for CV18XX/SG200X series SoC
` [PATCH 2/4] dt-bindings: clock: sophgo: Add top misc controller of "
` [PATCH 3/4] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH 4/4] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux

[PATCH] dmaengine: axi-dmac: move to device managed probe
 2024-02-16 13:01 UTC  (3+ messages)

[PATCH] dt-bindings: renesas,rcar-dmac: Add r8a779h0 support
 2024-02-16 12:35 UTC  (4+ messages)

[PATCH] dt-bindings: dma: convert MediaTek High-Speed controller to the json-schema
 2024-02-16 12:35 UTC  (3+ messages)

[PATCH] dmaengine: idxd: make dsa_bus_type const
 2024-02-16 12:35 UTC  (5+ messages)

[PATCH 1/1] dmaengine: fsl-edma: correct max_segment_size setting
 2024-02-16 12:34 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: Remove shadow Event Log head stored in idxd
 2024-02-16 12:34 UTC  (3+ messages)

[PATCH 2/2] dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA
 2024-02-16 12:25 UTC  (3+ messages)

[PATCH v7 0/1] Switchtec Switch DMA Engine Driver
 2024-02-16 12:12 UTC  (3+ messages)

[PATCH] dt-bindings: dma: convert atmel-xdma.txt to YAML
 2024-02-15 19:34 UTC  (2+ messages)

[PATCH] dt-bindings: dma: convert atmel-dma.txt to YAML
 2024-02-15 19:27 UTC  (2+ messages)

[PATCH v7 00/39] ep93xx device tree conversion
 2024-02-13  9:48 UTC  (3+ messages)

[PATCH v1 3/6] PCI: dwc: Add HDMA support
 2024-02-13  7:53 UTC  (4+ messages)

[PATCH] dmaengine: idxd: Clear Event Log head in idxd upon completion of the Enable Device command
 2024-02-12 16:56 UTC  (5+ messages)

[PATCH v2 1/2] dmaengine: fsl-edma: add trace event support
 2024-02-09 21:36 UTC  (2+ messages)
` [PATCH v2 2/2] dmaengine: fsl-edma: use _Generic to handle difference type

[PATCH 1/2] dmaengine: fsl-edma: add trace event support
 2024-02-09  1:04 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: fsl-edma: use _Generic to handle difference type

[PATCH AUTOSEL 5.10 03/16] dmaengine: ti: edma: Add some null pointer checks to the edma_probe
 2024-02-07 21:26 UTC 

[PATCH AUTOSEL 5.15 04/23] dmaengine: ti: edma: Add some null pointer checks to the edma_probe
 2024-02-07 21:25 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).