dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-17 21:44:35 to 2022-10-28 20:49:10 UTC [more...]

[PATCH v4 00/15] dmaengine: Support polling for out of order completions
 2022-10-28 20:48 UTC  (18+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 3/7] dmaengine: Add dmaengine_async_is_tx_complete
  ` [PATCH v5 4/7] dmaengine: Add provider documentation on cookie assignment
  ` [PATCH v6 0/7] dmaengine: Support polling for out of order completions
    ` [PATCH v6 1/7] dmaengine: Remove dma_async_is_complete from client API
    ` [PATCH v6 2/7] dmaengine: Move dma_set_tx_state to the provider API header
    ` [PATCH v6 3/7] dmaengine: Add dmaengine_is_tx_complete
    ` [PATCH v6 4/7] dmaengine: Add provider documentation on cookie assignment
    ` [PATCH v6 5/7] dmaengine: idxd: idxd_desc.id is now a u16
    ` [PATCH v6 6/7] dmaengine: idxd: Support device_tx_status
    ` [PATCH v6 7/7] dmaengine: Revert "cookie bypass for out of order completion"

[PATCH] dmaengine: sh: Remove unused shdma-arm.h
 2022-10-28 12:21 UTC  (2+ messages)

[PATCH] dmaengine: k3-udma: Add system suspend/resume support
 2022-10-28 16:30 UTC 

[PATCH v2 00/32] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
 2022-10-28 13:00 UTC  (36+ messages)
` [PATCH v2 01/32] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH v2 02/32] dmaengine: at_hdmac: Don't start transactions at tx_submit level
` [PATCH v2 03/32] dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
` [PATCH v2 04/32] dmaengine: at_hdmac: Fix premature completion of desc "
` [PATCH v2 05/32] dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
` [PATCH v2 06/32] dmaengine: at_hdmac: Protect atchan->status with the channel lock
` [PATCH v2 07/32] dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
` [PATCH v2 08/32] dmaengine: at_hdmac: Fix concurrency over descriptor
` [PATCH v2 09/32] dmaengine: at_hdmac: Free the memset buf without holding the chan lock
` [PATCH v2 10/32] dmaengine: at_hdmac: Fix concurrency over the active list
` [PATCH v2 11/32] dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
` [PATCH v2 12/32] dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
` [PATCH v2 13/32] dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
` [PATCH v2 14/32] dmaengine: at_hdmac: Fix impossible condition
` [PATCH v2 15/32] dmaengine: at_hdmac: Check return code of dma_async_device_register
` [PATCH v2 16/32] dmaengine: at_hdmac: Do not print messages on console while holding the lock
` [PATCH v2 17/32] dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
` [PATCH v2 18/32] dmaengine: at_hdmac: Remove superfluous cast
` [PATCH v2 19/32] dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
` [PATCH v2 20/32] dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
` [PATCH v2 21/32] dmaengine: at_hdmac: Introduce atc_get_llis_residue()
` [PATCH v2 22/32] dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
` [PATCH v2 23/32] dmaengine: at_hdmac: Use devm_platform_ioremap_resource
` [PATCH v2 24/32] dmaengine: at_hdmac: Use devm_clk_get()
` [PATCH v2 25/32] dmaengine: at_hdmac: Use pm_ptr()
` [PATCH v2 26/32] dmaengine: at_hdmac: Set include entries in alphabetic order
` [PATCH v2 27/32] dmaengine: at_hdmac: Keep register definitions and structures private to at_hdmac.c
` [PATCH v2 28/32] dmaengine: at_hdmac: Use bitfield access macros
` [PATCH v2 29/32] dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
` [PATCH v2 30/32] dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
` [PATCH v2 31/32] dmaengine: at_hdmac: Remove unused member of at_dma_chan
` [PATCH v2 32/32] dmaengine: at_hdmac: Convert driver to use virt-dma

[PATCH] vdec_vp9_if: add check for NULL for vsi->frm_bufs[vsi->new_fb_idx].buf.fb in vp9_swap_frm_bufs
 2022-10-28  9:25 UTC 

[PATCH 0/5] Xilinx DMA enhancements and optimization
 2022-10-28  7:17 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: dmaengine: xilinx_dma: Add xlnx,axistream-connected property
` [PATCH 2/5] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property
` [PATCH 3/5] dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
` [PATCH 4/5] dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
` [PATCH 5/5] dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase

[PATCH v8 0/2] dmaengine: sdma support hdmi audio
 2022-10-28  2:01 UTC  (6+ messages)
` [PATCH v8 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
    ` [EXT] "
