dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 04:54:24 to 2020-08-28 01:11:56 UTC [more...]

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-08-28  1:11 UTC  (9+ messages)
` [PATCH 01/20] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
` [PATCH 08/20] dt-bindings: usb: usb-xhci: Document r8a774e1 support
` [PATCH 11/20] dt-bindings: usb: renesas,usbhs: Add "

[PATCH] dmaengine: idxd: add command status to idxd sysfs attribute
 2020-08-27 21:24 UTC 

[PATCH 0/9] R8A774E1 SoC enable support for IPMMU, DMAC, GPIO and AVB
 2020-08-27 19:30 UTC  (6+ messages)
` [PATCH 6/9] dt-bindings: gpio: renesas,rcar-gpio: Add r8a774e1 support
` [PATCH 8/9] dt-bindings: net: renesas,ravb: Add support for r8a774e1 SoC

[PATCH] dmaengine: sf-pdma: Fix an error that calls callback twice
 2020-08-27 13:27 UTC 

[PATCH v5 0/2] Add Intel LGM soc DMA support
 2020-08-27 14:41 UTC  (12+ messages)
` [PATCH v5 1/2] dt-bindings: dma: Add bindings for intel LGM SOC
` [PATCH v5 2/2] Add Intel LGM soc DMA support

[PATCH 0/3] dmaengine: Add support for Qcom GSI dma controller
 2020-08-27 14:04 UTC  (17+ messages)
` [PATCH 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [RFC PATCH 2/3] dmaengine: add peripheral configuration
` [PATCH 3/3] dmaengine: qcom: Add GPI dma driver

[PATCH] dmaengine: sf-pdma: Fix an error that calls callback twice
 2020-08-27 13:33 UTC 

[PATCH v2 00/10] Add initial support for R8A7742/RZG1H SoC and iW-RainboW-G21D-Qseven development board support
 2020-08-27 11:08 UTC  (3+ messages)
` [PATCH v2 05/10] dt-bindings: renesas,rcar-dmac: Document r8a7742 support

[PATCH] dmaengine: dw-edma: Fix linked list physical address calculation on non-64 bits architectures
 2020-08-27  5:10 UTC  (4+ messages)

[PATCH 00/35] dma: convert tasklets to use new tasklet_setup()
 2020-08-26  4:28 UTC  (40+ messages)
` [PATCH 01/35] dma: altera-msgdma: convert tasklets to use new tasklet_setup() API
` [PATCH 02/35] dma: at_hdmac: "
` [PATCH 03/35] dma: at_xdmac: "
` [PATCH 04/35] dma: coh901318: "
` [PATCH 05/35] dma: dw: "
` [PATCH 06/35] dma: ep93xx: "
` [PATCH 07/35] dma: fsl: "
` [PATCH 08/35] dma: imx-dma: "
` [PATCH 09/35] dma: ioat: "
` [PATCH 10/35] dma: iop_adma: "
` [PATCH 11/35] dma: ipu: "
` [PATCH 12/35] dma: k3dma: "
` [PATCH 13/35] dma: mediatek: "
` [PATCH 14/35] dma: mmp: "
` [PATCH 15/35] dma: mpc512x: "
` [PATCH 16/35] dma: mv_xor: "
` [PATCH 17/35] dma: mxs-dma: "
` [PATCH 18/35] dma: nbpfaxi: "
` [PATCH 19/35] dma: pch_dma: "
` [PATCH 20/35] dma: pl330: "
` [PATCH 21/35] dma: ppc4xx: "
` [PATCH 22/35] dma: qcom: "
` [PATCH 23/35] dma: sa11x0: "
` [PATCH 24/35] dma: sirf-dma: "
` [PATCH 25/35] dma: ste_dma40: "
` [PATCH 26/35] dma: sun6i: "
` [PATCH 27/35] dma: tegra20: "
` [PATCH 28/35] dma: timb_dma: "
` [PATCH 29/35] dma: txx9dmac: "
` [PATCH 30/35] dma: virt-dma: "
` [PATCH 31/35] dma: xgene: "
` [PATCH 32/35] dma: xilinx: "
` [PATCH 33/35] dma: plx_dma: "
` [PATCH 34/35] dma: sf-pdma: "
` [PATCH 35/35] dma: k3-udma: "

[PATCH 1/2] dmaengine: idxd: add support for configurable max wq xfer size
 2020-08-25 20:25 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: idxd: add support for configurable max wq batch size

[RESEND PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register
 2020-08-25 15:37 UTC  (8+ messages)
` [RESEND PATCH v2 1/6] dmaengine: axi-dmac: move version read in probe
` [RESEND PATCH v2 2/6] dmaengine: axi-dmac: move active_descs list init after device-tree init
` [RESEND PATCH v2 3/6] dmaengine: axi-dmac: move clock enable earlier
` [RESEND PATCH v2 4/6] dmaengine: axi-dmac: wrap entire dt parse in a function
` [RESEND PATCH v2 5/6] dmaengine: axi-dmac: wrap channel parameter adjust into function
` [RESEND PATCH v2 6/6] dmaengine: axi-dmac: add support for reading bus attributes from registers

[PATCH v2 0/6] dmaengine: axi-dmac: add support for reading bus attributes from register
 2020-08-25 15:20 UTC  (17+ messages)
` [PATCH v2 1/6] dmaengine: axi-dmac: move version read in probe
` [PATCH v2 2/6] dmaengine: axi-dmac: move active_descs list init after device-tree init
` [PATCH v2 3/6] dmaengine: axi-dmac: move clock enable earlier
` [PATCH v2 4/6] dmaengine: axi-dmac: wrap entire dt parse in a function
` [PATCH v2 5/6] dmaengine: axi-dmac: wrap channel parameter adjust into function
` [PATCH v2 6/6] dmaengine: axi-dmac: add support for reading bus attributes from registers

[PATCH 0/2] ARM: dts: sun8i: r40: Enable DMA
 2020-08-25 15:19 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dma: allwinner,sun50i-a64-dma: Add R40 compatible
` [PATCH 2/2] ARM: dts: sun8i: r40: Add DMA node

[PATCH 1/5] dmaengine: axi-dmac: move version read in probe
 2020-08-25 12:34 UTC  (8+ messages)
` [PATCH 2/5] dmaengine: axi-dmac: move clock enable earlier
` [PATCH 3/5] dmaengine: axi-dmac: wrap entire dt parse in a function
` [PATCH 4/5] dmaengine: axi-dmac: wrap channel parameter adjust into function
` [PATCH 5/5] dmaengine: axi-dmac: add support for reading bus attributes from registers

[PATCH v5 0/3] Add support for AMD PTDMA controller driver
 2020-08-25 11:33 UTC  (12+ messages)
` [PATCH v5 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA controller
` [PATCH v5 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource
` [PATCH v5 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH v2] drivers/dma/dma-jz4780: Fix race condition between probe and irq handler
 2020-08-25 11:15 UTC  (3+ messages)

[PATCH] dmaengine: pl330: fix instruction dump formatting
 2020-08-25 11:11 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: Fix typo in comments offset
 2020-08-25 11:09 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: Fix scatter-gather address calculation
 2020-08-25 11:07 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checks
 2020-08-25 10:24 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sg
 2020-08-25 10:23 UTC  (3+ messages)

[PATCH] dmaengine: pl330: Fix burst length if burst size is smaller than bus width
 2020-08-25 10:19 UTC  (2+ messages)

pcm|dmaengine|imx-sdma race condition on i.MX6
 2020-08-25  6:12 UTC  (17+ messages)

[PATCH] drivers/dma/dma-jz4780: Fix race condition between probe and irq handler
 2020-08-21  3:16 UTC  (6+ messages)

[PATCH v2 0/5] dmaengine: dw: Introduce non-mem peripherals optimizations
 2020-08-19 14:02 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: dma: dw: Add optional DMA-channels mask cell support

[PATCH v1] dmaengine: virt-dma: convert tasklets to use new tasklet_setup() API
 2020-08-19  9:59 UTC 

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-08-19  7:29 UTC  (17+ messages)

[PATCH V2 0/3] do exception handling appropriately in at_dma_xlate()
 2020-08-19  4:29 UTC  (5+ messages)
` [PATCH 1/3] dmaengine: at_hdmac: check return value of of_find_device_by_node() "
` [PATCH 2/3] dmaengine: at_hdmac: add missing put_device() call "
` [PATCH 3/3] dmaengine: at_hdmac: add missing kfree() "

[PATCH -next] dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' static
 2020-08-19  4:26 UTC  (5+ messages)

[PATCH v2 0/3] Fix Kconfig dependency issue with DMAENGINES selection
 2020-08-19  0:10 UTC  (6+ messages)

[PATCH v7] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-08-18 16:47 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings
` [PATCH v7 2/4] dmaengine: mediatek-cqdma: remove redundant queue structure
` [PATCH v7 3/4] dmaengine: mediatek-cqdma: add dma mask for capability
` [PATCH v7 4/4] dmaengine: mediatek-cqdma: fix compatible

[PATCH -next] dmaengine: iop-adma: Fix pointer cast warnings
 2020-08-18 11:51 UTC 

[PATCH] dmaengine: xilinx: dpdma: Add debugfs support
 2020-08-17  5:50 UTC  (2+ messages)

[PATCH v12 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2020-08-17  5:38 UTC  (5+ messages)
` [PATCH v12 03/12] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v12 04/12] dmaengine: imx-sdma: remove duplicated sdma_load_context

[PATCH] dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
 2020-08-17  5:44 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: ti: k3-psil: Add support for j7200
 2020-08-17  5:21 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2UL
 2020-08-17  5:21 UTC  (2+ messages)

[PATCH] dmaengine: idxd: clear misc interrupt cause after read
 2020-08-17  5:19 UTC  (2+ messages)

[PATCH V2] dmaengine: bcm-sba-raid: add missing put_device() call in sba_probe()
 2020-08-17  5:17 UTC  (2+ messages)

[PATCH] dmaengine: at_hdmac: do exception handling appropriately in at_dma_xlate()
 2020-08-17  5:16 UTC  (2+ messages)

[PATCH] dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variable
 2020-08-17  5:13 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: reset states after device disable or reset
 2020-08-17  4:55 UTC  (2+ messages)

[PATCH v1] dmaengine: pch_dma: use generic power management
 2020-08-17  4:54 UTC  (4+ 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).