dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 13:53:19 to 2019-12-10 06:02:53 UTC [more...]

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

[PATCH] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
 2019-12-10  6:01 UTC  (2+ messages)

[PATCH v2 0/5] PLX Switch DMA Engine Driver
 2019-12-10  2:33 UTC  (7+ 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 v2] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-12-10  2:13 UTC 

[PATCH v7 00/12] dmaengine/soc: Add Texas Instruments UDMA support
 2019-12-09  9:43 UTC  (13+ 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] dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
 2019-12-09  9:28 UTC  (2+ messages)

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

[PATCH 0/5] virt-dma and i.MX SDMA fixes
 2019-12-09  8:33 UTC  (9+ 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 v2 0/4] dma: Add Xilinx ZynqMP DPDMA driver
 2019-12-08 16:03 UTC  (9+ messages)
` [PATCH v2 1/4] dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA
` [PATCH v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver

[PATCH] dmaengine: Remove spaces before TABs
 2019-12-06 13:24 UTC 

[PATCH 0/2] dmaengine: pl330: A few system suspend/resume changes
 2019-12-06 11:46 UTC  (5+ 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-05 13:37 UTC 

[PATCH] dmaengine: Fix access to uninitialized dma_slave_caps
 2019-12-05 11:54 UTC 

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

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

[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  (22+ messages)
` [PATCH v4 08/15] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v4 10/15] dmaengine: ti: New driver for K3 UDMA - split#2: probe/remove, xlate and filter_fn
` [PATCH v4 12/15] dmaengine: ti: New driver for K3 UDMA - split#4: dma_device callbacks 1
` [PATCH v4 15/15] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users

[PATCH 0/5] PLX Switch DMA Engine Driver
 2019-11-22 21:42 UTC  (22+ messages)
` [PATCH 1/5] dmaengine: Store module owner in dma_device struct
` [PATCH 3/5] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
` [PATCH 5/5] dmaengine: plx-dma: Implement descriptor submission

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

[PATCH v6 0/4] dmaengine: sf-pdma: Add platform dma driver
 2019-11-15 19:48 UTC  (5+ messages)
` [PATCH v6 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

Investment opportunity
 2019-11-15 15:42 UTC 

[PATCH 2/2] dmaengine: mmp_pdma: add missed of_dma_controller_free
 2019-11-15  8:31 UTC 

[PATCH] dma/mediatek-hs/probe: Fixed a memory leak when devm_request_irq fails
 2019-11-14  6:47 UTC  (3+ messages)
` [PATCH v1] dmaengine: mediatek: hsdma_probe: fixed "

[PATCH] dmaengine: sun6i: Fix use after free
 2019-11-14  6:45 UTC  (2+ messages)

[PATCH] dmaengine: sprd: Add wrap address support for link-list mode
 2019-11-14  5:33 UTC  (3+ messages)

[PATCH] dmaengine: iop-adma: clean up an indentation issue
 2019-11-14  4:58 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 046/209] dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
 2019-11-13  1:49 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 112/209] dmaengine: ioat: fix prototype of ioat_enumerate_channels
` [PATCH AUTOSEL 4.19 129/209] dmaengine: rcar-dmac: set scatter/gather max segment size

[PATCH AUTOSEL 4.14 024/115] dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
 2019-11-13  1:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 067/115] dmaengine: ioat: fix prototype of ioat_enumerate_channels
` [PATCH AUTOSEL 4.14 074/115] dmaengine: rcar-dmac: set scatter/gather max segment size

[PATCH AUTOSEL 4.9 15/68] dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
 2019-11-13  1:59 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 38/68] dmaengine: ioat: fix prototype of ioat_enumerate_channels

[PATCH AUTOSEL 4.4 10/48] dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
 2019-11-13  2:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 26/48] dmaengine: ioat: fix prototype of ioat_enumerate_channels

[PATCH v5 00/15] dmaengine/soc: Add Texas Instruments UDMA support
 2019-11-12 19:27 UTC  (11+ messages)
` [PATCH v5 05/15] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v5 08/15] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v5 09/15] dmaengine: ti: New driver for K3 UDMA - split#1: defines, structs, io func
` [PATCH v5 10/15] dmaengine: ti: New driver for K3 UDMA - split#2: probe/remove, xlate and filter_fn
` [PATCH v5 11/15] dmaengine: ti: New driver for K3 UDMA - split#3: alloc/free chan_resources
` [PATCH v5 12/15] dmaengine: ti: New driver for K3 UDMA - split#4: dma_device callbacks 1
` [PATCH v5 13/15] dmaengine: ti: New driver for K3 UDMA - split#5: dma_device callbacks 2
` [PATCH v5 15/15] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users


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