` [PATCH v8 2/2] dmaengine: imx-sdma: support hdmi in sdma

[PATCH RESEND v2 0/3] Tegra GCPDMA: Add dma-channel-mask support
 2022-10-27 13:38 UTC  (10+ messages)
` [PATCH RESEND v2 1/3] dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
` [PATCH RESEND v2 2/3] arm64: tegra: Add dma-channel-mask in GPCDMA node
` [PATCH RESEND v2 3/3] dmaengine: tegra: Add support for dma-channel-mask

[PATCH 0/8] MT6795 Devicetrees and Sony Xperia M5
 2022-10-27 10:01 UTC  (6+ messages)
` [PATCH 7/7] arm64: dts: mediatek: Add support for MT6795 Sony Xperia M5 smartphone

[PATCH v2 0/1] dmaengine: qcom: Add support for metadata in bam_dma
 2022-10-27  5:20 UTC  (2+ messages)
` [PATCH v2 1/1] dmaengine: qcom: bam_dma: Add support for metadata

[PATCH v2 0/3] dmaengine: Add support for immediate commands
 2022-10-27  5:14 UTC  (4+ messages)
` [PATCH v2 1/3] doc: dmaengine: client-api: Add immediate commands in the DMA client API
` [PATCH v2 2/3] dmaengine: Add support for immediate commands in the "
` [PATCH v2 3/3] dmaengine: bam_dma: Add support for immediate commands

[PATCH] dmaengine: ti: edma: Remove the unused function edma_and()
 2022-10-26 17:21 UTC  (3+ messages)

[PATCH] dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
 2022-10-26 17:14 UTC  (2+ messages)

[PATCH] dmaengine: fsl-edma: fix potential NULL pointer dereference in fsl_edma_tx_status()
 2022-10-26 10:18 UTC 

[PATCH RESEND v5 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-10-25 20:50 UTC  (3+ messages)

[PATCH V9 XDMA 0/2] xilinx XDMA driver
 2022-10-25 17:57 UTC  (3+ messages)
` [PATCH V9 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
` [PATCH V9 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support

[PATCH v7 0/2] dmaengine: sdma support hdmi audio
 2022-10-25  8:37 UTC  (7+ messages)
` [PATCH v7 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
    ` [EXT] "
` [PATCH v7 2/2] dmaengine: imx-sdma: support hdmi in sdma

[PATCH 0/2] dmaengine: xilinx_dma: minor documentation updates
 2022-10-25  7:42 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: xilinx_dma: fix xilinx_dma_child_probe() return documentation
` [PATCH 2/2] dmaengine: xilinx_dma : add xilinx_dma_device_config() "

[PATCH] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
 2022-10-24 19:50 UTC 

[PATCH 00/21] ARM: s3c: clean out obsolete platforms
 2022-10-24 13:18 UTC  (7+ messages)
` [PATCH 14/21] dmaengine: remove s3c24xx driver

[PATCH V8 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
 2022-10-24 12:59 UTC  (2+ messages)

[PATCH] dmaengine: stm32-dma: fix potential race between pause and resume
 2022-10-24  8:36 UTC 

[PATCH 5.19 412/717] dmaengine: idxd: avoid deadlock in process_misc_interrupts()
 2022-10-22  7:24 UTC 

[PATCH] dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
 2022-10-22  7:49 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCH 00/11] ARM: sa1100, mmp: drop unused board files
 2022-10-21 15:49 UTC  (2+ messages)
` [PATCH 09/11] ARM: mmp: remove custom sram code

[PATCH V2] dmaengine: sprd: Support two-stage dma interrupt
 2022-10-21  1:35 UTC  (6+ messages)

[PATCH] dmaengine: fix possible memory leak in while registering device channel
 2022-10-21  1:31 UTC  (3+ messages)

[PATCH] MAINTAINERS: remove section INTEL IOP-ADMA DMA DRIVER
 2022-10-20 15:28 UTC  (2+ messages)

[PATCH v6 0/4] dmaengine: sdma support hdmi audio
 2022-10-20 10:19 UTC  (4+ messages)
` [PATCH v6 2/4] dmaengine: imx-sdma: "
    ` [EXT] "

[PATCH RESEND v2 0/3] Tegra GCPDMA: Add dma-channel-mask support
 2022-10-20  8:35 UTC  (6+ messages)
` [PATCH RESEND v2 1/3] dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
` [PATCH RESEND v2 2/3] arm64: tegra: Add dma-channel-mask in GPCDMA node
` [PATCH RESEND v2 3/3] dmaengine: tegra: Add support for dma-channel-mask

[PATCH 00/33] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
 2022-10-20  7:24 UTC  (10+ messages)
` [PATCH 07/33] dmaengine: at_hdmac: Fix at_lli struct definition
` [PATCH 28/33] dmaengine: at_hdmac: Use devm_request_irq()
` [PATCH 31/33] dmaengine: at_hdmac: Use pm_ptr()

[PATCH v2 0/2] Add dma gpi support for QDU1000/QRU1000 SoCs
 2022-10-19 17:08 UTC  (5+ messages)
` [PATCH v2 2/2] dmaengine: qcom: gpi: Add compatible for QDU1000 and QRU1000

[PATCH 00/17] ARM: remove old board files
 2022-10-19 16:56 UTC  (4+ messages)
  ` [PATCH 10/17] dmaengine: remove iop-adma driver

[PATCH v2 1/2] dmaengine: apple-admac: Fix grabbing of channels in of_xlate
 2022-10-19 16:54 UTC  (3+ messages)
` [PATCH v2 2/2] dmaengine: apple-admac: Allocate cache SRAM to channels

[PATCH 7/8] serial: 8250/ingenic: Add support for the JZ4750/JZ4755 SoCs
 2022-10-19 15:19 UTC  (9+ messages)

[PATCH] dmaengine: pxa_dma: use platform_get_irq_optional
 2022-10-19 14:26 UTC  (2+ messages)

[PATCH] dmaengine: idxd: fix RO device state error after been disabled/reset
 2022-10-19 14:22 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: idxd: Fix max batch size issues for Intel IAA
 2022-10-19 13:50 UTC  (2+ messages)

[PATCH v3 0/2] Add Ingenic JZ4755 DMA support
 2022-10-19 13:43 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: ingenic: Add support for the JZ4755 dmaengine
` [PATCH v3 2/2] dmaengine: JZ4780: Add support for the JZ4755

[PATCH v2] dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Addressing
 2022-10-19 13:32 UTC  (3+ messages)

[PATCH] dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it
 2022-10-19 13:31 UTC  (2+ messages)

[PATCH v3 0/3] dma/ti: enable udma and psil to be built as modules
 2022-10-19 13:28 UTC  (2+ messages)

[PATCH] dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
 2022-10-19 13:27 UTC  (2+ messages)

[PATCH RESEND 1/2] dmaengine: apple-admac: Fix grabbing of channels in of_xlate
 2022-10-19 13:03 UTC  (3+ messages)
` [PATCH RESEND 2/2] dmaengine: apple-admac: Allocate cache SRAM to channels

[PATCH v6 0/4] SDM670 GPI DMA support
 2022-10-19 12:48 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: dma: qcom: gpi: add fallback compatible
` [PATCH v6 2/4] dt-bindings: dma: qcom: gpi: add compatible for sdm670
` [PATCH v6 3/4] dmaengine: qcom: deprecate redundant of_device_id entries
` [PATCH v6 4/4] arm64: dts: qcom: add gpi-dma fallback compatible

[PATCH v2 0/5] dma/arm64: qcom: use one compatible also for 0x10000 offset
 2022-10-19 12:49 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: dma: qcom: gpi: Use sm6350 fallback
` [PATCH v2 2/5] dmaengine: qcom: gpi: Document preferred SM6350 binding
` [PATCH v2 3/5] arm64: dts: qcom: sc7280: Add GPI DMA compatible fallback
` [PATCH v2 4/5] arm64: dts: qcom: sm8350: "
` [PATCH v2 5/5] arm64: dts: qcom: sm8450: "

[PATCH 6.0 507/862] dmaengine: idxd: avoid deadlock in process_misc_interrupts()
 2022-10-19  8:29 UTC 

[PATCH v4 0/2] Add Ingenic JZ4755 DMA support
 2022-10-19  6:39 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: ingenic: Add support for the JZ4755 dmaengine
` [PATCH v4 2/2] dmaengine: JZ4780: Add support for the JZ4755

[PATCH 0/5] dma/arm64: qcom: use one compatible also for 0x10000 offset
 2022-10-18 13:45 UTC  (18+ messages)
` [PATCH 1/5] dt-bindings: dma: qcom: gpi: use sm6350 fallback
` [PATCH 2/5] dmaengine: qcom: gpi: document preferred SM6350 binding
` [PATCH 3/5] arm64: dts: qcom: sc7280: Add GPI DMA compatible fallback
` [PATCH 4/5] arm64: dts: qcom: sm8350: "
` [PATCH 5/5] arm64: dts: qcom: sm8450: "

[PATCH v2 0/2] Add Ingenic JZ4755 DMA support
 2022-10-18 13:19 UTC  (6+ messages)
` [PATCH v2 2/2] dmaengine: JZ4780: Add support for the JZ4755

[PATCH V8 XDMA 0/2] xilinx XDMA driver
 2022-10-18  9:07 UTC  (2+ messages)

[PATCH v4 0/4] SDM670 GPI DMA support
 2022-10-18  3:05 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/3] SDM670 GPI DMA support
 2022-10-17 21:37 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: dma: qcom: gpi: add fallback compatible


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