dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 10:11:16 to 2020-01-28 10:15:05 UTC [more...]

[PATCH for-next 0/4] dmaengine: ti: k3-udma: Updates for next
 2020-01-28 10:15 UTC  (6+ messages)
` [PATCH for-next 1/4] dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check
` [PATCH for-next 2/4] dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peer
` [PATCH for-next 3/4] dmaengine: ti: k3-udma: Move the TR counter calculation to helper function
` [PATCH for-next 4/4] dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclic

[PATCH 0/4] STM32 DMAMUX driver fixes and improvements
 2020-01-28  9:41 UTC  (5+ messages)
` [PATCH 1/4] dmaengine: stm32-dmamux: add suspend/resume power management support
` [PATCH 2/4] dmaengine: stm32-dmamux: fix clock handling in probe sequence
` [PATCH 3/4] dmaengine: stm32-dmamux: use reset controller only at probe time
` [PATCH 4/4] dmaengine: stm32-dmamux: driver defers probe for clock and reset

[PATCH] dma: ti: dma-crossbar: convert to devm_platform_ioremap_resource()
 2020-01-28  7:53 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v5.6-rc1
 2020-01-27 19:15 UTC  (2+ messages)

[PATCH 0/6] STM32 MDMA driver fixes and improvements
 2020-01-27  8:53 UTC  (7+ messages)
` [PATCH 1/6] dmaengine: stm32-mdma: add suspend/resume power management support
` [PATCH 2/6] dmaengine: stm32-mdma: use reset controller only at probe time
` [PATCH 3/6] dmaengine: stm32-mdma: disable clock in case of error during probe
` [PATCH 4/6] dmaengine: stm32-mdma: driver defers probe for clock and reset
` [PATCH 5/6] dmaengine: stm32-mdma: enable descriptor_reuse
` [PATCH 6/6] dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_all

[PATCH v2] dmaengine: Create symlinks between DMA channels and slaves
 2020-01-27  5:08 UTC  (12+ messages)

[PATCH v3 0/6] dma: Add Xilinx ZynqMP DPDMA driver
 2020-01-24  8:58 UTC  (17+ messages)
` [PATCH v3 1/6] dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA
` [PATCH v3 2/6] dmaengine: Add interleaved cyclic transaction type
` [PATCH v3 3/6] dmaengine: virt-dma: Use lockdep to check locking requirements
` [PATCH v3 4/6] dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
` [PATCH v3 5/6] dmaengine: xilinx: dpdma: Add debugfs support
` [PATCH v3 6/6] arm64: dts: zynqmp: Add DPDMA node

[PATCH v3 0/3] Add AMD PassThru DMA Engine driver
 2020-01-24  6:05 UTC  (6+ messages)
` [PATCH v3 1/3] dmaengine: ptdma: Initial driver for the AMD PassThru DMA engine
` [PATCH v3 2/3] dmaengine: ptdma: Register pass-through engine as a DMA resource
` [PATCH v3 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH v5 0/9] idxd driver for Intel Data Streaming Accelerator
 2020-01-24  5:49 UTC  (11+ messages)
` [PATCH v5 1/9] x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instruction
` [PATCH v5 2/9] dmaengine: break out channel registration
` [PATCH v5 3/9] dmaengine: add support to dynamic register/unregister of channels
` [PATCH v5 4/9] dmaengine: idxd: Init and probe for Intel data accelerators
` [PATCH v5 5/9] dmaengine: idxd: add configuration component of driver
` [PATCH v5 6/9] dmaengine: idxd: add sysfs ABI for idxd driver
` [PATCH v5 7/9] dmaengine: idxd: add descriptor manipulation routines
` [PATCH v5 8/9] dmaengine: idxd: connect idxd to dmaengine subsystem
` [PATCH v5 9/9] dmaengine: idxd: add char driver to expose submission portal to userland

[PATCH v5] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2020-01-24  5:48 UTC  (2+ messages)

