dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 14:36:33 to 2019-10-01 12:03:52 UTC [more...]

[PATCH -next 0/8] AXI DMA driver improvements
 2019-10-01 12:03 UTC  (12+ messages)
` [PATCH -next 3/8] dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue
` [PATCH -next 7/8] dmaengine: xilinx_dma: Check for both idle and halted state in axidma stop_transfer

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

[PATCH v4 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-09-30 11:40 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array
` [PATCH v4 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA
` [PATCH v4 3/3] dmaengine: ti: edma: Add support for handling reserved channels

[PATCH v3 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-09-30 10:55 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array
` [PATCH v3 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA
` [PATCH v3 3/3] dmaengine: ti: edma: Add support for handling reserved channels

[V5 1/2] dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA Interface) support
 2019-09-30  2:04 UTC  (2+ messages)
` [V5 2/2] dmaengine: fsl-dpaa2-qdma: Add NXP dpaa2 qDMA controller driver for Layerscape SoCs

[PATCH v2] dt-bindings: dmaengine: rcar-dmac: Document R8A774B1 bindings
 2019-09-27 10:37 UTC 

[PATCH] dmaengine: bcm-sba-raid: Handle mbox_request_channel failure
 2019-09-27  4:08 UTC 

[PATCH] dmaengine: sprd: Change to use devm_platform_ioremap_resource()
 2019-09-27  3:29 UTC 

[PATCH v5 11/15] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
 2019-09-27  1:55 UTC  (5+ messages)

[PATCH v3 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
 2019-09-26 17:26 UTC  (3+ messages)

[PATCH] dt-bindings: dmaengine: rcar-dmac: Document R8A774B1 bindings
 2019-09-26 14:09 UTC  (3+ messages)

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-09-26 11:20 UTC  (22+ messages)
` [PATCH 01/11] of: address: clean-up unused variable in of_dma_get_range()
` [PATCH 02/11] of: base: introduce __of_n_*_cells_parent()
` [PATCH 03/11] of: address: use parent DT node in bus->count_cells()
` [PATCH 04/11] of: address: introduce of_translate_dma_address_parent()
` [PATCH 05/11] of: expose __of_get_dma_parent() to OF subsystem
` [PATCH 06/11] of: address: use parent OF node in of_dma_get_range()
` [PATCH 07/11] dts: arm64: layerscape: add dma-ranges property to qoric-mc node
` [PATCH 08/11] dts: arm64: layerscape: add dma-ranges property to pcie nodes
` [PATCH 09/11] of: device: remove comment in of_dma_configure()
` [PATCH 10/11] of: device: introduce of_dma_configure_parent()
` [PATCH 11/11] of: simplify of_dma_config()'s arguments

[PATCH -next 0/4] dmaengine: xilinx_dma: Minor functional fixes
 2019-09-26 10:51 UTC  (5+ messages)
` [PATCH -next 1/4] dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
` [PATCH -next 2/4] dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
` [PATCH -next 3/4] dmaengine: xilinx_dma: use devm_platform_ioremap_resource()
` [PATCH -next 4/4] dmaengine: xilinx_dma: Remove clk_get error message for probe defer

[V4 1/2] dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA Interface) support
 2019-09-26  6:53 UTC  (8+ messages)
` [V4 2/2] dmaengine: fsl-dpaa2-qdma: Add NXP dpaa2 qDMA controller driver for Layerscape SoCs
    ` [EXT] "

[PATCH 4/4] dmaengine: Add debugfs entries for PTDMA information
 2019-09-26  6:43 UTC  (4+ messages)

[PATCH] dmaengine: iop-adma: make array 'handler' static const, makes object smaller
 2019-09-25 20:46 UTC  (3+ messages)

[PATCH -next] dmaengine: ti: edma: remove unused code
 2019-09-25 20:27 UTC  (2+ messages)

[PATCH] dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()
 2019-09-25 20:21 UTC  (2+ messages)

[PATCH] dmaengine: jz4780: Use devm_platform_ioremap_resource() in jz4780_dma_probe()
 2019-09-24 19:32 UTC  (2+ messages)

[PATCH 0/9] added helper macros to remove duplicate code from probe functions of the platform drivers
 2019-09-24 19:27 UTC  (13+ messages)
` [PATCH 1/9] probe/dma : added helper macros to remove redundant/duplicate code from probe functions of the dma controller drivers
  ` [PATCH 2/9] probe/dma/jz4740: removed redundant code from jz4740 dma controller's probe function
  ` [PATCH 3/9] probe/dma/zx: removed redundant code from zx "
  ` [PATCH 4/9] probe/dma/qcom-bam: removed redundant code from qcom bam "
  ` [PATCH 5/9] probe/dma/mtk-hs: removed redundant code from mediatek hs "
  ` [PATCH 6/9] probe/dma/sun6i: removed redundant code from sun6i "
  ` [PATCH 7/9] probe/dma/sun4i: removed redundant code from sun4i "
  ` [PATCH 8/9] probe/dma/axi: removed redundant code from axi "
  ` [PATCH 9/9] probe/dma/owl: removed redundant code from owl "
  ` Re: [PATCH 0/9] added helper macros to remove duplicate code from probe functions of the platform drivers

[PATCH 1/4] dma: Add PTDMA Engine driver support
 2019-09-24 19:12 UTC  (3+ messages)

[PATCH 0/4] *** AMD PTDMA driver ***
 2019-09-24 16:37 UTC  (2+ messages)

[PATCH 0/3] dmaengine: Support for DMA domain controllers
 2019-09-24 14:44 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: dma: Add documentation for DMA domains

