dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-14 14:15:41 to 2022-05-31 18:02:37 UTC [more...]

[RFC 0/1] refactor all tasklet users into other APIs
 2022-05-31 18:02 UTC  (17+ messages)
` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[PATCH v4 0/6] Enable PASID for DMA API users
 2022-05-31 17:29 UTC  (29+ messages)
` [PATCH v4 1/6] iommu: Add a per domain PASID for DMA API
` [PATCH v4 2/6] iommu: Add a helper to do PASID lookup from domain
` [PATCH v4 3/6] iommu/vt-d: Implement domain ops for attach_dev_pasid
` [PATCH v4 4/6] iommu: Add PASID support for DMA mapping API users
` [PATCH v4 5/6] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID
` [PATCH v4 6/6] iommu/vt-d: Delete unused SVM flag

[PATCH] dmaengine: add verification of DMA_INTERRUPT capability for dmatest
 2022-05-31 14:49 UTC  (4+ messages)

[PATCH v12 0/8] Enable designware PCI EP EDMA locally
 2022-05-31 14:02 UTC  (12+ messages)
` [PATCH v12 1/8] dmaengine: dw-edma: Remove unused field irq in struct dw_edma_chip
` [PATCH v12 2/8] dmaengine: dw-edma: Detach the private data and chip info structures
` [PATCH v12 3/8] dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
` [PATCH v12 4/8] dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt "
` [PATCH v12 5/8] dmaengine: dw-edma: Drop dma_slave_config.direction field usage
` [PATCH v12 6/8] dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
` [PATCH v12 7/8] dmaengine: dw-edma: Add support for chip specific flags
` [PATCH v12 8/8] PCI: endpoint: Enable DMA tests for endpoints with DMA capabilities

[PATCH 00/17] Add support for MT8365 EVK board
 2022-05-31 13:50 UTC  (18+ messages)
` [PATCH 01/17] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
` [PATCH 02/17] dt-bindings: memory: add mt8365 SoC binding documentation
` [PATCH 03/17] dt-bindings: mmc: mtk-sd: add bindings for MT8365 SoC
` [PATCH 04/17] dt-bindings: arm: mediatek: Add binding for mt8365-evk board
` [PATCH 05/17] dt-bindings: dma: mediatek,uart-dma: add MT8365 bindings
` [PATCH 06/17] dt-bindings: iio: adc: mediatek: add MT8365 SoC bindings
` [PATCH 07/17] dt-bindings: nvmem: mediatek,efuse: add MT8365 bindings
` [PATCH 08/17] dt-bindings: watchdog: mtk-wdt: Add MT8365 SoC bindings
` [PATCH 09/17] dt-bindings: spi: mt65xx: add "
` [PATCH 10/17] dt-bindings: serial: mediatek: add MT8365 bindings
` [PATCH 11/17] dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings
` [PATCH 12/17] dt-bindings: phy: mediatek,tphy: add "
` [PATCH 13/17] dt-bindings: usb: mediatek,mtu3: "
` [PATCH 14/17] dt-bindings: usb: mediatek,mtk-xhci: "
` [PATCH 15/17] arm64: dts: mediatek: add mt6357 device-tree
` [PATCH 16/17] arm64: dts: mediatek: add mt8365 device-tree
` [PATCH 17/17] arm64: dts: mediatek: add mt8365-evk board device-tree

[PATCH v2] dmaengine: altera-msgdma: correct mutex locking order
 2022-05-31  3:00 UTC  (2+ messages)

[PATCH v2] dmaengine: altera-msgdma: Fix kernel-doc
 2022-05-31  2:46 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v5.19-rc1
 2022-05-30  4:51 UTC  (4+ messages)

[PATCH] dmaengine: altera-msgdma: correct mutex locking order
 2022-05-29 17:25 UTC 

[PATCH V3] dt-bindings: dma: fsl-edma: Convert to DT schema
 2022-05-29 14:17 UTC  (2+ messages)

[PATCH] dmaengine: ti: Fix a potential under memory allocation issue in edma_setup_from_hw()
 2022-05-28 10:06 UTC  (4+ messages)

[PATCH] dt-bindings: dma: Rewrite ST-Ericsson DMA40 to YAML
 2022-05-27 21:55 UTC 

