dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 17:16:35 to 2019-11-15 19:48:52 UTC [more...]

[PATCH v6 0/4] dmaengine: sf-pdma: Add platform dma driver
 2019-11-15 19:48 UTC  (8+ messages)
` [PATCH v6 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
` [PATCH v6 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00
` [PATCH v6 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
` [PATCH v6 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

Investment opportunity
 2019-11-15 15:42 UTC 

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

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

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

[PATCH] dmaengine: sf-pdma: fix kernel-doc W=1 warning
 2019-11-15  3:10 UTC 

[PATCH 0/5] PLX Switch DMA Engine Driver
 2019-11-14 17:03 UTC  (16+ 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 v5 0/2] dmaengine: avalon: Intel Avalon-MM DMA Interface forPCIe
 2019-11-14 15:53 UTC  (5+ 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/mediatek-hs/probe: Fixed a memory leak when devm_request_irq fails
 2019-11-14  6:47 UTC  (4+ 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 v2 0/4] dma: Add Xilinx ZynqMP DPDMA driver
 2019-11-13 13:24 UTC  (7+ 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 v2 3/4] dma: xilinx: dpdma: Add debugfs support
` [PATCH v2 4/4] arm64: dts: zynqmp: Add DPDMA node

[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  (18+ messages)
` [PATCH v5 01/15] bindings: soc: ti: add documentation for k3 ringacc
` [PATCH v5 02/15] soc: ti: k3: add navss ringacc driver
` [PATCH v5 03/15] dmaengine: doc: Add sections for per descriptor metadata support
` [PATCH v5 04/15] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v5 05/15] dmaengine: Add support for reporting DMA cached data amount
` [PATCH v5 06/15] dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
` [PATCH v5 07/15] dmaengine: ti: k3 PSI-L remote endpoint configuration
` [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 14/15] dmaengine: ti: New driver for K3 UDMA - split#6: Kconfig and Makefile
` [PATCH v5 15/15] dmaengine: ti: k3-udma: Add glue layer for non DMAengine users

[PATCH] dma/zx/remove: Removed dmam_pool_destroy from remove method
 2019-11-09 11:36 UTC  (3+ messages)
  ` [PATCH v1] dmaengine: zx: remove: removed dmam_pool_destroy

DMA: JZ4780: Add DMA driver for X1000
 2019-11-08 18:51 UTC  (11+ messages)
` dmaengine: JZ4780: Add dmaengine "
  ` [PATCH RESEND 2/2] dmaengine: JZ4780: Add support for the X1000
` dmaengine: JZ4780: Add support for the X1000 v2
  ` [PATCH 1/2 v2] dt-bindings: dmaengine: Add X1000 bindings
  ` [PATCH 2/2 v2] dmaengine: JZ4780: Add support for the X1000

Investment opportunity
 2019-11-08 15:33 UTC 

[PATCH AUTOSEL 4.19 121/205] dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
 2019-11-08 11:36 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 122/205] dmaengine: dma-jz4780: Further residue status fix
` [PATCH AUTOSEL 4.19 128/205] dmaengine: at_xdmac: remove a stray bottom half unlock

[PATCH AUTOSEL 4.14 057/103] dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
 2019-11-08 11:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 058/103] dmaengine: dma-jz4780: Further residue status fix

[PATCH AUTOSEL 4.9 34/64] dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
 2019-11-08 11:45 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 35/64] dmaengine: dma-jz4780: Further residue status fix

[PATCH AUTOSEL 4.4 24/44] dmaengine: dma-jz4780: Further residue status fix
 2019-11-08 11:47 UTC 

[PATCH 1/2] dmaengine: milbeaut-hdmac: remove redundant error log
 2019-11-08  3:56 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: milbeaut-xdmac: "

[PATCH] dmaengine: dma-jz4780: add missed clk_disable_unprepare in remove
 2019-11-08  3:54 UTC  (3+ messages)

Investment opportunity
 2019-11-07 20:17 UTC 

[PATCH v5 0/4] dmaengine: sf-pdma: Add platform dma driver
 2019-11-07  2:11 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
` [PATCH v5 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00
` [PATCH v5 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
` [PATCH v5 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

[PATCH -next 0/6] dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support
 2019-11-06 17:08 UTC  (8+ messages)
` [PATCH -next 1/6] dt-bindings: dmaengine: xilinx_dma: Remove axidma multichannel support
` [PATCH -next 2/6] dt-bindings: dmaengine: xilinx_dma: Fix formatting and style
` [PATCH -next 3/6] dt-bindings: dmaengine: xilinx_dma: Add binding for Xilinx MCDMA IP

[PATCH v5 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-11-06  7:46 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array
` [PATCH v5 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA
` [PATCH v5 3/3] dmaengine: ti: edma: Add support for handling reserved channels

[PATCH v4 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-11-06  7:45 UTC  (3+ messages)

[PATCH v4 0/2] dmaengine: avalon: Intel Avalon-MM DMA Interface for PCIe
 2019-11-03 14:34 UTC  (5+ messages)
` [PATCH v4 1/2] "
` [PATCH RFC v4 2/2] dmaengine: avalon-test: Intel Avalon-MM DMA Interface for PCIe test

[PATCH -next] dmaengine: fsl-dpaa2-qdma: Remove unnecessary local variables in DPDMAI_CMD_CREATE macro
 2019-11-02 16:33 UTC  (2+ messages)

[RFT] dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQ
 2019-11-02 16:26 UTC  (2+ messages)

[GIT PULL]: dmaengine fixes for v5.4-rc6
 2019-10-31  7:21 UTC 

[PATCH v3 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-10-30 13:10 UTC  (6+ messages)
` [PATCH v3 02/14] soc: ti: k3: add navss ringacc driver

[PATCH] dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
 2019-10-24 14:00 UTC  (18+ 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).