dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 11:49:49 to 2019-09-13 13:34:28 UTC [more...]

[RFC 0/3] dmaengine: Support for DMA domain controllers
 2019-09-13 13:33 UTC  (19+ messages)
` [RFC 1/3] dt-bindings: dma: Add documentation for DMA domains
` [RFC 2/3] dmaengine: of_dma: Function to look up the DMA domain of a client
` [RFC 3/3] dmaengine: Support for requesting channels preferring DMA domain controller

[PATCH] dmaengine: axi-dmac: simple device_config operation implemented
 2019-09-13 14:54 UTC 

[PATCH v3 0/4] dmaengine: rcar-dmac: use of_data and add dma-channel-mask support
 2019-09-13  8:48 UTC  (7+ messages)
` [PATCH v3 1/4] dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
` [PATCH v3 2/4] dmaengine: rcar-dmac: Use of_data values instead of a macro
` [PATCH v3 3/4] dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()
` [PATCH v3 4/4] dmaengine: rcar-dmac: Add dma-channel-mask property support

[PATCH 0/4] Fix UART DMA freezes for iMX6
 2019-09-12 18:23 UTC  (7+ 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

[PATCH] dmaengine: sprd: Fix the link-list pointer register configuration issue
 2019-09-12  5:47 UTC 

Inquiry 11/Sept/2019
 2019-09-11  8:37 UTC 

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

[PATCH 0/3] dmaengine: Support for DMA domain controllers
 2019-09-10 11:50 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: dma: Add documentation for DMA domains
` [PATCH 2/3] dmaengine: of_dma: Function to look up the DMA domain of a client
` [PATCH 3/3] dmaengine: Support for requesting channels preferring DMA domain controller

[PATCH v2 0/3] dmaengine: bindings/edma: dma-channel-mask to array
 2019-09-10 11:45 UTC  (4+ 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: ti: edma: Add support for handling reserved channels

[PATCH 00/10] Raspberry Pi SPI speedups
 2019-09-10 11:29 UTC  (8+ messages)
` [PATCH 03/10] spi: Guarantee cacheline alignment of driver-private data

[PATCH] dmaengine: milbeaut-hdmac: fix devm_platform_ioremap_resource.cocci warnings
 2019-09-10 10:03 UTC 

[PATCH] dmaengine: milbeaut-hdmac: fix returnvar.cocci warnings
 2019-09-10 10:02 UTC 

[PATCH v2 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-09-10  7:53 UTC  (23+ messages)
` [PATCH v2 02/14] soc: ti: k3: add navss ringacc driver
` [PATCH v2 04/14] dmaengine: Add metadata_ops for dma_async_tx_descriptor
` [PATCH v2 06/14] dmaengine: ti: Add cppi5 header for UDMA
` [PATCH v2 07/14] dt-bindings: dma: ti: Add document for K3 UDMA
` [PATCH v2 08/14] dmaengine: ti: New driver for K3 UDMA - split#1: defines, structs, io func
` [PATCH v2 10/14] dmaengine: ti: New driver for K3 UDMA - split#3: alloc/free chan_resources

[PATCH v3 0/2] Add support for AHB DMA controller on Milbeaut series
 2019-09-10  1:47 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC bindings
` [PATCH v3 2/2] dmaengine: milbeaut-hdmac: Add HDMAC driver for Milbeaut platforms

[PATCH v2 0/2] Add support for AXI DMA controller on Milbeaut series
 2019-09-10  1:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: milbeaut-m10v-xdmac: Add Socionext Milbeaut XDMAC bindings
` [PATCH v2 2/2] dmaengine: milbeaut-xdmac: Add XDMAC driver for Milbeaut platforms

[PATCH AUTOSEL 5.2 02/12] dmaengine: ti: dma-crossbar: Fix a memory leak bug
 2019-09-09 15:40 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 03/12] dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()
` [PATCH AUTOSEL 5.2 08/12] dmaengine: sprd: Fix the DMA link-list configuration
` [PATCH AUTOSEL 5.2 09/12] dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped

[PATCH AUTOSEL 4.19 1/8] dmaengine: ti: dma-crossbar: Fix a memory leak bug
 2019-09-09 15:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/8] dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()

