dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-02 20:31:51 to 2019-12-18 13:22:39 UTC [more...]

[PATCH] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
 2019-12-18 13:22 UTC  (5+ messages)

[PATCH v3 0/9] dmaengine: virt-dma related fixes
 2019-12-18 10:09 UTC  (12+ messages)
` [PATCH 1/9] dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock held
` [PATCH 2/9] dmaengine: virt-dma: Add missing locking
` [PATCH 3/9] dmaengine: virt-dma: remove debug message
` [PATCH 4/9] dmaengine: virt-dma: Do not call desc_free() under a spin_lock
` [PATCH 5/9] dmaengine: virt-dma: Add missing locking around list operations
` [PATCH 6/9] dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptors
` [PATCH 7/9] dmaengine: imx-sdma: rename function
` [PATCH 8/9] dmaengine: imx-sdma: find desc first in sdma_tx_status
` [PATCH 9/9] dmaengine: imx-sdma: Fix memory leak

[v5 1/3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-12-18  8:08 UTC  (5+ 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
  ` [EXT] Re: [v5 1/3] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform

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

[PATCH 0/2] dmaengine: Add UniPhier XDMAC driver
 2019-12-18  0:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add UniPhier external DMA controller bindings
` [PATCH 2/2] dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver

[PATCH 0/6] Convert STM32 dma to json-schema
 2019-12-18  0:01 UTC  (10+ messages)
` [PATCH 1/6] dt-bindings: dma: Convert stm32 DMA bindings "
` [PATCH 2/6] dt-bindings: dma: Convert stm32 MDMA "
` [PATCH 3/6] dt-bindings: dma: Convert stm32 DMAMUX "
` [PATCH 4/6] ARM: dts: stm32: fix dma controller node name on stm32f746
` [PATCH 5/6] ARM: dts: stm32: fix dma controller node name on stm32f743
` [PATCH 6/6] ARM: dts: stm32: fix dma controller node name on stm32mp157c

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

[PATCH 0/5] Support hot-unbind in IOAT
 2019-12-17 16:33 UTC  (7+ messages)
` [PATCH 1/5] dmaengine: Store module owner in dma_device struct
` [PATCH 2/5] dmaengine: Call module_put() after device_free_chan_resources()
` [PATCH 3/5] dmaengine: Move dma_channel_rebalance() infrastructure up in code
` [PATCH 4/5] dmaengine: Add reference counting to dma_device struct
` [PATCH 5/5] dmaengine: ioat: Support in-use unbind

[PATCH 00/14] Remove legacy sdma code for dt booting omaps
 2019-12-17 14:50 UTC  (18+ messages)
` [PATCH 01/14] ARM: dts: Add generic compatible for omap sdma instances
` [PATCH 02/14] ARM: dts: Configure interconnect target module for omap2 sdma
` [PATCH 03/14] ARM: dts: Configure interconnect target module for omap3 sdma
` [PATCH 04/14] ARM: OMAP2+: Drop unused sdma functions
` [PATCH 05/14] ARM: OMAP2+: Drop sdma interrupt handling for mach-omap2
` [PATCH 06/14] ARM: OMAP2+: Configure sdma capabilities directly
` [PATCH 07/14] ARM: OMAP2+: Configure dma_plat_info directly and drop dma_dev_attr
` [PATCH 08/14] dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pm
` [PATCH 09/14] dmaengine: ti: omap-dma: Configure global priority register directly
` [PATCH 10/14] dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use it
` [PATCH 11/14] dmaengine: ti: omap-dma: Allocate channels directly
` [PATCH 12/14] dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2
` [PATCH 13/14] ARM: OMAP2+: Drop legacy init for sdma
` [PATCH 14/14] ARM: OMAP2+: Drop legacy platform data "

Add dmaengine driver for X1830
 2019-12-17 13:59 UTC  (4+ messages)
` [PATCH 0/2] "
` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings
` [PATCH 2/2] dmaengine: JZ4780: Add support for the X1830

[PATCH v7 00/12] dmaengine/soc: Add Texas Instruments UDMA support
 2019-12-16 10:05 UTC  (20+ 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 RFC v2 00/14] idxd driver for Intel Data Streaming Accelerator
 2019-12-13 22:06 UTC  (17+ 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 RFC v2 08/14] dmaengine: idxd: Init and probe for Intel data accelerators
` [PATCH RFC v2 09/14] dmaengine: idxd: add configuration component of driver
` [PATCH RFC v2 10/14] dmaengine: idxd: add descriptor manipulation routines
` [PATCH RFC v2 11/14] dmaengine: idxd: connect idxd to dmaengine subsystem
` [PATCH RFC v2 12/14] dmaengine: request submit optimization
` [PATCH RFC v2 13/14] dmaengine: idxd: add char driver to expose submission portal to userland
` [PATCH RFC v2 14/14] dmaengine: idxd: add sysfs ABI for idxd driver

[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: 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 1/5] dmaengine: Store module owner in dma_device struct
 2019-12-10 17:39 UTC  (12+ messages)

[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  (2+ 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  (3+ messages)
  ` [PATCH 2/3] dmaengine: ti: k3-udma: Workaround for stale transfers
  ` [PATCH 3/3] dmaengine: ti: k3-udma: Fix early TX completion against PDMAs


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