dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-18 08:16:45 to 2019-12-12 18:24:54 UTC [more...]

[PATCH RFC v2 00/14] idxd driver for Intel Data Streaming Accelerator
 2019-12-12 18:24 UTC  (8+ messages)
` [PATCH RFC v2 01/14] x86/asm: add iosubmit_cmds512() based on movdir64b CPU instruction
` [PATCH RFC v2 02/14] dmaengine: break out channel registration
` [PATCH RFC v2 03/14] dmaengine: add new dma device registration
` [PATCH RFC v2 04/14] mm: create common code from request allocation based from blk-mq code
` [PATCH RFC v2 05/14] dmaengine: add dma_request support functions
` [PATCH RFC v2 06/14] dmaengine: add dma request submit and completion path support
` [PATCH RFC v2 07/14] dmaengine: update dmatest to support dma request

[PATCH v7 00/12] dmaengine/soc: Add Texas Instruments UDMA support
 2019-12-12 18:01 UTC  (19+ messages)
` [PATCH v7 01/12] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v7 02/12] soc: ti: k3: add navss ringacc driver
` [PATCH v7 03/12] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v7 04/12] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v7 05/12] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v7 06/12] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v7 07/12] dmaengine: ti: k3 PSI-L remote endpoint configuration
` [PATCH v7 08/12] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v7 09/12] dmaengine: ti: New driver "
` [PATCH v7 10/12] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
` [PATCH v7 11/12] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel
` [PATCH v7 12/12] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported

[PATCH -next] dmaengine: ti: edma: Fix error return code in edma_probe()
 2019-12-12 11:54 UTC  (2+ messages)

[v5 1/3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-12-12  3:38 UTC  (3+ messages)
` [v5 2/3] arm64: dts: ls1028a: Update edma compatible to fit eDMA driver
` [v5 3/3] dt-bindings: dma: fsl-edma: add new fsl,fsl,ls1028a-edma

[v4 1/2] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-12-12  2:19 UTC  (4+ messages)
` [v4 2/2] arm64: dts: ls1028a: Update edma compatible to fit eDMA driver

[PATCH v2] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-12-11 16:54 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 016/134] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
 2019-12-11 15:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 031/134] dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQ

[PATCH AUTOSEL 4.19 08/79] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
 2019-12-11 15:25 UTC 

[PATCH] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
 2019-12-11 14:46 UTC  (3+ messages)

[PATCH] dmaengine: dma-jz4780: Also break descriptor chains on JZ4725B
 2019-12-11 10:56 UTC  (2+ messages)

[PATCH] dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
 2019-12-11 10:42 UTC  (3+ messages)

[PATCH] dmaengine: Fix access to uninitialized dma_slave_caps
 2019-12-11 10:33 UTC  (2+ messages)

[PATCH v2 0/5] PLX Switch DMA Engine Driver
 2019-12-10 17:55 UTC  (10+ messages)
` [PATCH v2 1/5] dmaengine: Store module owner in dma_device struct
` [PATCH v2 2/5] dmaengine: Call module_put() after device_free_chan_resources()
` [PATCH v2 3/5] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
` [PATCH v2 4/5] dmaengine: plx-dma: Implement hardware initialization and cleanup
` [PATCH v2 5/5] dmaengine: plx-dma: Implement descriptor submission

[PATCH 0/5] PLX Switch DMA Engine Driver
 2019-12-10 17:39 UTC  (16+ messages)
` [PATCH 1/5] dmaengine: Store module owner in dma_device struct

[PATCH v2 0/6] virt-dma and i.MX SDMA fixes
 2019-12-10 15:23 UTC  (12+ messages)
` [PATCH 1/6] dmaengine: virt-dma: Do not call desc_free() under a spin_lock
` [PATCH 2/6] dmaengine: virt-dma: Add missing locking around list operations
` [PATCH 3/6] dmaengine: imx-sdma: rename function
` [PATCH 4/6] dmaengine: imx-sdma: find desc first in sdma_tx_status
` [PATCH 5/6] dmaengine: imx-sdma: Fix memory leak
` [PATCH 6/6] ARM: imx_v6_v7_defconfig: Enable NFS_V4_1 and NFS_V4_2 support

[PATCH v5 0/3] Fix UART DMA freezes for i.MX SOCs
 2019-12-10 13:01 UTC  (6+ messages)
` [PATCH v5 1/3] dmaengine: imx-sdma: fix buffer ownership

[PATCH 0/5] virt-dma and i.MX SDMA fixes
 2019-12-10 11:58 UTC  (11+ messages)
` [PATCH 1/5] dmaengine: virt-dma: Add missing locking around list operations
` [PATCH 2/5] dmaengine: virt-dma: Do not call desc_free() under a spin_lock
` [PATCH 3/5] dmaengine: imx-sdma: rename function
` [PATCH 4/5] dmaengine: imx-sdma: find desc first in sdma_tx_status
` [PATCH 5/5] dmaengine: imx-sdma: Fix memory leak

[PATCH] dmaengine: Remove spaces before TABs
 2019-12-10  6:10 UTC  (2+ messages)

[PATCH 0/2] dmaengine: pl330: A few system suspend/resume changes
 2019-12-10  6:09 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: pl330: Drop boilerplate code for suspend/resume
