dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 17:31:29 to 2020-07-09 22:46:15 UTC [more...]

[PATCH RESEND v7 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-07-09 22:45 UTC  (2+ messages)
` [PATCH v7 02/11] dt-bindings: dma: dw: Add max burst transaction length property

[PATCH v6] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-07-09 20:59 UTC  (7+ messages)
` [PATCH v6 1/4] dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings
` [PATCH v6 3/4] dmaengine: mediatek-cqdma: add dma mask for capability
` [PATCH v6 4/4] dmaengine: mediatek-cqdma: fix compatible

[PATCH v6 0/6] dma: Add Xilinx ZynqMP DPDMA driver
 2020-07-09 13:25 UTC  (10+ messages)
` [PATCH v6 1/6] dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA
` [PATCH v6 2/6] dmaengine: virt-dma: Use lockdep to check locking requirements
` [PATCH v6 3/6] dmaengine: Add support for repeating transactions
` [PATCH v6 4/6] dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
` [PATCH v6 5/6] dmaengine: xilinx: dpdma: Add debugfs support
` [PATCH v6 6/6] arm64: dts: zynqmp: Add DPDMA node

[PATCH v4 0/2] Add Intel LGM soc DMA support
 2020-07-09 11:09 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: dma: Add bindings for intel LGM SOC
` [PATCH v4 2/2] Add Intel LGM soc DMA support

[bug report] dmaengine: check device and channel list for empty
 2020-07-09  9:10 UTC 

[PATCH] MAINTAINERS: dma: Microchip: add Tudor Ambarus as co-maintainer
 2020-07-09  8:37 UTC  (2+ messages)

[PATCH v5 0/6] dma: Add Xilinx ZynqMP DPDMA driver
 2020-07-08 20:19 UTC  (14+ messages)
` [PATCH v5 3/6] dmaengine: Add support for repeating transactions
` [PATCH v5 4/6] dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver

[PATCH next 0/6] soc: ti: k3-ringacc: updates
 2020-07-08  8:33 UTC  (12+ messages)
` [PATCH next 1/6] dt-bindings: soc: ti: k3-ringacc: convert bindings to json-schema
` [PATCH next 2/6] soc: ti: k3-ringacc: Move state tracking variables under a struct
` [PATCH next 3/6] soc: ti: k3-ringacc: add ring's flags to dump
` [PATCH next 4/6] soc: ti: k3-ringacc: add request pair of rings api
` [PATCH next 5/6] soc: ti: k3-ringacc: separate soc specific initialization
` [PATCH next 6/6] dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair

[PATCH v3] dmaengine: Extend NXP QDMA driver to check transmission errors
 2020-07-08  5:45 UTC 

[PATCH] dmaengine: idxd: fix missing symbol for pci_msi_mask_irq()
 2020-07-07 16:24 UTC 

[PATCH v2] dmaengine: check device and channel list for empty
 2020-07-07 15:45 UTC  (6+ messages)

[PATCH v2] dmaengine: Extend NXP QDMA driver to check transmission errors
 2020-07-07 13:18 UTC 

[PATCH] dmaengine: Extend NXP QDMA driver to check transmission errors
 2020-07-07 13:07 UTC 

[PATCH v2 0/5] dmaengine: ti: k3-udma: cleanups for 5.8
 2020-07-07 12:57 UTC  (7+ messages)
` [PATCH v2 1/5] dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptors
` [PATCH v2 2/5] dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring
` [PATCH v2 3/5] dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registers
` [PATCH v2 4/5] dmaengine: ti: k3-udma-private: Use udma_read/write for register access
` [PATCH v2 5/5] dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functions

[PATCH 0/5] dmaengine: ti: k3-udma: cleanups for 5.8
 2020-07-07 10:19 UTC  (8+ messages)
` [PATCH 1/5] dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptors
` [PATCH 2/5] dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring
` [PATCH 3/5] dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registers
` [PATCH 4/5] dmaengine: ti: k3-udma-private: Use udma_read/write for register access
` [PATCH 5/5] dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functions

[PATCH][next] dmaengine: ioat: fix spelling mistake "idel" -> "idle"
 2020-07-07  8:36 UTC 

[PATCH] dmaengine: fix incorrect return value for dma_request_chan()
 2020-07-07  5:01 UTC  (3+ messages)

[PATCH v3 0/6] Add shared workqueue support for idxd driver
 2020-07-06 18:57 UTC  (8+ messages)
` [PATCH v3 1/6] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v3 2/6] x86/asm: move the raw asm in iosubmit_cmds512() to special_insns.h
` [PATCH v3 3/6] x86/asm: add enqcmds() to support ENQCMDS instruction
` [PATCH v3 4/6] dmaengine: idxd: add shared workqueue support
` [PATCH v3 5/6] dmaengine: idxd: clean up descriptors with fault error
` [PATCH v3 6/6] dmaengine: idxd: add ABI documentation for shared wq

