dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 00:56:11 to 2024-03-13 16:38:46 UTC [more...]

[PATCH v2 00/15] dmaengine: bcm2835: add BCM2711 40-bit DMA support
 2024-03-13 16:38 UTC  (25+ messages)
` [PATCH v2 01/15] dmaengine: bcm2835: Fix several spellos
` [PATCH v2 02/15] dmaengine: bcm2835: Add support for per-channel flags
` [PATCH v2 03/15] dmaengine: bcm2835: Add NO_WAIT_RESP, DMA_WIDE_SOURCE and DMA_WIDE_DEST flag
` [PATCH v2 04/15] dmaengine: bcm2835: Support dma flags for multi-beat burst
` [PATCH v2 05/15] dmaengine: bcm2835: Fixes for dma_abort
` [PATCH v2 06/15] dmaengine: bcm2835: Support common dma-channel-mask
` [PATCH v2 07/15] dmaengine: bcm2835: move CB info generation into separate function
` [PATCH v2 08/15] dmaengine: bcm2835: move CB final extra info generation into function
` [PATCH v2 09/15] dmaengine: bcm2835: make address increment platform independent
` [PATCH v2 10/15] dmaengine: bcm2385: drop info parameters
` [PATCH v2 11/15] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH v2 12/15] dmaengine: bcm2835: introduce multi platform support
` [PATCH v2 13/15] dt-bindings: dma: Added bcm2711-dma
` [PATCH v2 14/15] dmaengine: bcm2835: Add BCM2711 40-bit DMA support
` [PATCH v2 15/15] ARM: dts: bcm2711: add bcm2711-dma node

[PATCH v2 0/4] dmaengine: fsl-sdma: Some improvement for fsl-sdma
 2024-03-13 10:15 UTC  (7+ messages)
` [PATCH v2 1/4] dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)
` [PATCH v2 2/4] dmaengine: imx-sdma: Support 24bit/3bytes for sg mode
` [PATCH v2 3/4] dmaengine: imx-sdma: Add multi fifo for DEV_TO_DEV
` [PATCH v2 4/4] dmaengine: imx-sdma: Add i2c dma support

[PATCH v2 0/2] Xilinx DPDMA fixes and cyclic dma mode support
 2024-03-13  7:19 UTC  (7+ 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 v3] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-13  5:35 UTC  (11+ messages)

[PATCH v4] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-13  5:26 UTC 

[PATCH] dmaengine: ti: k3-udma: Fix teardown timeout for cyclic mode
 2024-03-12 18:13 UTC  (2+ messages)

[PATCH] dt-bindings: dma: snps,dma-spear1340: Fix data{-,_}width schema
 2024-03-12 17:16 UTC  (6+ messages)

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

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

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

[PATCH 0/3] dma: xilinx_dpdma: Fix locking
 2024-03-08 21:00 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] dma: xilinx_dpdma: Remove unnecessary use of irqsave/restore
` [PATCH 3/3] dma: Add lockdep asserts to virt-dma

DMA range support on BCM283x
 2024-03-08 15:06 UTC 

[PATCH][next] dmaengine: pch_dma: remove unused function chan2parent
 2024-03-08 13:47 UTC 

[PATCH v2] MAINTAINERS: Remove T Ambarus from few mchp entries
 2024-03-08 11:24 UTC  (2+ messages)

dmaengine: CPU stalls while loading bluetooth module
 2024-03-08 10:07 UTC  (4+ messages)

[PATCH v2] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-07 21:24 UTC  (6+ messages)

[PATCH v1] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-07 10:02 UTC  (8+ messages)
` [SPAM] "

[PATCH 0/4] dmaengine: fsl-sdma: Some improvement for fsl-sdma
 2024-03-07  9:06 UTC  (15+ messages)
` [PATCH 1/4] dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)
` [PATCH 2/4] dmaengine: imx-sdma: Support 24bit/3bytes for sg mode
` [PATCH 3/4] dmaengine: imx-sdma: Add multi fifo for DEV_TO_DEV
` [PATCH 4/4] dmaengine: imx-sdma: Add i2c dma support

[PATCH V10 0/1] AMD QDMA driver
 2024-03-05 21:49 UTC  (2+ messages)
` [PATCH V10 1/1] dmaengine: amd: qdma: Add "

[PATCH V9 0/2] AMD QDMA driver
 2024-03-05 21:48 UTC  (4+ messages)
` [PATCH V9 1/2] dmaengine: amd: Add empty Kconfig and Makefile for AMD drivers

[PATCH v7 0/6] iio: new DMABUF based API
 2024-03-05 10:16 UTC  (15+ messages)
` [PATCH v7 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v7 3/6] iio: core: Add new DMABUF interface infrastructure

[PATCH v4 0/7] crypto: starfive: Add support for JH8100
 2024-03-05  7:10 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: crypto: starfive: Add jh8100 support
` [PATCH v4 2/7] crypto: starfive: Update hash dma usage
` [PATCH v4 3/7] crypto: starfive: Skip unneeded key free
` [PATCH v4 4/7] crypto: starfive: Use dma for aes requests
` [PATCH v4 5/7] dmaengine: dw-axi-dmac: Support hardware quirks
` [PATCH v4 6/7] crypto: starfive: Add sm3 support for JH8100
` [PATCH v4 7/7] crypto: starfive: Add sm4 "

[PATCH 0/4] crypto: IAA stats bugfixes and simplifications
 2024-03-04 21:20 UTC  (5+ messages)
` [PATCH 1/4] crypto: iaa - fix decomp_bytes_in stats
` [PATCH 2/4] crypto: iaa - Remove comp/decomp delay statistics
` [PATCH 3/4] crypto: iaa - Add global_stats file and remove individual stat files
` [PATCH 4/4] crypto: iaa - Change iaa statistics to atomic64_t

[PATCH v2 1/2] dt-bindings: dma: fsl-edma: remove 'clocks' from required
 2024-03-04 15:24 UTC  (12+ messages)
` [PATCH v2 2/2] dt-bindings: dma: fsl-edma: allow 'power-domains' property

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-03-03 13:09 UTC  (29+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
  ` (subset) "
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h in iio_device_alloc()
` [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 v2 1/2] dmaengine: fsl-edma: add trace event support
 2024-03-01 17:37 UTC  (2+ messages)

[PATCH 00/12] Add support for BCM2712 DMA engine
 2024-03-01 13:55 UTC  (4+ messages)
` [PATCH 04/12] bcm2835-dma: Advertise the full DMA range

[PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) bugfixes
 2024-03-01 10:52 UTC  (2+ messages)

[PATCH 1/5] dmaengine: fsl-edma: remove 'slave_id' from fsl_edma_chan
 2024-02-29 19:08 UTC  (3+ messages)

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

[PATCH 0/5] dmaengine: fsl-edma: add 8ulp support
 2024-02-29 16:03 UTC  (6+ messages)
` [PATCH 4/5] dt-bindings: fsl-dma: fsl-edma: add fsl,imx8ulp-edma compatible string

[PATCH v2] dmaengine: tegra186: Fix residual calculation
 2024-02-29 11:44 UTC 

[PATCH] dmaengine: tegra186: Fix residual calculation
 2024-02-29 10:53 UTC  (2+ messages)

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

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

[PATCH v3 0/6] crypto: starfive: Add support for JH8100
 2024-02-29  2:17 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: crypto: starfive: Add jh8100 support


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).