` [PATCH 2/2] dmaengine: pl330: Convert to the *_late and *_early system sleep callbacks

[PATCH] dt-bindings: dmaengine: rcar-dmac: Document r8a77961 support
 2019-12-10  6:06 UTC  (2+ messages)

[PATCH v2] dmaengine: ti: edma: add missed operations
 2019-12-10  6:02 UTC  (3+ messages)

[v3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-12-09  9:15 UTC  (2+ messages)

[PATCH v2 0/4] dma: Add Xilinx ZynqMP DPDMA driver
 2019-12-08 16:03 UTC  (7+ messages)
` [PATCH v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver

vchan helper broken wrt locking
 2019-12-04 15:51 UTC  (5+ messages)

[GIT PULL] dmaengine updates for v5.5-rc1
 2019-12-02 21:05 UTC  (2+ messages)

[PATCH 0/3] dmaengine: ti: k3-udma: Fixes against v6 series
 2019-12-02 20:31 UTC  (4+ messages)
  ` [PATCH 1/3] dmaengine: ti: k3-udma: Correct completed descriptor's residue value
  ` [PATCH 2/3] dmaengine: ti: k3-udma: Workaround for stale transfers
  ` [PATCH 3/3] dmaengine: ti: k3-udma: Fix early TX completion against PDMAs

[PATCH v6 00/17] dmaengine/soc: Add Texas Instruments UDMA support
 2019-11-28 10:59 UTC  (18+ messages)
` [PATCH v6 01/17] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v6 02/17] soc: ti: k3: add navss ringacc driver
` [PATCH v6 03/17] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v6 04/17] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v6 05/17] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v6 06/17] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v6 07/17] dmaengine: ti: k3 PSI-L remote endpoint configuration
` [PATCH v6 08/17] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v6 09/17] dmaengine: ti: New driver for K3 UDMA - split#1: defines, structs, io func
` [PATCH v6 10/17] dmaengine: ti: New driver for K3 UDMA - split#2: probe/remove, xlate and filter_fn
` [PATCH v6 11/17] dmaengine: ti: New driver for K3 UDMA - split#3: alloc/free chan_resources
` [PATCH v6 12/17] dmaengine: ti: New driver for K3 UDMA - split#4: dma_device callbacks 1
` [PATCH v6 13/17] dmaengine: ti: New driver for K3 UDMA - split#5: dma_device callbacks 2
` [PATCH v6 14/17] dmaengine: ti: New driver for K3 UDMA - split#6: Kconfig and Makefile
` [PATCH v6 15/17] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
` [PATCH v6 16/17] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel
` [PATCH v6 17/17] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported

[PATCH v4 00/15] dmaengine/soc: Add Texas Instruments UDMA support
 2019-11-26  8:29 UTC  (7+ messages)
` [PATCH v4 08/15] dt-bindings: dma: ti: Add document for K3 UDMA

[PATCH RFC 00/14] idxd driver for Intel Data Streaming Accelerator
 2019-11-22 18:50 UTC  (35+ messages)
` [PATCH RFC 01/14] x86/asm: add iosubmit_cmds512() based on movdir64b CPU instruction
` [PATCH RFC 02/14] dmaengine: break out channel registration
` [PATCH RFC 03/14] dmaengine: add new dma device registration
` [PATCH RFC 04/14] mm: create common code from request allocation based from blk-mq code
` [PATCH RFC 05/14] dmaengine: add dma_request support functions
` [PATCH RFC 06/14] dmaengine: add dma request submit and completion path support
` [PATCH RFC 07/14] dmaengine: update dmatest to support dma request
` [PATCH RFC 08/14] dmaengine: idxd: Init and probe for Intel data accelerators
` [PATCH RFC 09/14] dmaengine: idxd: add configuration component of driver
` [PATCH RFC 10/14] dmaengine: idxd: add descriptor manipulation routines
` [PATCH RFC 11/14] dmaengine: idxd: connect idxd to dmaengine subsystem
` [PATCH RFC 12/14] dmaengine: request submit optimization
` [PATCH RFC 13/14] dmaengine: idxd: add char driver to expose submission portal to userland
` [PATCH RFC 14/14] dmaengine: idxd: add sysfs ABI for idxd driver

[RFC PATCH] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-11-22 11:15 UTC 

[PATCH 1/2] dmaengine: ti: edma: add missed pm_runtime_disable
 2019-11-22  7:50 UTC  (5+ messages)

[PATCH v2] dmaengine: Fix Kconfig indentation
 2019-11-22  5:46 UTC  (2+ messages)

[PATCH 1/2] dmaengine: sf-pdma: replace /** with /* for non-function comment
 2019-11-22  5:45 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: sf-pdma: move macro to header file

[PATCH 2/2] dmaengine: ti: edma: fix missed failure handling
 2019-11-22  5:43 UTC  (2+ messages)

[PATCH 1/2] dmaengine: mmp_tdma: add missed of_dma_controller_free
 2019-11-22  5:22 UTC  (2+ messages)

[PATCH v5 0/2] dmaengine: avalon: Intel Avalon-MM DMA Interface forPCIe
 2019-11-22  5:18 UTC  (7+ messages)
` [PATCH v5 1/2] dmaengine: avalon-dma: Intel Avalon-MM DMA Interface for PCIe
` [PATCH RFC v5 2/2] dmaengine: avalon-test: Intel Avalon-MM DMA Interface for PCIe test

[PATCH] dma: Fix Kconfig indentation
 2019-11-20 13:42 UTC 

[PATCH] serial: pl011: Fix DMA ->flush_buffer()
 2019-11-18  9:25 UTC 

[bug report] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
 2019-11-18  8:41 UTC  (4+ messages)

[PATCH] dmaengine: sf-pdma: fix kernel-doc W=1 warning
 2019-11-18  8:16 UTC  (3+ messages)


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