dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 07:42:44 to 2022-11-10 15:44:11 UTC [more...]

[PATCH] dmaengine: use devm_platform_get_and_ioremap_resource()
 2022-11-10 15:43 UTC  (3+ messages)

[PATCH v3] dmaengine: drivers: Use devm_platform_ioremap_resource()
 2022-11-10 15:25 UTC 

[PATCH v4 0/4] soc: ti: Add module build support to the socinfo
 2022-11-10 11:21 UTC  (7+ messages)
` [PATCH v4 1/4] soc: ti: Convert allocations to devm
` [PATCH v4 2/4] soc: ti: Add module build support
` [PATCH v4 3/4] dmaengine: ti: k3-udma: Deferring probe when soc_device_match() returns NULL
` [PATCH v4 4/4] net: ethernet: ti: davinci_mdio: "

[PATCH 02/10] dt-bindings: dmaengine: qcom: gpi: add compatible for SM6375
 2022-11-09 11:12 UTC 

[PATCH v2] dmaengine: drivers: Use devm_platform_ioremap_resource()
 2022-11-09  7:54 UTC  (2+ messages)

[PATCH V9 XDMA 0/2] xilinx XDMA driver
 2022-11-08 17:55 UTC  (9+ 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 0/3] Add descriptor definitions for a few new DSA operations
 2022-11-08 16:13 UTC  (5+ messages)
` [PATCH 1/3] dmaengine: idxd: Add descriptor definitions for 16 bytes of pattern in memory fill operation
` [PATCH 2/3] dmaengine: idxd: Add descriptor definitions for DIX generate operation
` [PATCH 3/3] dmaengine: idxd: Add descriptor definitions for translation fetch operation

[PATCH v1 1/2] at_hdmac: check and return DMA_PAUSED status when suitable
 2022-11-08 12:18 UTC  (5+ messages)
` [PATCH v1 2/2] at_hdmac: return actual status when txstatus parameter is NULL

[PATCH v6 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-11-07 21:11 UTC  (26+ messages)
` [PATCH v6 01/24] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH v6 02/24] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH v6 03/24] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH v6 04/24] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH v6 05/24] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH v6 06/24] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH v6 07/24] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH v6 08/24] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH v6 09/24] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH v6 10/24] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH v6 11/24] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH v6 12/24] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH v6 13/24] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH v6 14/24] dmaengine: dw-edma: Rename DebugFS dentry variables to 'dent'
` [PATCH v6 15/24] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH v6 16/24] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH v6 17/24] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH v6 18/24] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH v6 19/24] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH v6 20/24] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH v6 21/24] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH v6 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH v6 23/24] dmaengine: dw-edma: Skip cleanup procedure if no private data found
` [PATCH v6 24/24] PCI: dwc: Add DW eDMA engine support

[PATCH v2] dmaengine: k3-udma: Add system suspend/resume support
 2022-11-07 13:23 UTC  (3+ messages)

[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: 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] 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  (3+ 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  (2+ 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  (9+ messages)
` [PATCH RESEND v2 1/3] dt-bindings: dmaengine: Add dma-channel-mask to Tegra GPCDMA
` [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 v5 0/7] dmaengine: Support polling for out of order completions
 2022-10-28 20:48 UTC  (9+ messages)
` [PATCH v6 "
  ` [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  (6+ messages)
` [PATCH v7 1/2] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
    ` [EXT] "


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