[PATCH AUTOSEL 4.9 1/6] dmaengine: ti: dma-crossbar: Fix a memory leak bug
 2019-09-09 15:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 2/6] dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()

[PATCH AUTOSEL 4.4 1/2] dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()
 2019-09-09 15:42 UTC 

[PATCH AUTOSEL 4.14 1/8] dmaengine: ti: dma-crossbar: Fix a memory leak bug
 2019-09-09 15:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 2/8] dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()

[GIT PULL] dmaengine late fixes for 5.3
 2019-09-07 17:10 UTC  (2+ messages)

[RFC 0/3] dmaengine: Support for DMA domain controllers
 2019-09-06 14:17 UTC  (4+ messages)
` [RFC 1/3] dt-bindings: dma: Add documentation for DMA domains
` [RFC 2/3] dmaengine: of_dma: Function to look up the DMA domain of a client
` [RFC 3/3] dmaengine: Support for requesting channels preferring DMA domain controller

[PATCH 0/5] dmaengine: ti: edma: Multicore usage related fixes
 2019-09-06 13:10 UTC  (11+ messages)
` [PATCH 1/5] dmaengine: ti: edma: Do not reset reserved paRAM slots
` [PATCH 2/5] dmaengine: ti: edma: Only reset region0 access registers
` [PATCH 3/5] dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits()
` [PATCH 4/5] dt-bindings: dma: ti-edma: Add option for reserved channel ranges
` [PATCH 5/5] dmaengine: ti: edma: Add support for handling reserved channels

[PATCH v2 0/2] Add support for AHB DMA controller on Milbeaut series
 2019-09-06  5:12 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC bindings

[PATCH -next 0/8] AXI DMA driver improvements
 2019-09-05 16:37 UTC  (9+ messages)
` [PATCH -next 1/8] dmaengine: xilinx_dma: Remove desc_callback_valid check
` [PATCH -next 2/8] dmaengine: xilinx_dma: Merge get_callback and _invoke
` [PATCH -next 3/8] dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue
` [PATCH -next 4/8] dmaengine: xilinx_dma: Add callback_result support
` [PATCH -next 5/8] dmaengine: xilinx_dma: Remove residue from channel data
` [PATCH -next 6/8] dmaengine: xilinx_dma: Print debug message when no free tx segments
` [PATCH -next 7/8] dmaengine: xilinx_dma: Check for both idle and halted state in axidma stop_transfer
` [PATCH -next 8/8] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset

[PATCH] dmaengine: iop-adma: make array 'handler' static const, makes object smaller
 2019-09-05 16:37 UTC 

[PATCH -next] dmaengine: ti: edma: remove unused code
 2019-09-05  8:02 UTC  (2+ messages)

[PATCH] dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource()
 2019-09-05  3:41 UTC 

[PATCH v2 0/3] dmaengine: rcar-dmac: use of_data and add dma-channel-mask support
 2019-09-04 10:08 UTC  (6+ messages)
