messages from 2022-10-19 16:38:46 to 2022-11-07 09:00:15 UTC [more...]
[PATCH v2 00/32] dmaengine: at_hdmac: Fix concurrency bugs and then convert to virt-dma
2022-11-07 9:00 UTC (42+ 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 0/3] dmaengine: dw-edma: Add support for native HDMA
2022-11-07 3:20 UTC (9+ messages)
` [PATCH 1/3] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH 2/3] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH 3/3] dmaengine: dw-edma: Add support for native HDMA
[PATCH v2 0/5] dma/arm64: qcom: use one compatible also for 0x10000 offset
2022-11-07 3:12 UTC (2+ messages)
` (subset) "
[PATCH v2] dmaengine: k3-udma: Add system suspend/resume support
2022-11-05 18:49 UTC (2+ messages)
[PATCH v2] dmaengine: fix possible memory leak in while registering device channel
2022-11-05 9:29 UTC
[PATCH V2] dmaengine: Fix client_count is countered one more incorrectly
2022-11-05 7:18 UTC (5+ messages)
[PATCH V9 XDMA 0/2] xilinx XDMA driver
2022-11-05 7:17 UTC (8+ 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] Documentation: devres: add missing devm_acpi_dma_controller_free() helper
2022-11-04 14:48 UTC (3+ messages)
[PATCH v5 3/8] dt-bindings: dmaengine: qcom: gpi: add compatible for SM6115
2022-11-04 14:45 UTC (3+ messages)
[PATCH] dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
2022-11-04 14:44 UTC (3+ messages)
` [PATCH RESEND] "
[PATCH] dmaengine: stm32-dma: fix potential race between pause and resume
2022-11-04 14:43 UTC (2+ messages)
[PATCH] dmaengine: sh: Remove unused shdma-arm.h
2022-11-04 14:42 UTC (3+ messages)
[PATCH] dmaengine: ti: edma: Remove the unused function edma_and()
2022-11-04 14:40 UTC (4+ messages)
` 回复:[PATCH] "
[PATCH] dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
2022-11-04 14:38 UTC (3+ messages)
[PATCH] dmaengine: fsl-edma: fix potential NULL pointer dereference in fsl_edma_tx_status()
2022-11-04 14:37 UTC (2+ messages)
[PATCH 0/2] dmaengine: xilinx_dma: minor documentation updates
2022-11-04 14:24 UTC (4+ 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-11-04 14:23 UTC (2+ messages)
[PATCH 00/21] ARM: s3c: clean out obsolete platforms
2022-11-04 14:14 UTC (8+ messages)
` [PATCH 14/21] dmaengine: remove s3c24xx driver
[PATCH 00/11] ARM: sa1100, mmp: drop unused board files
2022-11-04 14:07 UTC (3+ messages)
` [PATCH 09/11] ARM: mmp: remove custom sram code
[PATCH] MAINTAINERS: remove section INTEL IOP-ADMA DMA DRIVER
2022-11-04 14:06 UTC (3+ messages)
[PATCH v9 0/2] dmaengine: sdma support hdmi audio
2022-11-04 13:02 UTC (7+ messages)
` [PATCH v9 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
` [EXT] "
` [PATCH v9 2/2] dmaengine: imx-sdma: support hdmi in sdma
[PATCH] vdec_vp9_if: add check for NULL for vsi->frm_bufs[vsi->new_fb_idx].buf.fb in vp9_swap_frm_bufs
2022-11-04 12:41 UTC (2+ messages)
[PATCH v2 0/3] dmaengine: Add support for immediate commands
2022-11-04 12:40 UTC (5+ 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 v2 0/1] dmaengine: qcom: Add support for metadata in bam_dma
2022-11-04 12:29 UTC (3+ messages)
` [PATCH v2 1/1] dmaengine: qcom: bam_dma: Add support for metadata
[PATCH] dt-bindings: dmaengine: zynqmp_dma: add xlnx,bus-width required property
2022-11-03 13:39 UTC (4+ messages)
[PATCH] dmaengine: k3-udma: Add system suspend/resume support
2022-11-02 15:10 UTC (2+ messages)
[PATCH v3 0/3] Tegra GPCDMA: Add channel-mask support
2022-11-02 10:11 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
` [PATCH v3 2/3] arm64: tegra: Add dma-channel-mask in GPCDMA node
` [PATCH v3 3/3] dmaengine: tegra: Add support for dma-channel-mask
[PATCH RESEND v2 0/3] Tegra GCPDMA: Add dma-channel-mask support
2022-11-01 11:40 UTC (11+ 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 v8 0/2] dmaengine: sdma support hdmi audio
2022-10-31 10:55 UTC (7+ 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 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 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 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 RESEND v5 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
2022-10-25 20:50 UTC (3+ messages)
[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 V8 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
2022-10-24 12:59 UTC (2+ messages)
[PATCH 5.19 412/717] dmaengine: idxd: avoid deadlock in process_misc_interrupts()
2022-10-22 7:24 UTC
[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 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 (4+ messages)
` [PATCH RESEND v2 1/3] dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
[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 (3+ 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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).