dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 16:33:08 to 2023-08-10 06:56:52 UTC [more...]

[PATCH v4 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-08-10  6:56 UTC  (2+ messages)
` [PATCH v4 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller

[PATCH -next] dmaengine: mcf-edma: remove unnecessary resource check
 2023-08-10  2:17 UTC 

[PATCH v2 -next] dmaengine: Remove unused declaration dma_chan_cleanup()
 2023-08-09  8:00 UTC 

[PATCH net-next v5 00/10] net: axienet: Introduce dmaengine
 2023-08-08 22:53 UTC  (14+ messages)
` [PATCH net-next v5 01/10] dt-bindings: dmaengine: xilinx_dma:Add xlnx,axistream-connected property
` [PATCH net-next v5 02/10] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property
` [PATCH net-next v5 03/10] dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
` [PATCH net-next v5 04/10] dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
` [PATCH net-next v5 05/10] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
` [PATCH net-next v5 06/10] dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase
` [PATCH net-next v5 07/10] dmaengine: xilinx_dma: Program interrupt delay timeout
` [PATCH net-next v5 08/10] dt-bindings: net: xlnx,axi-ethernet: Introduce DMA support
` [PATCH net-next v5 09/10] net: axienet: Preparatory changes for dmaengine support
` [PATCH net-next v5 10/10] net: axienet: Introduce "

[PATCH -next] dmaengine: mediatek: Remove redundant of_match_ptr()
 2023-08-08 13:04 UTC 

[PATCH] dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
 2023-08-08 11:45 UTC  (2+ messages)

[PATCH -next] dmaengine: Remove unused declaration dma_chan_cleanup()
 2023-08-08 17:25 UTC  (2+ messages)

[PATCH v9 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-08-07 20:37 UTC  (15+ messages)
` [PATCH v9 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v9 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v9 03/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v9 04/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v9 05/14] dmaengine: idxd: Export wq resource "
` [PATCH v9 06/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v9 07/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v9 08/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v9 09/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v9 10/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v9 11/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v9 12/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v9 13/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v9 14/14] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH] dmaengine: ti: k3-udma: Avoid false error msg on chan teardown
 2023-08-07 15:40 UTC  (2+ messages)

[PATCH 1/5] dma: delect redundant parameter for dma driver function
 2023-08-07  8:53 UTC  (3+ messages)

[PATCH 3/5] dma: optimize two stage transfer function
 2023-08-07  8:27 UTC  (2+ messages)

[PATCH 2/5] dma: add dma mask interface in probe
 2023-08-07  7:50 UTC  (2+ messages)

[PATCH 5/5] dma: add relative interface to support deep sleep
 2023-08-07  5:20 UTC 

[PATCH 4/5] dma: delect enable opreation in probe
 2023-08-07  5:20 UTC 

[PATCH 1/5] dma: delect redundant parameter for dma driver function
 2023-08-07  5:07 UTC 

[PATCH -next] dmaengine: fsl-dpaa2-qdma: Remove redundant initialization owner in dpaa2_qdma_driver
 2023-08-04 10:02 UTC 

[PATCH -next] dmaengine: ste_dma40: Add missing IRQ check in d40_probe
 2023-08-04  1:13 UTC  (2+ messages)

[PATCH v8 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-08-03 15:24 UTC  (26+ messages)
` [PATCH v8 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v8 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v8 03/14] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v8 04/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v8 05/14] dmaengine: idxd: Export wq resource "
` [PATCH v8 06/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v8 07/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v8 08/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v8 09/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v8 10/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v8 11/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v8 12/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v8 13/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v8 14/14] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH v3 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-08-03 13:24 UTC  (5+ messages)
` [PATCH v3 2/2] dmaengine: ls2x-apb: new driver for the Loongson LS2X APB DMA controller

[PATCH 0/2] Apple SIO driver
 2023-08-03 11:34 UTC  (7+ messages)
` [PATCH 2/2] dmaengine: apple-sio: Add "

[PATCH -next] dmaengine: Do not check for 0 return after calling platform_get_irq()
 2023-08-03  9:03 UTC 

[PATCH -next] dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()
 2023-08-03  3:32 UTC 

[PATCH v6 0/1] Switchtec Switch DMA Engine Driver
 2023-08-03  3:15 UTC  (8+ messages)
` [PATCH v6 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH V3 0/1] AMD QDMA driver
 2023-08-01 22:06 UTC  (5+ messages)
` [PATCH V3 1/1] dmaengine: amd: qdma: Add "

[PATCH 0/4] dmaengine: xdma: Cyclic transfers support
 2023-08-01 18:59 UTC  (11+ messages)
` [PATCH 1/4] dmaengine: xilinx: xdma: Fix interrupt vector setting
` [PATCH 2/4] dmaengine: xilinx: xdma: Fix typo
` [PATCH 3/4] dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfers
` [PATCH 4/4] dmaengine: xilinx: xdma: Support "
` (subset) [PATCH 0/4] dmaengine: xdma: Cyclic transfers support

[PATCH v3 12/50] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
 2023-08-01 18:45 UTC  (3+ messages)