` [PATCH v2 1/3] dmaengine: rcar-dmac: Use of_data values instead of a macro
` [PATCH v2 2/3] dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()
` [PATCH v2 3/3] dmaengine: rcar-dmac: Add dma-channel-mask property support

[PATCH 0/2] dmaengine: rcar-dmac: minor modifications
 2019-09-04  9:33 UTC  (9+ messages)
` [PATCH 1/2] dmaengine: rcar-dmac: Use of_data values instead of a macro
` [PATCH 2/2] dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()

[PATCH v2] dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
 2019-09-04  6:06 UTC  (2+ messages)

[PATCH 0/2] Add support for AXI DMA controller on Milbeaut series
 2019-09-04  6:00 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: milbeaut-m10v-xdmac: Add Socionext Milbeaut XDMAC bindings

[PATCH] dmaengine: sprd: Fix the DMA link-list configuration
 2019-09-04  5:55 UTC  (2+ messages)

[PATCH] IOAT: iop-adma.c: fix printk format warning
 2019-09-04  4:58 UTC  (2+ messages)

[PATCH] dmaengine: stm32-dma: Use struct_size() helper
 2019-09-04  4:55 UTC  (2+ messages)

[PATCH] dt-bindings: dmaengine: dma-common: Fix the dma-channel-mask property
 2019-09-04  4:53 UTC  (3+ messages)

[PATCH] ioat/dca: Use struct_size() helper
 2019-09-04  4:48 UTC  (3+ messages)

[PATCH -next] dmaengine: iop-adma: remove set but not used variable 'slots_per_op'
 2019-09-04  4:45 UTC  (2+ messages)

[RESEND] dmaengine: dmatest: Add support for completion polling
 2019-09-04  4:44 UTC  (2+ messages)

[PATCH] dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status()
 2019-09-04  4:41 UTC  (2+ messages)

[PATCH] dmaengine: ti: omap-dma: Remove 'Assignment in if condition'
 2019-09-04  4:40 UTC  (2+ messages)

[PATCH] dmaengine: ti: edma: Remove 'Assignment in if condition'
 2019-09-04  4:36 UTC  (2+ messages)

[PATCH 0/2] dmaengine: rcar-dmac: Add dma-channel-mask property support
 2019-09-02  9:25 UTC  (10+ messages)
` [PATCH 1/2] dmaengine: rcar-dmac: Don't set DMACHCLR bit 0 to 1 if iommu is mapped
` [PATCH 2/2] dmaengine: rcar-dmac: Add dma-channel-mask property support

[PATCH v2 00/10] dmaengine: dw: Enable for Intel Elkhart Lake
 2019-08-29 10:39 UTC  (15+ messages)
` [PATCH v2 01/10] dmaengine: acpi: Set up DMA mask based on CSRT
` [PATCH v2 02/10] dmaengine: acpi: Add kernel doc parameter descriptions
` [PATCH v2 03/10] dmaengine: dw: Export struct dw_dma_chip_pdata for wider use
` [PATCH v2 04/10] dmaengine: dw: platform: Use struct dw_dma_chip_pdata
` [PATCH v2 05/10] dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart Lake
` [PATCH v2 06/10] dmaengine: dw: platform: Use devm_platform_ioremap_resource()
` [PATCH v2 07/10] dmaengine: dw: platform: Switch to acpi_dma_controller_register()
` [PATCH v2 08/10] dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register()
` [PATCH v2 09/10] dmaengine: dw: platform: Split ACPI helpers to separate module
` [PATCH v2 10/10] dmaengine: dw: platform: Split OF "

[PATCH] dt-bindings: dmaengine: dma-common: Revise the dma-channel-mask property
 2019-08-28 10:00 UTC  (7+ messages)

[PATCH 1/7] [RFC] ARM: remove Intel iop33x and iop13xx support
 2019-08-23  7:44 UTC  (3+ messages)
  ` [PATCH 5/7] ARM: xscale: fix multi-cpu compilation

[PATCH AUTOSEL 5.2 01/44] dmaengine: ste_dma40: fix unneeded variable warning
 2019-08-20 13:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 24/44] dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_irq_handler()
` [PATCH AUTOSEL 5.2 25/44] omap-dma/omap_vout_vrfb: fix off-by-one fi value

[PATCH AUTOSEL 4.19 01/27] dmaengine: ste_dma40: fix unneeded variable warning
 2019-08-20 13:42 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 15/27] dmaengine: stm32-mdma: Fix a possible null-pointer dereference in stm32_mdma_irq_handler()
` [PATCH AUTOSEL 4.19 16/27] omap-dma/omap_vout_vrfb: fix off-by-one fi value

[PATCH AUTOSEL 4.14 01/12] dmaengine: ste_dma40: fix unneeded variable warning
 2019-08-20 13:42 UTC 

[PATCH AUTOSEL 4.9 1/7] dmaengine: ste_dma40: fix unneeded variable warning
 2019-08-20 13:43 UTC 

[PATCH AUTOSEL 4.4 1/4] dmaengine: ste_dma40: fix unneeded variable warning
 2019-08-20 13:43 UTC 

[PATCH v2 linux-next 0/2] change mux_configure32() to static
 2019-08-20 11:48 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).