next/master bisection: baseline.login on qemu_arm64-virt-gicv3
 2020-07-06 18:47 UTC  (2+ messages)

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-06 15:48 UTC  (25+ messages)
` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: "
` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: "
` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: "
` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: "
` [PATCH 06/17] Documentation/driver-api: generic-counter: "
` [PATCH 07/17] Documentation/driver-api: iio/buffers: "
` [PATCH 08/17] Documentation/driver-api: media/cec-core: "
` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: "
` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: "
` [PATCH 11/17] Documentation/driver-api: driver-model/platform: "
` [PATCH 12/17] Documentation/driver-api: ntb: "
` [PATCH 13/17] Documentation/driver-api: nvdimm: "
` [PATCH 14/17] Documentation/driver-api: uio-howto: "
` [PATCH 15/17] Documentation/driver-api: usb/URB: "
` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

[PATCH] dmaengine: ioat setting ioat timeout as module parameter
 2020-07-06  5:18 UTC  (5+ messages)
` [PATCH v2] "

[RESEND v2] dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu
 2020-07-06  5:15 UTC  (2+ messages)

[PATCH] dmaengine: dmatest: stop completed threads when running without set channel
 2020-07-06  5:13 UTC  (3+ messages)

[PATCH v1] dmaengine: fsl-edma-common: correct DSIZE_32BYTE
 2020-07-06  4:55 UTC  (3+ messages)

[PATCH v1] dmaengine: dw: Initialize channel before each transfer
 2020-07-06  4:51 UTC  (3+ messages)

[PATCH v5 0/3] Add support for AMD PTDMA controller driver
 2020-07-03  7:42 UTC  (7+ 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 v1 0/9] add fsl-edma3 support
 2020-07-03  6:47 UTC  (12+ messages)
` [PATCH v1 1/9] dmaengine: fsl-edma: move edma_request functions into drvdata
` [PATCH v1 2/9] dmaengine: fsl-edma-common: add condition check for fsl_edma_chan_mux
` [PATCH v1 3/9] dmaengine: fsl-edma-common: add fsl_chan into fsl_edma_fill_tcd
` [PATCH v1 4/9] dmaengine: fsl-edma-common: export fsl_edma_set_tcd_regs
` [PATCH v1 5/9] dmaengine: fsl-edma3: add fsl-edma3 driver
` [PATCH v1 6/9] dt-bindings: dma: add fsl-edma3 yaml
` [PATCH v1 7/9] firmware: imx: scu-pd: correct dma resource
` [PATCH v1 8/9] arm64: dts: imx8qxp: add edma2
` [PATCH v1 9/9] arm64: configs: defconfig: add CONFIG_FSL_EDMA3

[PATCH v5 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor
 2020-07-02 22:07 UTC  (3+ messages)
` [PATCH v5 03/10] dmaengine: Actions: Add support for S700 DMA engine

[PATCH] dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
 2020-07-02 13:38 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: add work queue drain support
 2020-07-02 13:37 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: cleanup workqueue config after disabling
 2020-07-02 13:36 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: fix misc interrupt handler thread unmasking
 2020-07-02 13:33 UTC  (3+ messages)

[PATCH v2] dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu
 2020-07-01 22:47 UTC 

DMA Engine: Transfer From Userspace
 2020-07-01 16:13 UTC  (20+ messages)

[PATCH v5] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-07-01 15:06 UTC  (8+ messages)
` [PATCH v5 1/4] dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings
` [PATCH v5 3/4] dmaengine: mediatek-cqdma: add dma mask for capability

[PATCH v4 02/10] dmaengine: Actions: Add support for S700 DMA engine
 2020-06-30 18:14 UTC  (12+ messages)

[PATCH 0/8 v2] PCI: Align return values of PCIe capability and PCI accessors
 2020-06-30 16:24 UTC  (3+ messages)

[PATCH v10 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2020-06-30 13:31 UTC  (13+ messages)
` [PATCH v10 01/12] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
` [PATCH v10 02/12] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v10 03/12] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v10 04/12] dmaengine: imx-sdma: remove duplicated sdma_load_context
` [PATCH v10 05/12] dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script
` [PATCH v10 06/12] dmaengine: imx-sdma: add mcu_2_ecspi script
` [PATCH v10 07/12] spi: imx: fix ERR009165
` [PATCH v10 08/12] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH v10 09/12] spi: imx: add new i.mx6ul compatible name in binding doc
` [PATCH v10 10/12] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
` [PATCH v10 11/12] dma: imx-sdma: add i.mx6ul compatible name
` [PATCH v10 12/12] dmaengine: imx-sdma: add uart rom script

[PATCH][next] dmaengine: ti: k3-udma: Use struct_size() in kzalloc()
 2020-06-29  6:43 UTC  (6+ messages)

[PATCH v2 0/13] Patches to improve transfer efficiency for Rockchip SoCs
 2020-06-29  1:38 UTC  (4+ messages)
` [PATCH v2 01/13] dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'

[PATCH] dmaengine: check device and channel list for empty
 2020-06-26  6:39 UTC  (4+ messages)

[PATCH] dmaengine: idxd: add work queue drain support
 2020-06-25  2:05 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).