dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 03:28:49 to 2020-01-30 12:54:52 UTC [more...]

[PATCH -next 0/2] dmaengine: xilinx_dma: In dma channel probe fix node order dependency
 2020-01-30 12:54 UTC  (3+ messages)
` [PATCH -next 1/2] dmaengine: xilinx_dma: Extend dma_config structure to store max channel count
` [PATCH -next 2/2] dmaengine: xilinx_dma: In dma channel probe fix node order dependency

[PATCH 0/2] dmaengine: Cleanups for symlink handling and debugfs support
 2020-01-30 11:42 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: Cleanups for the slave <-> channel symlink support
` [PATCH 2/2] dmaengine: Add basic debugfs support

[PATCH v2] dmaengine: Create symlinks between DMA channels and slaves
 2020-01-30 10:47 UTC  (18+ messages)

mainline/master bisection: baseline.login on odroid-xu3
 2020-01-30  8:26 UTC  (3+ messages)

[PATCH v2] dmaengine: Fix return value for dma_requrest_chan() in case of failure
 2020-01-30  8:25 UTC  (3+ messages)

[PATCH v2 0/2] dmaengine: Add UniPhier XDMAC driver
 2020-01-30  5:27 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: dmaengine: Add UniPhier external DMA controller bindings
` [PATCH v2 2/2] dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver

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

[PATCH] dmaengine: imx-sdma: fix context cache
 2020-01-29 20:19 UTC  (2+ messages)

[PATCH] dmaengine: Fix return value for dma_requrest_chan() in case of failure
 2020-01-29 19:51 UTC  (2+ messages)

[PATCH 0/8] STM32 DMA driver fixes and improvements
 2020-01-29 15:36 UTC  (9+ messages)
` [PATCH 1/8] dmaengine: stm32-dma: add suspend/resume power management support
` [PATCH 2/8] dmaengine: stm32-dma: use reset controller only at probe time
` [PATCH 3/8] dmaengine: stm32-dma: driver defers probe for reset
` [PATCH 4/8] dmaengine: stm32-dma: enable descriptor_reuse
` [PATCH 5/8] dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
` [PATCH 6/8] dmaengine: stm32-dma: add copy_align constraint
` [PATCH 7/8] dmaengine: stm32-dma: fix sleeping function called from invalid context
` [PATCH 8/8] dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all

[PATCH v5 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-29 14:39 UTC  (21+ 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 v4 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-29 10:42 UTC  (19+ messages)
` [PATCH v4 01/14] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v4 08/14] dmaengine: tegra-apb: Fix coding style problems
` [PATCH v4 11/14] dmaengine: tegra-apb: Clean up suspend-resume

[GIT PULL]: dmaengine updates for v5.6-rc1
 2020-01-29  7:47 UTC  (7+ messages)
` Docs build broken by driver-api/dmaengine/client.rst ? (was Re: [GIT PULL]: dmaengine updates for v5.6-rc1)

[PATCH v2 -next] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
 2020-01-29  7:45 UTC 

[PATCH] dmaengine: doc: Properly indent metadata title
 2020-01-28 12:50 UTC 

[PATCH for-next 0/4] dmaengine: ti: k3-udma: Updates for next
 2020-01-28 12:44 UTC  (11+ 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)

[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 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 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  (7+ messages)
` [PATCH v2 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

[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  (7+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA

[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  (3+ messages)

[PATCH V2 1/7] dt-bindings: fsl-imx-sdma: Add i.MX8MM/i.MX8MN/i.MX8MP compatible string
 2020-01-21  9:20 UTC  (2+ messages)

[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  (2+ 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).