dmaengine Archive mirror
 help / color / mirror / Atom feed
[PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()
 2024-05-28 23:25 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: imx-sdma: don't print warning when firmware is absent

[PATCH v2 1/1] dt-bindings: fsl-qdma: Convert to yaml format
 2024-05-28 16:37 UTC 

[PATCH][RFC] dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
 2024-05-28 16:27 UTC  (3+ messages)

[PATCH v2 0/3] dmaengine: ioatdma: Fix mem leakage series
 2024-05-28 16:08 UTC  (5+ messages)
` [PATCH v2 1/3] dmaengine: ioatdma: Fix leaking on version mismatch
` [PATCH v2 2/3] dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
` [PATCH v2 3/3] dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()

[RESEND PATCH 0/2] Virtualization support for Tegra ADMA
 2024-05-28 15:35 UTC  (11+ messages)
` [RESEND PATCH 1/2] dt-bindings: dma: Add reg-names to nvidia,tegra210-adma
` [RESEND PATCH 2/2] dmaengine: tegra210-adma: Add support for ADMA virtualization

[PATCH 0/7] Add support of AMD AE4DMA DMA Engine
 2024-05-28 15:21 UTC  (14+ messages)
` [PATCH 1/7] dmaengine: Move AMD DMA driver to separate directory
` [PATCH 2/7] dmaengine: ae4dma: Add AMD ae4dma controller driver
` [PATCH 3/7] dmaengine: ptdma: Move common functions to common code
` [PATCH 4/7] dmaengine: ptdma: Extend ptdma to support multi-channel and version
` [PATCH 5/7] dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_register
` [PATCH 6/7] dmaengine: ptdma: Extend ptdma-debugfs to support multi-queue
` [PATCH 7/7] dmaengine: ae4dma: Register debugfs using ptdma_debugfs_setup

[PATCH] dmaengine: fsl-edma: avoid linking both modules
 2024-05-28 15:05 UTC  (2+ messages)

[PATCH 00/18] BCM2835 DMA mapping cleanups and fixes
 2024-05-28  6:33 UTC  (20+ messages)
` [PATCH 01/18] dma-direct: take dma-ranges/offsets into account in resource mapping
` [PATCH 02/18] dmaengine: bcm2835: Support common dma-channel-mask
` [PATCH 03/18] ARM: dts: bcm283x: Update to use dma-channel-mask
` [PATCH 04/18] dmaengine: bcm2835: move CB info generation into separate function
` [PATCH 05/18] dmaengine: bcm2835: move CB final extra info generation into function
` [PATCH 06/18] dmaengine: bcm2835: make address increment platform independent
` [PATCH 07/18] dmaengine: bcm2385: drop info parameters
` [PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH 09/18] dmaengine: bcm2835: Add function to handle DMA mapping
` [PATCH 10/18] dmaengine: bcm2835: Add backwards compatible handling until clients updated
` [PATCH 11/18] dmaengine: bcm2835: Use dma_map_resource to map addresses
` [PATCH 12/18] dmaengine: bcm2835: Read ranges if dma-ranges aren't mapped
` [PATCH 13/18] arm: dt: Add dma-ranges to the bcm283x platforms
` [PATCH 14/18] mmc: bcm2835: Use phys addresses for slave DMA config
` [PATCH 15/18] spi: "
` [PATCH 16/18] drm/vc4: "
` [PATCH 17/18] ASoC: bcm2835-i2s: Use phys addresses for DAI DMA
` [PATCH 18/18] dmaengine: bcm2835: Revert the workaround for DMA addresses

[PATCH 0/2] Add I2C and SPI busses for SDX75
 2024-05-28  3:32 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: dma: qcom,gpi: document the SDX75 GPI DMA Engine
` [PATCH 2/2] arm64: dts: qcom: sdx75: Support for I2C and SPI
` (subset) [PATCH 0/2] Add I2C and SPI busses for SDX75

[PATCH] dmaengine: xilinx: xdma: Fixes possible threading issue
 2024-05-27 18:32 UTC  (2+ messages)

[PATCH v2 0/6] mtd: nand: gpmi-nand: add imx8qxp gpmi nand support
 2024-05-27 12:18 UTC  (14+ messages)
` [PATCH v2 1/6] dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string
` [PATCH v2 2/6] dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl,imx8qxp-dma-apbh"
` [PATCH v2 3/6] mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdata
` [PATCH v2 4/6] mtd: rawnand: gpmi: add iMX8QXP support
` [PATCH v2 5/6] arm64: dts: imx8-ss-conn: add gpmi nand node
` [PATCH v2 6/6] arm64: dts: imx8dxl-ss-conn: add gpmi nand

[PATCH v3 00/12] Introduce STM32 DMA3 support
 2024-05-27  8:41 UTC  (17+ messages)
` [PATCH v3 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v3 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH v3 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation
` [PATCH v3 04/12] dt-bindings: dma: Document STM32 DMA3 controller bindings
` [PATCH v3 05/12] dmaengine: Add STM32 DMA3 support
` [PATCH v3 06/12] dmaengine: stm32-dma3: add DMA_CYCLIC capability
` [PATCH v3 07/12] dmaengine: stm32-dma3: add DMA_MEMCPY capability
` [PATCH v3 08/12] dmaengine: stm32-dma3: add device_pause and device_resume ops
` [PATCH v3 09/12] dmaengine: stm32-dma3: improve residue granularity
` [PATCH v3 10/12] dmaengine: add channel device name to channel registration
` [PATCH v3 11/12] dmaengine: stm32-dma3: defer channel registration to specify channel name
` [PATCH v3 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251

[PATCH 0/3] dmaengine: ioatdma: Fix mem leakage series
 2024-05-25 14:57 UTC  (7+ messages)
` [PATCH 1/3] dmaengine: ioatdma: Fix leaking on version mismatch
` [PATCH 2/3] dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
` [PATCH 3/3] dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()

DMA Transfer Synchronization Issue in Out-of-Tree Sound Card Driver
 2024-05-24 16:13 UTC  (4+ messages)

[PATCH] : XDMA's Channel in stream mode initial support
 2024-05-23 16:25 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3689b0ef08b70e4e03b82ebd37730a03a672853a
 2024-05-23 14:02 UTC 

[RESEND PATCH 1/2] : Fix DMAR Error NO_PASID when IOMMU is enabled
 2024-05-23  8:50 UTC  (3+ messages)

[RESEND PATCH 2/2] : IRQ Pending signal's state leaved true once stopped
 2024-05-22 12:12 UTC 

[RESEND PATCH 0/2] : dmaengine, xdma.c : NULL pointer check instead of IS_ERR() on devm_regmap_init_mmio() call
 2024-05-22 12:12 UTC 

[PATCH] dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()
 2024-05-21 18:22 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773
 2024-05-21 16:43 UTC  (2+ messages)

[PATCH] dt-bindings: dma: fsl-edma: fix dma-channels constraints
 2024-05-21 14:22 UTC  (3+ messages)

[PATCH 0/2] Virtualization support for Tegra ADMA
 2024-05-21 10:58 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: dma: Add reg-names to nvidia,tegra210-adma
` [PATCH 2/2] dmaengine: tegra210-adma: Add support for ADMA virtualization

[PATCH 1/1] dt-bindings: fsl-qdma: Convert to yaml format
 2024-05-21  8:26 UTC  (2+ messages)

[PATCH 0/5] mtd: nand: gpmi-nand: add imx8qxp gpmi nand support
 2024-05-20 20:40 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string
` [PATCH 2/5] dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl,imx8qxp-dma-apbh"
` [PATCH 3/5] mtd: rawnand: gpmi: add iMX8QXP support
` [PATCH 4/5] arm64: dts: imx8-ss-conn: add gpmi nand node
` [PATCH 5/5] arm64: dts: imx8dxl-ss-conn: add gpmi nand

[PATCH v2] dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
 2024-05-20 16:21 UTC  (2+ messages)

[PATCH v3] dmaengine: qcom: gpi: remove unused struct 'reg_info'
 2024-05-20 16:18 UTC  (2+ messages)

[PATCH v3 00/12] Introduce STM32 DMA3 support
 2024-05-20 15:46 UTC  (5+ messages)
` [PATCH v3 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v3 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH v3 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation

[PATCH 00/12] Introduce STM32 DMA3 support
 2024-05-20 15:42 UTC  (14+ messages)
` [PATCH 05/12] dmaengine: Add "

[PATCH v2] dmaengine: qcom: gpi: remove unused struct 'reg_info'
 2024-05-17 23:41 UTC  (8+ messages)

[PATCH] dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
 2024-05-16 15:28 UTC  (3+ messages)

[PATCH] dmaengine: qcom: gpi: remove unused struct 'gpi_desc'
 2024-05-16 15:25 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[PATCH 1/1] dmaengine: fsl-edma: merge mcf-edma into fsl-edma driver
 2024-05-15  8:17 UTC  (5+ messages)

[PATCH] dmaengine: ioatdma: Fix missing kmem_cache_destroy()
 2024-05-14 15:38 UTC  (2+ messages)

[PATCH v2 00/12] Introduce STM32 DMA3 support
 2024-05-10 21:08 UTC  (7+ messages)
` [PATCH v2 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v2 04/12] dt-bindings: dma: Document STM32 DMA3 controller bindings
` [PATCH v2 11/12] dmaengine: stm32-dma3: defer channel registration to specify channel name
` [PATCH v2 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251

[linux-next:master] BUILD REGRESSION 75fa778d74b786a1608d55d655d42b480a6fa8bd
 2024-05-10 21:06 UTC 

[PATCH] dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM
 2024-05-10 16:43 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 704ba27ac55579704ba1289392448b0c66b56258
 2024-05-09 21:51 UTC 

[PATCH] dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()
 2024-05-09 11:02 UTC 

[linux-next:master] BUILD REGRESSION e7b4ef8fffaca247809337bb78daceb406659f2d
 2024-05-08 20:18 UTC 

[PATCH v4 0/7] crypto: starfive: Add support for JH8100
 2024-05-08  2:12 UTC  (3+ messages)
` [PATCH v4 5/7] dmaengine: dw-axi-dmac: Support hardware quirks

[v4,1/1] dmaengine: dw-axi-dmac: Support src_maxburst and dst_maxburst
 2024-05-08  1:42 UTC 

[PATCH AUTOSEL 6.8 02/23] dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver
 2024-05-07 22:56 UTC 

[PATCH] IRQ Pending signal's state leaved true once stopped
 2024-05-07 15:14 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 read-only IMAP folder(s) and NNTP newsgroup(s).