[PATCH v5 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-23 23:03 UTC  (15+ messages)
` [PATCH v5 01/14] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v5 02/14] dmaengine: tegra-apb: Implement synchronization hook
` [PATCH v5 03/14] dmaengine: tegra-apb: Prevent race conditions on channel's freeing
` [PATCH v5 04/14] dmaengine: tegra-apb: Clean up tasklet releasing
` [PATCH v5 05/14] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
` [PATCH v5 06/14] dmaengine: tegra-apb: Use devm_platform_ioremap_resource
` [PATCH v5 07/14] dmaengine: tegra-apb: Use devm_request_irq
` [PATCH v5 08/14] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v5 09/14] dmaengine: tegra-apb: Remove assumptions about unavailable runtime PM
` [PATCH v5 10/14] dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer
` [PATCH v5 11/14] dmaengine: tegra-apb: Clean up suspend-resume
` [PATCH v5 12/14] dmaengine: tegra-apb: Add missing of_dma_controller_free
` [PATCH v5 13/14] dmaengine: tegra-apb: Allow to compile as a loadable kernel module
` [PATCH v5 14/14] dmaengine: tegra-apb: Remove MODULE_ALIAS

[PATCH 01/10] dmaengine: at_hdmac: Substitute kzalloc with kmalloc
 2020-01-23 14:03 UTC  (10+ messages)
` [PATCH 02/10] dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()
` [PATCH 03/10] dmaengine: at_hdmac: Return err in case the chan is not free at alloc res time
` [PATCH 04/10] dmaengine: at_hdmac: Drop description for a not defined parameter
` [PATCH 05/10] dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAIT
` [PATCH 06/10] dmaengine: at_hdmac: Fix deadlocks
` [PATCH 07/10] dmaengine: at_xdmac: Drop always true check
` [PATCH 08/10] dmaengine: at_xdmac: Drop locking in at_xdmac_alloc_chan_resources()
` [PATCH 09/10] dmaengine: at_xdmac: GFP_KERNEL for user that can sleep
` [PATCH 10/10] dmaengine: at_xdmac: Fix locking in tasklet

[PATCH] dmaengine: fix spelling mistake "to" -> "too"
 2020-01-23 11:36 UTC  (3+ messages)

[PATCH] dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
 2020-01-23 11:34 UTC  (2+ messages)

[PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
 2020-01-23 11:33 UTC  (3+ messages)

[PATCH] net/rose: fix spelling mistake "to" -> "too"
 2020-01-23  4:07 UTC  (2+ messages)

[PATCH v2 2/4] dma: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
 2020-01-22 16:52 UTC  (11+ messages)

[PATCH v2 0/2] Add support for sun4i HDMI audio
 2020-01-22  8:46 UTC  (9+ messages)
` [PATCH v2 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
` [PATCH v2 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

[PATCH v4 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-21 21:23 UTC  (24+ messages)
` [PATCH v4 01/14] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v4 02/14] dmaengine: tegra-apb: Implement synchronization callback
` [PATCH v4 08/14] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v4 09/14] dmaengine: tegra-apb: Clean up runtime PM teardown
` [PATCH v4 10/14] dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer
` [PATCH v4 11/14] dmaengine: tegra-apb: Clean up suspend-resume
` [PATCH v4 14/14] dmaengine: tegra-apb: Remove MODULE_ALIAS

[PATCH v4 0/9] idxd driver for Intel Data Streaming Accelerator
 2020-01-21 17:46 UTC  (3+ messages)

[PATCH 0/2] Add support for sun4i HDMI audio
 2020-01-21 12:14 UTC  (12+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
` [PATCH 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

[PATCH v2 0/3] dmaengine: Miscellaneous cleanups
 2020-01-21  9:35 UTC  (5+ messages)
` [PATCH v2 1/3] dmaengine: Remove dma_device_satisfies_mask() wrapper
` [PATCH v2 2/3] dmaengine: Remove dma_request_slave_channel_compat() wrapper
` [PATCH v2 3/3] dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h

[PATCH 0/3] dmaengine: Miscellaneous cleanups
 2020-01-21  9:33 UTC  (7+ messages)
` [PATCH 1/3] dmaengine: Remove dma_device_satisfies_mask() wrapper
` [PATCH 2/3] dmaengine: Remove dma_request_slave_channel_compat() wrapper
` [PATCH 3/3] dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h

[PATCH V2 1/7] dt-bindings: fsl-imx-sdma: Add i.MX8MM/i.MX8MN/i.MX8MP compatible string
 2020-01-21  9:20 UTC  (11+ messages)
` [PATCH V2 2/7] dt-bindings: mmc: fsl-imx-esdhc: add i.MX8MP "
` [PATCH V2 3/7] dt-bindings: imx-ocotp: Add i.MX8MP compatible
` [PATCH V2 4/7] dt-bindings: spi: imx: Add i.MX8MM/i.MX8MN/i.MX8MP compatible

[PATCH] dmaengine: zynqmp_dma: fix burst length configuration
 2020-01-21  9:18 UTC  (2+ messages)

[PATCH -next] dmaengine: fsl-qdma: fix duplicated argument to &&
 2020-01-21  8:24 UTC  (4+ messages)

[PATCH] dmaengine: ti: k3-psil: Fix warnings with C=1 and W=1
 2020-01-21  7:42 UTC  (2+ messages)

[PATCH v8 00/18] dmaengine/soc: Add Texas Instruments UDMA support
 2020-01-21  7:41 UTC  (11+ messages)
` [PATCH v8 02/18] soc: ti: k3: add navss ringacc driver

[PATCH 0/6] gpmi/mxs-dma runtime pm patch set
 2020-01-17 20:15 UTC  (7+ messages)
` [PATCH 3/6] dmaengine: mxs: add the power management functions
` [PATCH 6/6] mtd: rawnand: gpmi: set the pinctrl state for suspend/reusme

[PATCH AUTOSEL 5.4 001/205] ioat: ioat_alloc_ring() failure handling
 2020-01-16 16:42 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 039/205] dmaengine: dw: platform: Mark 'hclk' clock optional
` [PATCH AUTOSEL 5.4 167/205] dmaengine: ti: edma: fix missed failure handling

[PATCH AUTOSEL 4.19 308/671] dmaengine: axi-dmac: Don't check the number of frames for alignment
 2020-01-16 17:04 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 334/671] dmaengine: tegra210-adma: restore channel status
` [PATCH AUTOSEL 4.19 367/671] dmaengine: tegra210-adma: Fix crash during probe
` [PATCH AUTOSEL 4.19 433/671] dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"
` [PATCH AUTOSEL 4.19 501/671] dmaengine: dw: platform: Switch to acpi_dma_controller_register()
` [PATCH AUTOSEL 4.19 597/671] dmaengine: imx-sdma: fix size check for sdma script_number
` [PATCH AUTOSEL 4.19 609/671] ioat: ioat_alloc_ring() failure handling
` [PATCH AUTOSEL 4.19 657/671] dmaengine: ti: edma: fix missed "

[PATCH AUTOSEL 4.14 105/371] dmaengine: mv_xor: Use correct device for DMA API
 2020-01-16 17:23 UTC  (9+ messages)
` [PATCH AUTOSEL 4.14 170/371] dmaengine: axi-dmac: Don't check the number of frames for alignment
` [PATCH AUTOSEL 4.14 186/371] dmaengine: tegra210-adma: restore channel status
` [PATCH AUTOSEL 4.14 206/371] dmaengine: tegra210-adma: Fix crash during probe
` [PATCH AUTOSEL 4.14 238/371] dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"
` [PATCH AUTOSEL 4.14 272/371] dmaengine: dw: platform: Switch to acpi_dma_controller_register()
` [PATCH AUTOSEL 4.14 323/371] dmaengine: imx-sdma: fix size check for sdma script_number
` [PATCH AUTOSEL 4.14 328/371] ioat: ioat_alloc_ring() failure handling
` [PATCH AUTOSEL 4.14 361/371] dmaengine: ti: edma: fix missed "

[PATCH AUTOSEL 4.9 074/251] dmaengine: mv_xor: Use correct device for DMA API
 2020-01-16 17:36 UTC  (9+ messages)
` [PATCH AUTOSEL 4.9 121/251] dmaengine: axi-dmac: Don't check the number of frames for alignment
` [PATCH AUTOSEL 4.9 132/251] dmaengine: tegra210-adma: restore channel status
` [PATCH AUTOSEL 4.9 143/251] dmaengine: tegra210-adma: Fix crash during probe
` [PATCH AUTOSEL 4.9 160/251] dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"
` [PATCH AUTOSEL 4.9 185/251] dmaengine: dw: platform: Switch to acpi_dma_controller_register()
` [PATCH AUTOSEL 4.9 218/251] dmaengine: imx-sdma: fix size check for sdma script_number
` [PATCH AUTOSEL 4.9 223/251] ioat: ioat_alloc_ring() failure handling
` [PATCH AUTOSEL 4.9 247/251] dmaengine: ti: edma: fix missed "

[PATCH AUTOSEL 4.4 080/174] dmaengine: axi-dmac: Don't check the number of frames for alignment
 2020-01-16 17:42 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 124/174] dmaengine: dw: platform: Switch to acpi_dma_controller_register()
` [PATCH AUTOSEL 4.4 149/174] dmaengine: imx-sdma: fix size check for sdma script_number
` [PATCH AUTOSEL 4.4 171/174] dmaengine: ti: edma: fix missed failure handling

[PATCH AUTOSEL 4.19 194/671] dmaengine: mv_xor: Use correct device for DMA API
 2020-01-16 16:51 UTC 

[PATCH v4] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2020-01-16  1:10 UTC  (3+ messages)

[PATCH v3 0/3] PLX Switch DMA Engine Driver
 2020-01-15 14:11 UTC  (2+ messages)

[PATCH v2] dmaengine: zynqmp_dma: fix burst length configuration
 2020-01-15 10:22 UTC 


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).