[PATCH] dmaengine: altera: Fix kernel-doc
 2022-05-26 20:15 UTC  (2+ messages)

[PATCH] dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly
 2022-05-26 13:51 UTC 

[PATCH V2] dt-bindings: dma: fsl-edma: Convert to DT schema
 2022-05-26 12:16 UTC  (2+ messages)

[PATCH] dt-bindings: dma: fsl-edma: Convert to DT schema
 2022-05-26  8:01 UTC  (2+ messages)

[PATCH] dmaengine: imx-dma: Silence a clang warning
 2022-05-26  0:54 UTC 

[PATCH] dmaengine: dmatest: use strscpy to replace strlcpy
 2022-05-25  9:03 UTC 

[PATCH v11 0/8] Enable designware PCI EP EDMA locally
 2022-05-25  9:07 UTC  (21+ messages)
` [PATCH v11 1/8] dmaengine: dw-edma: Remove unused field irq in struct dw_edma_chip
` [PATCH v11 2/8] dmaengine: dw-edma: Detach the private data and chip info structures
` [PATCH v11 3/8] dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
` [PATCH v11 4/8] dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt "
` [PATCH v11 5/8] dmaengine: dw-edma: Drop dma_slave_config.direction field usage
` [PATCH v11 6/8] dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
` [PATCH v11 7/8] dmaengine: dw-edma: Add support for chip specific flags
` [PATCH v11 8/8] PCI: endpoint: Enable DMA tests for endpoints with DMA capabilities

[PATCH v2 00/26] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-05-25  8:56 UTC  (4+ messages)
` [PATCH v2 23/26] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup

[PATCH 0/7] mailbox: apple: peek_data cleanup and implementation
 2022-05-24 15:15 UTC  (3+ messages)

[PATCH V2 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
 2022-05-24 13:07 UTC  (3+ messages)

[bug] atmel_serial RS485 TX to RX switching
 2022-05-24 13:03 UTC 

[PATCH V2 2/2] dmaengine: imx-sdma: support hdmi audio
 2022-05-24  8:06 UTC 

[PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
 2022-05-24  7:56 UTC  (3+ messages)
  ` [EXT] "

[PATCH 2/2] dmaengine: imx-sdma: support hdmi audio
 2022-05-24  7:56 UTC  (6+ messages)
  ` [EXT] "

[PATCH] dmaengine: imx-sdma: Setting DMA_PRIVATE capability during the probe
 2022-05-24  7:49 UTC 

[PATCH] dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning
 2022-05-24  7:49 UTC 

[PATCH v2] dmaengine: mxs: fix driver registering
 2022-05-23 13:22 UTC 

[PATCH] dmaengine: mxs: fix driver registering
 2022-05-23  6:26 UTC  (2+ messages)

[PATCH] dmaengine: ste_dma40: fix typo in comment
 2022-05-22 20:57 UTC  (2+ messages)

[PATCH] dmaengine: lgm: Fix an error handling path in intel_ldma_probe()
 2022-05-22 17:41 UTC 

[PATCH] dmaengine: jz4780: fix typo in comment
 2022-05-22  9:38 UTC  (2+ messages)

[PATCH] dmaengine: s3c24xx: fix typo in comment
 2022-05-21 14:06 UTC  (2+ messages)

[PATCH] dmaengine: qcom: fix typo in comment
 2022-05-21 11:11 UTC 

[PATCH] dmaengine: mediatek-cqdma: fix typo in comment
 2022-05-21 11:11 UTC 

[PATCH] dmaengine: fix typos in comments
 2022-05-21 11:11 UTC 

[PATCH] dmaengine: owl: fix typo in comment
 2022-05-21 11:10 UTC 

[PATCH v1] dmaengine: pl330: Fix lockdep warning about non-static key
 2022-05-20 18:14 UTC 

[PATCH v3 0/4] Enable PASID for DMA API users
 2022-05-19 21:05 UTC  (14+ messages)
` [PATCH v3 1/4] iommu/vt-d: Implement domain ops for attach_dev_pasid

[PATCH v2 0/2] Fix uninitialized variable usage in Tegra GPCDMA
 2022-05-19 18:05 UTC  (2+ messages)

