dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 17:02:00 to 2022-07-29 23:05:54 UTC [more...]

[PATCH 0/8] MT6795 Devicetrees and Sony Xperia M5
 2022-07-29 23:05 UTC  (13+ messages)
` [PATCH 1/8] dt-bindings: dma: mediatek,uart-dma: Add binding for MT6795 SoC
` [PATCH 2/8] dt-bindings: mmc: Add compatible for MT6795 Helio X10 SoC
` [PATCH 3/8] arm64: dts: mediatek: mt6795: Add topckgen, infra, peri clocks/resets
` [PATCH 4/8] arm64: dts: mediatek: mt6795: Replace UART dummy clocks with pericfg
` [PATCH 5/8] arm64: dts: mediatek: mt6795: Add support for APDMA and wire up UART DMAs
` [PATCH 6/8] arm64: dts: mediatek: mt6795: Add support for eMMC/SD/SDIO controllers
` [PATCH 7/7] arm64: dts: mediatek: Add support for MT6795 Sony Xperia M5 smartphone
` [PATCH 7/8] dt-bindings: arm: mediatek: Add compatible for MT6795 Sony Xperia M5
` [PATCH 8/8] arm64: dts: mediatek: Add support for MT6795 Sony Xperia M5 smartphone

Regression: memory corruption on Atmel SAMA5D31
 2022-07-29 20:09 UTC  (3+ messages)

[PATCH] dt-bindings: dma: arm,pl330: Add missing 'iommus' property
 2022-07-28 21:50 UTC  (2+ messages)

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

[PATCH v3 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-07-28 14:17 UTC  (13+ messages)
` [PATCH v3 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH v3 24/24] PCI: dwc: Add DW eDMA engine support

[RESEND PATCH v5 1/2] dmaengine: mxs: use platform_driver_register
 2022-07-28  6:18 UTC  (2+ messages)
` [RESEND PATCH v5 2/2] dmaengine: mxs: fix section mismatch

[PATCH] dma: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
 2022-07-27 14:46 UTC  (4+ messages)

[PATCH v2] dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
 2022-07-27 14:08 UTC 

[PATCH 0/8] dmaengine: hisilicon: Add support for hisi dma driver
 2022-07-27  0:58 UTC  (21+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 2/7] dmaengine: hisilicon: Fix CQ head update
  ` [PATCH v2 5/7] dmaengine: hisilicon: Adapt DMA driver to HiSilicon IP09
  ` [PATCH v2 6/7] dmaengine: hisilicon: Add dfx feature for hisi dma driver
` [PATCH v3 0/7] dmaengine: hisilicon: Add support "
  ` [PATCH v3 1/7] dmaengine: hisilicon: Disable channels when unregister hisi_dma
  ` [PATCH v3 2/7] dmaengine: hisilicon: Fix CQ head update
  ` [PATCH v3 3/7] dmaengine: hisilicon: Add multi-thread support for a DMA channel
  ` [PATCH v3 4/7] dmaengine: hisilicon: Use macros instead of magic number
  ` [PATCH v3 5/7] dmaengine: hisilicon: Adapt DMA driver to HiSilicon IP09
  ` [PATCH v3 6/7] dmaengine: hisilicon: dump regs to debugfs
  ` [PATCH v3 7/7] MAINTAINERS: Add myself as maintainer for hisi_dma

[PATCH] dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in comment
 2022-07-26 16:36 UTC  (2+ messages)

[PATCH v2] dmaengine: axi-dmac: check cache coherency register
 2022-07-26 16:35 UTC  (2+ messages)

[PATCH] dmaengine: axi-dmac: check cache coherency register
 2022-07-26 13:03 UTC  (4+ messages)

[PATCH v4] dmaengine: sh: rz-dmac: Add device_synchronize callback
 2022-07-26 12:58 UTC  (3+ messages)

[PATCH] dmaengine: Remove DMA_MEMCPY_SG operation as it has no consumers
 2022-07-26 12:53 UTC  (4+ messages)

[PATCH] dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed
 2022-07-26 12:51 UTC  (4+ messages)

[PATCH v4 0/3] Add compatible for Tegra234 GPCDMA
 2022-07-26 12:42 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: dmaengine: Add compatible for Tegra234
` [PATCH v4 2/3] dmaengine: tegra: Add terminate() "
` [PATCH v4 3/3] arm64: tegra: Update compatible for Tegra234 GPCDMA

[PATCH 16/17] arm64: dts: mediatek: add mt8365 device-tree
 2022-07-26  9:57 UTC  (3+ messages)

[PATCH v3 6/6] dt-bindings: dma: Convert Qualcomm BAM DMA binding to json format
 2022-07-22 17:31 UTC  (3+ messages)

[PATCH v3] dmaengine: sh: rz-dmac: Add device_synchronize callback
 2022-07-22  8:08 UTC  (6+ messages)

dw-axi-dmac updates (debug, minor bugfixes)
 2022-07-21 22:16 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: dw-axi-dmac: dump channel registers on error
` [PATCH 2/3] dmaengine: dw-axi-dmac: do not print NULL LLI during error
` [PATCH 3/3] dmaengine: dw-axi-dmac: ignore interrupt if no descriptor

[PATCH v2 1/2] dmaengine: sh: rz-dmac: Add device_synchronize callback
 2022-07-21 14:37 UTC  (5+ messages)

[PATCH] dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning
 2022-07-21 14:23 UTC  (2+ messages)

[PATCH 0/2] dmaengine : xilinx_dma: Fix error handling paths
 2022-07-21 13:36 UTC  (5+ messages)
` [PATCH 1/2] dmaengine: xilinx_dma: Fix probe error cleanup