[PATCH v2 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-09-24 13:54 UTC  (2+ messages)

[PATCH v1] dmaengine: dw: platform: Mark 'hclk' clock optional
 2019-09-24 11:52 UTC  (2+ messages)

[PATCH v5 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-09-24  9:53 UTC  (7+ messages)
` [PATCH v5 12/15] ARM: dts: imx6ul: add dma support on ecspi

[PATCH v1] dmaengine: imx-sdma: fix kernel hangs with SLUB slab allocator
 2019-09-24  9:49 UTC 

[PATCH 2/4] dma: Support for multiple PTDMA
 2019-09-24  7:32 UTC 

[PATCH 3/4] dmaengine: Register as a DMA resource
 2019-09-24  7:32 UTC 

[PATCH v5 0/3] Fix UART DMA freezes for i.MX SOCs
 2019-09-24  3:14 UTC  (8+ messages)
` [PATCH v5 1/3] dmaengine: imx-sdma: fix buffer ownership
` [PATCH v5 2/3] dmaengine: imx-sdma: fix dma freezes
` [PATCH v5 3/3] dmaengine: imx-sdma: drop redundant variable

[PATCH AUTOSEL 5.3 012/203] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 18:43 UTC  (3+ messages)
` [PATCH AUTOSEL 5.3 077/203] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 5.3 163/203] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH AUTOSEL 5.2 010/185] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 18:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 068/185] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 5.2 148/185] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH AUTOSEL 4.19 007/128] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 18:53 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 050/128] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 4.19 105/128] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH AUTOSEL 4.14 04/89] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 18:57 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 37/89] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 4.14 72/89] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH AUTOSEL 4.9 04/60] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 18:59 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 24/60] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 4.9 47/60] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH AUTOSEL 4.4 03/44] dmaengine: bcm2835: Print error in case setting DMA mask fails
 2019-09-22 19:00 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 21/44] dmaengine: iop-adma: use correct printk format strings
` [PATCH AUTOSEL 4.4 35/44] dmaengine: ti: edma: Do not reset reserved paRAM slots

[PATCH] dmaengine: zx: Use devm_platform_ioremap_resource() in zx_dma_probe()
 2019-09-22 12:37 UTC 

[PATCH] dmaengine: owl: Use devm_platform_ioremap_resource() in owl_dma_probe()
 2019-09-22 11:30 UTC 

[PATCH] dmaengine: mediatek: Use devm_platform_ioremap_resource() in mtk_uart_apdma_probe()
 2019-09-22 11:14 UTC 

[PATCH] dmaengine: mediatek: Use devm_platform_ioremap_resource() in mtk_cqdma_probe()
 2019-09-22 11:00 UTC 

[PATCH] dmaengine: k3dma: Use devm_platform_ioremap_resource() in k3_dma_probe()
 2019-09-22 10:09 UTC 

[PATCH] dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe()
 2019-09-22  8:48 UTC 

[PATCH v3 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
 2019-09-20 10:01 UTC  (2+ messages)

[PATCH v4 2/3] dmaengine: imx-sdma: fix dma freezes
 2019-09-20  9:26 UTC 

[PATCH v3 0/3] dmaengine: sf-pdma: Add platform dma driver
 2019-09-20  8:58 UTC 

[PATCH v2 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
 2019-09-19 18:43 UTC  (2+ messages)

[PATCH RFC 0/2] staging: Support Avalon-MM DMA Interface for PCIe
 2019-09-19 17:12 UTC  (5+ messages)
` [PATCH RFC 1/2] staging: avalon-dma: Avalon DMA engine
` [PATCH RFC 2/2] staging: avalon-drv: Avalon DMA driver

[PATCH 0/4] Fix UART DMA freezes for iMX6
 2019-09-19 10:34 UTC  (18+ messages)
` [PATCH 1/4] dmaengine: imx-sdma: fix buffer ownership
` [PATCH 2/4] dmaengine: imx-sdma: fix dma freezes
` [PATCH 3/4] serial: imx: adapt rx buffer and dma periods
` [PATCH 4/4] dmaengine: imx-sdma: drop redundant variable
    ` [EXT] Re: [PATCH 0/4] Fix UART DMA freezes for iMX6
    ` [PATCH v2 1/3] dmaengine: imx-sdma: fix buffer ownership

[PATCH v2 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-09-19  8:42 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: dma-common: Change dma-channel-mask to uint32-array
` [PATCH v2 2/3] dt-bindings: dma: ti-edma: Document dma-channel-mask for EDMA

[PATCH v2 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
 2019-09-19  7:29 UTC 

[PATCH v2 0/3] dmaengine: sf-pdma: Add platform dma driver
 2019-09-19  7:26 UTC 

[LINUX PATCH] dma-mapping: Control memset operation using gfp flags
 2019-09-18 10:22 UTC  (2+ messages)

[GIT PULL] dmaengine updates for v5.4-rc1
 2019-09-18  2:15 UTC  (2+ messages)

[PATCH 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00
 2019-09-17 12:17 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
 2019-09-17  6:22 UTC 

[PATCH 0/3] dmaengine: sf-pdma: Add platform dma driver
 2019-09-17  6:20 UTC 

[PATCH v4] dmaengine: tegra210-adma: fix transfer failure
 2019-09-16 10:35 UTC  (2+ messages)

[PATCH v3] dmaengine: tegra210-adma: fix transfer failure
 2019-09-16  9:27 UTC  (3+ messages)

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-09-16  9:02 UTC  (12+ messages)

[PATCH v2] dmaengine: tegra210-adma: fix transfer failure
 2019-09-16  7:37 UTC  (5+ 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).