` (subset) "

[PATCH] dmaengine: ep93xx: Use struct_size()
 2023-08-01 18:45 UTC  (2+ messages)

[PATCH v2] dmaengine: Explicitly include correct DT includes
 2023-08-01 18:45 UTC 

[PATCH] dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
 2023-08-01 18:45 UTC  (2+ messages)

[PATCH 1/2] dmaengine: idxd: Simplify WQ attribute visibility checks
 2023-08-01 18:45 UTC  (2+ messages)

[PATCH] dmaengine: ipu: Remove the driver
 2023-08-01 18:45 UTC  (3+ messages)

[PATCH -next] dmaengine: owl-dma: Modify mismatched function name
 2023-08-01 18:44 UTC  (2+ messages)

[PATCH v3] dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
 2023-08-01 18:44 UTC  (2+ messages)

[PATCH] dmaengine: pl330: Return DMA_PAUSED when transaction is paused
 2023-08-01 18:44 UTC  (2+ messages)

[PATCH] dmaengine: qcom_hidma: Update codeaurora email domain
 2023-08-01 18:44 UTC  (2+ messages)

[PATCH] dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
 2023-08-01 18:31 UTC  (2+ messages)

[PATCH] dma: at_hdmac: "(foo*)" should be "(foo *)"
 2023-08-01 18:30 UTC  (2+ messages)

[PATCH v10 00/12] dmaengine: edma: add freescale edma v3 support
 2023-07-31 14:49 UTC  (3+ messages)

[PATCH v2] dmaengine: plx_dma: Fix potential deadlock on &plxdev->ring_lock
 2023-07-30 23:50 UTC  (2+ messages)

[PATCH] dmaengine: plx_dma: Fix potential deadlock on &plxdev->ring_lock
 2023-07-29 18:01 UTC  (10+ messages)

[PATCH v3 00/11] Introduce STM32 Firewall framework
 2023-07-29 11:16 UTC  (17+ messages)
` [IGNORE][PATCH v3 01/11] dt-bindings: Document common device controller bindings
` [PATCH v3 02/11] dt-bindings: treewide: add feature-domains description
` [PATCH v3 03/11] dt-bindings: bus: document RIFSC
` [PATCH v3 04/11] dt-bindings: bus: document ETZPC
  ` [PATCH v3 05/11] firewall: introduce stm32_firewall framework
  ` [PATCH v3 06/11] of: property: fw_devlink: Add support for "feature-domains"
  ` [PATCH v3 07/11] bus: rifsc: introduce RIFSC firewall controller driver
  ` [PATCH v3 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
  ` [PATCH v3 09/11] bus: etzpc: introduce ETZPC firewall controller driver
  ` [PATCH v3 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
  ` [PATCH v3 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH v3 00/50] Add support for sam9x7 SoC family
 2023-07-28 16:36 UTC  (8+ messages)

[PATCH 0/6] QCM2290 compatibles
 2023-07-28 13:22 UTC  (2+ messages)
` (subset) "

[bug report] spi: stm32: use dmaengine_terminate_{a}sync instead of _all
 2023-07-28 10:34 UTC 

[PATCH v3 37/42] pwm: ep93xx: drop legacy pinctrl
 2023-07-28  8:23 UTC 

[PATCH] dmaengine: xgene: Fix potential deadlock on &chan->lock
 2023-07-26 20:57 UTC  (2+ messages)

[PATCH v2 00/11] Introduce STM32 Firewall framework
 2023-07-26 11:39 UTC  (22+ messages)
` [IGNORE][PATCH v2 01/11] dt-bindings: Document common device controller bindings
` [PATCH v2 02/11] dt-bindings: bus: document RIFSC
` [PATCH v2 03/11] dt-bindings: bus: document ETZPC
` [PATCH v2 04/11] dt-bindings: treewide: add feature-domains description
` [PATCH v2 05/11] firewall: introduce stm32_firewall framework
` [PATCH v2 06/11] of: property: fw_devlink: Add support for "feature-domains"
` [PATCH v2 07/11] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v2 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH v2 09/11] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v2 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v2 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH RESEND] dmaengine: milbeaut-hdmac: Fix potential deadlock on &mc->vc.lock
 2023-07-26  9:06 UTC 

[PATCH] dmaengine: milbeaut-hdmac: Fix potential deadlock on &mc->vc.lock
 2023-07-26  9:02 UTC 

[PATCH] dmaengine: pch_dma: Fix potential deadlock on &pd_chan->lock
 2023-07-26  6:23 UTC 

[PATCH v2] dmaengine: sun6i: Fix potential deadlock on &sdev->lock
 2023-07-26  5:17 UTC 

[PATCH] dmaengine: sun6i: Fix potential deadlock on &sdev->lock
 2023-07-26  4:58 UTC 

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-25 14:07 UTC  (5+ messages)
` [PATCH 07/10] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards

[PATCH v5 0/1] Switchtec Switch DMA Engine Driver
 2023-07-24 23:54 UTC  (6+ messages)
` [PATCH v5 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver


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