[PATCH] dmaengine: xilinx: use strscpy to replace strlcpy
 2022-07-21 13:34 UTC  (3+ messages)

[RESEND PATCH v3] dmaengine: imx-sdma: Add FIFO stride support for multi FIFO script
 2022-07-21 12:59 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Correct IAX operation code names
 2022-07-21 12:41 UTC  (2+ messages)

[PATCH v2] dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)
 2022-07-21 12:38 UTC  (2+ messages)

[PATCH v2] dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
 2022-07-20  7:32 UTC 

[PATCH] dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
 2022-07-20  6:54 UTC  (3+ messages)
  `  "

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:49 UTC  (6+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield

[PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-07-19 15:47 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: stm32-dma: introduce 3 helpers to address channel flags
` [PATCH v3 2/6] dmaengine: stm32-dma: use bitfield helpers
` [PATCH v3 3/6] docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
` [PATCH v3 4/6] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v3 5/6] dmaengine: stm32-dma: add support to trigger STM32 MDMA
 2022-07-19 15:33 UTC  (2+ messages)
` [PATCH v3 6/6] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH v2 0/4] STM32 DMA-MDMA chaining feature
 2022-07-19 15:30 UTC  (8+ messages)
` [PATCH v2 1/4] docs: arm: stm32: introduce "
` [PATCH v2 2/4] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH v2 3/4] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH v2 4/4] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH 1/2] dmaengine: sh: rz-dmac: Add device_synchronize callback
 2022-07-19 14:49 UTC 

[PATCH 1/2] dmaengine: sh: rz-dmac: Add device_synchronize callback
 2022-07-19 14:48 UTC 

[PATCH v3 0/3] Add compatible for Tegra234 GPCDMA
 2022-07-19  7:41 UTC  (9+ messages)
` [PATCH v3 1/3] dt-bindings: dmaengine: Add compatible for Tegra234
` [PATCH v3 2/3] dmaengine: tegra: Add terminate() "
` [PATCH v3 3/3] arm64: tegra: Update compatible for Tegra234 GPCDMA

[PATCH v5 00/13] Canaan devicetree fixes
 2022-07-18 15:23 UTC  (14+ messages)
` [PATCH v5 02/13] dt-bindings: display: ili9341: document canaan kd233's lcd
` [PATCH v5 03/13] dt-bindings: dma: dw-axi-dmac: extend the number of interrupts
` [PATCH v5 04/13] dt-bindings: memory-controllers: add canaan k210 sram controller

[PATCH] dmaengine: Fix refcount increasing in dma_chan_get
 2022-07-16  2:44 UTC 

atmel usart and dma tx
 2022-07-14  7:13 UTC  (2+ messages)

[PATCH v1 1/4] dmaengine: hsu: Finish conversion to managed resources
 2022-07-13 17:22 UTC  (4+ messages)
` [PATCH v1 2/4] dmaengine: hsu: using for_each_set_bit to simplify the code
` [PATCH v1 3/4] dmaengine: hsu: Use GENMASK() consistently
` [PATCH v1 4/4] dmaengine: hsu: Include headers we are direct user of

[PATCH v5 1/2] dmaengine: mxs: use platform_driver_register
 2022-07-13  8:55 UTC  (5+ messages)
` [PATCH v5 2/2] dmaengine: mxs: fix section mismatch

[PATCH 0/4] STM32 DMA-MDMA chaining feature
 2022-07-12 13:37 UTC  (7+ messages)
` [PATCH 1/4] docs: arm: stm32: introduce "
` [PATCH 2/4] dmaengine: stm32-dmamux: set dmamux channel id in dma features bitfield
` [PATCH 3/4] dmaengine: stm32-dma: add support to trigger STM32 MDMA
` [PATCH 4/4] dmaengine: stm32-mdma: add support to be triggered by STM32 DMA

[PATCH] PCI: endpoint: IS_ERR() vs NULL bug in pci_epf_test_init_dma_chan()
 2022-07-12  7:43 UTC  (3+ messages)

[GIT PULL]: dmaengine fixes for v5.19
 2022-07-10 18:46 UTC  (2+ messages)

[PATCH v2 0/3] Add compatible for Tegra234 GPCDMA
 2022-07-08 17:48 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: Add compatible for Tegra234


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