[PATCH v2 0/2] MediaTek Helio X10 MT6795 - CQDMA driver
 2022-05-19 18:01 UTC  (5+ messages)
` [PATCH v2 1/2] dmaengine: mediatek-cqdma: Add SoC-specific match data
` [PATCH v2 2/2] dmaengine: mediatek-cqdma: Add support for MediaTek MT6795

[PATCH v1 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2022-05-19 17:58 UTC  (5+ messages)
` [v1,01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
  ` [PATCH v1 01/15] "
` [v1,03/15] Revert "dmaengine: imx-sdma: refine to load context only once"
  ` [PATCH v1 03/15] "

[PATCH] dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled
 2022-05-19 17:56 UTC  (2+ messages)

[PATCH v3 0/4] dmaengine: sun6i: Allwinner D1 support
 2022-05-19 17:55 UTC  (2+ messages)

[PATCH 0/3] STM32 MDMA IRQ handler code cleaning
 2022-05-19 17:51 UTC  (2+ messages)

[PATCH] dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessor
 2022-05-19 17:49 UTC  (2+ messages)

[PATCH 0/4] STM32 DMA pause/resume support
 2022-05-19 17:49 UTC  (2+ messages)

[PATCH] dt-bindings: dma: pl330: Add power-domains
 2022-05-19 17:29 UTC  (2+ messages)

[PATCH v2 0/6] dmaengine/ARM: use proper 'dma-channels/requests' properties
 2022-05-19 17:28 UTC  (3+ messages)
` [PATCH v2 3/6] dmaengine: ti: deprecate '#dma-channels'

[PATCH v2 0/4] dmaengine/ARM: pxa/mmp: use proper 'dma-channels/requests' properties
 2022-05-19 17:24 UTC  (2+ messages)

[PATCH -next] dmaengine: tegra: Fix build error without IOMMU_API
 2022-05-19 17:16 UTC  (2+ messages)

[PATCH v12 0/9] RZN1 DMA support
 2022-05-19 17:05 UTC  (4+ messages)

[PATCH] dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe()
 2022-05-19 13:08 UTC 

[PATCH 0/4] dmaengine: Remove unneeded ERROR checks before clk_xxx
 2022-05-19  6:34 UTC  (12+ messages)
` [PATCH 1/4] dmaengine: ep93xx_dma: Remove unneeded ERROR check before clk_put
` [PATCH 2/4] dmaengine: sprd-dma: Remove unneeded ERROR check before clk_disable_unprepare
` [PATCH 3/4] dmaengine: ste_dma40: Remove unneeded ERROR and NULL check in ste_dma40
` [PATCH 4/4] dmaengine: xgene-dma: Remove unneeded ERROR check before clk_disable_unprepare

[PATCH] dmaengine: imx-sdma: Fix compile warning 'Function parameter not described'
 2022-05-18  7:21 UTC 

[PATCH] dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-16 17:50 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH] dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
 2022-05-16 17:48 UTC  (3+ messages)

[PATCH v2 0/3] dmaengine/ARM: sprd: use proper 'dma-channels/requests' properties
 2022-05-16 13:05 UTC  (2+ messages)

[PATCH] dmaengine: idxd: make idxd_register/unregister_dma_channel() static
 2022-05-16 12:59 UTC  (2+ messages)

[PATCH] dmaengine: idxd: skip irq free when wq type is not kernel
 2022-05-16 12:59 UTC  (2+ messages)

[PATCH 0/3] dmaengine: zynqmp_dma: coverity fixes
 2022-05-16 12:58 UTC  (2+ messages)

[PATCH] dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
 2022-05-16 12:49 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Separate user and kernel pasid enabling
 2022-05-16 12:50 UTC  (2+ messages)

[PATCH] dmaengine: idxd: free irq before wq type is reset
 2022-05-16 12:50 UTC  (2+ messages)

[PATCH] dmaengine: idxd: fix lockdep warning on device driver removal
 2022-05-16 12:49 UTC  (2+ messages)

[PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4
 2022-05-16 11:31 UTC  (5+ messages)
` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: "
` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: "

[PATCH] dmaengine: tegra: Use platform_get_irq() to get IRQ resource
 2022-05-16 11:29 UTC  (4+ messages)

[PATCH] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
 2022-05-16  5:56 UTC  (3+ 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).