dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 09:41:23 to 2020-12-17 18:13:46 UTC [more...]

[PATCH 0/3] dmaengine: xilinx_dma: coverity fixes
 2020-12-17 18:10 UTC 

[GIT PULL]: dmaengine update for v5.11-rc1
 2020-12-17 17:24 UTC 

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2020-12-17 14:37 UTC 

[PATCH 2/2] dmaengine: fsl-dpaa2-qdma: Update DPDMAI interfaces
 2020-12-17  9:23 UTC 

[PATCH 1/2] dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
 2020-12-17  9:23 UTC 

[PATCH -next] qcom: bam_dma: Delete useless kfree code
 2020-12-16 18:32 UTC  (2+ messages)

[PATCH] dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
 2020-12-16 17:13 UTC  (2+ messages)

[PATCH] dmaengine: idxd: off by one in cleanup code
 2020-12-16 16:22 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: Fix pktdma rchan TPL level setup
 2020-12-16 15:48 UTC 

[RESEND PATCH v10 0/2] Add Intel LGM SoC DMA support
 2020-12-16  4:08 UTC  (3+ messages)
` [RESEND PATCH v10 1/2] dt-bindings: dma: Add bindings for Intel LGM SoC
` [RESEND PATCH v10 2/2] Add Intel LGM SoC DMA support

[PATCH v7 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-12-16  2:10 UTC  (17+ messages)
` [PATCH v7 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v7 02/16] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v7 03/16] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v7 04/16] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v7 05/16] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v7 06/16] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v7 07/16] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v7 08/16] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v7 09/16] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v7 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v7 11/16] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v7 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v7 13/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v7 14/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v7 15/16] dmaengine: dw-axi-dmac: Set constraint to the Max segment size
` [PATCH v7 16/16] dmaengine: dw-axi-dmac: Virtually split the linked-list

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2020-12-16  1:48 UTC  (6+ messages)

[PATCH 00/15] dmaengine: dw-edma: HDMA support
 2020-12-15 17:30 UTC  (15+ messages)
` [PATCH 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH 15/15] dmaengine: dw-edma: Add pcim_iomap_table return checker

[PATCH 0/2] dmaengine: ti: Maintainer mail address change
 2020-12-15 13:13 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: Add entry for Texas Instruments DMA drivers
` [PATCH 2/2] dt-bindings: dma: ti: Update maintainer and author information

[PATCH v6 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-12-15  8:09 UTC  (21+ messages)
` [PATCH v6 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v6 02/16] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v6 03/16] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v6 04/16] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v6 05/16] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v6 06/16] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v6 07/16] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v6 08/16] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v6 09/16] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v6 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v6 11/16] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v6 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v6 13/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v6 14/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v6 15/16] dmaengine: dw-axi-dmac: Set constraint to the Max segment size
` [PATCH v6 16/16] dmaengine: dw-axi-dmac: Virtually split the linked-list

[PATCH v7 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-15 11:09 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH v7 2/4] clk: hisilicon: Add clock driver for hi3559A SoC
` [PATCH v7 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller
` [PATCH v7 4/4] dmaengine: dma: Add Hiedma Controller v310 Device Driver

[PATCH RESEND v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-14  9:59 UTC  (7+ messages)
` [PATCH RESEND v6 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH RESEND v6 2/4] clk: hisilicon: Add clock driver for hi3559A SoC
` [PATCH RESEND v6 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller
` [PATCH v6 RESEND 4/4] dmaengine: dma: Add Hiedma Controller v310 Device Driver

[PATCH 0/2] dmaengine: ti: k3-udma: memcpy throughput improvement
 2020-12-14  8:13 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: Extend the dmaengine_alignment for 128 and 256 bytes
` [PATCH 2/2] dmaengine: ti: k3-udma: Add support for burst_size configuration for mem2mem

[PATCH] soc: ti: k3-ringacc: Use correct error casting in k3_ringacc_dmarings_init
 2020-12-14  7:03 UTC  (2+ messages)

[PATCH] dmaengine: owl-dma: Fix a resource leak in the remove function
 2020-12-12 16:25 UTC 

[PATCH 2/2] dmaengine: fsldma: Fix a resource leak in an error handling path of the probe function
 2020-12-12 16:06 UTC 

[PATCH 1/2] dmaengine: fsldma: Fix a resource leak in the remove function
 2020-12-12 16:05 UTC 

[PATCH v3 00/20] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-12-12  5:21 UTC  (31+ messages)
` [PATCH v3 01/20] dmaengine: ti: k3-udma: Correct normal channel offset when uchan_cnt is not 0
` [PATCH v3 02/20] dmaengine: ti: k3-udma: Wait for peer teardown completion if supported
` [PATCH v3 03/20] dmaengine: ti: k3-udma: Add support for second resource range from sysfw
` [PATCH v3 04/20] dmaengine: ti: k3-udma-glue: Add function to get device pointer for DMA API
` [PATCH v3 05/20] dmaengine: ti: k3-udma-glue: Get the ringacc from udma_dev
` [PATCH v3 06/20] dmaengine: ti: k3-udma-glue: Configure the dma_dev for rings
` [PATCH v3 07/20] dmaengine: of-dma: Add support for optional router configuration callback
` [PATCH v3 08/20] dmaengine: Add support for per channel coherency handling
` [PATCH v3 09/20] dmaengine: doc: client: Update for dmaengine_get_dma_device() usage
` [PATCH v3 10/20] dmaengine: dmatest: Use dmaengine_get_dma_device
` [PATCH v3 11/20] dt-bindings: dma: ti: Add document for K3 BCDMA
` [PATCH v3 12/20] dt-bindings: dma: ti: Add document for K3 PKTDMA
` [PATCH v3 13/20] dmaengine: ti: k3-psil: Extend psil_endpoint_config "
` [PATCH v3 14/20] dmaengine: ti: k3-psil: Add initial map for AM64
` [PATCH v3 15/20] dmaengine: ti: Add support for k3 event routers
` [PATCH v3 16/20] soc: ti: k3-ringacc: add AM64 DMA rings support
` [PATCH v3 17/20] dmaengine: ti: k3-udma: Initial support for K3 BCDMA
` [PATCH v3 18/20] dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handling
` [PATCH v3 19/20] dmaengine: ti: k3-udma: Initial support for K3 PKTDMA
` [PATCH v3 20/20] dmaengine: ti: k3-udma-glue: Add "

[PATCH 0/4] Bunch of improvements for STM32 DMA controllers
 2020-12-11 15:43 UTC  (2+ messages)

[PATCH] dmaengine: idxd: add IAX configuration support in the IDXD driver
 2020-12-11 14:16 UTC  (3+ messages)

[PATCH] dmaengine: bam_dma: fix return of bam_dma_irq()
 2020-12-11 14:18 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: dma: mtk-apdma: add bindings for MT8516 SOC
 2020-12-11 13:52 UTC  (2+ messages)

[PATCH] dmaengine: qcom: Fix ADM driver kerneldoc markup
 2020-12-11 13:36 UTC  (2+ messages)

[PATCH] dmaengine: ti: edma: Fix reference count leaks due to pm_runtime_get_sync
 2020-12-11 13:35 UTC  (4+ messages)

[PATCH v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-12 13:08 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH v6 2/4] clk: hisilicon: Add clock driver for hi3559A SoC
` [PATCH v6 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller
` [PATCH v6 4/4] dmaengine: dma: Add Hiedma Controller v310 Device Driver

[PATCH v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-12 13:05 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH v6 2/4] clk: hisilicon: Add clock driver for hi3559A SoC
` [PATCH v6 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller
` [PATCH v6 4/4] dmaengine: dma: Add Hiedma Controller v310 Device Driver

[PATCH] dt-bindings: dmaengine: Convert Qualcomm ADM bindings to yaml
 2020-12-10 15:43 UTC  (3+ messages)

[PATCH] dmaengine: sf-pdma: Reduce scope for the variable “vd” in sf_pdma_desc_residue()
 2020-12-10  9:21 UTC 

[PATCH] dmaengine: idxd: add ATS disable knob for work queues
 2020-12-10  7:27 UTC  (2+ messages)

[PATCH v5 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-12-10  1:22 UTC  (11+ messages)
` [PATCH v5 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v5 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v5 16/16] dmaengine: dw-axi-dmac: Virtually split the linked-list

[PATCH v2 1/2] 📤 dt-bindings: dma: mtk-apdma: add bindings for MT8516 SOC
 2020-12-09 11:48 UTC  (2+ messages)

[PATCH] PCI: Remove pci_try_set_mwi
 2020-12-09 11:02 UTC  (7+ messages)

[PATCH v2 00/19] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-12-08  6:40 UTC  (7+ messages)
` [PATCH v2 10/19] dt-bindings: dma: ti: Add document for K3 BCDMA

[PATCH v2 00/18] Add CMU/RMU/DMA/MMC/I2C support for Actions Semi S500 SoCs
 2020-12-07 22:56 UTC  (15+ messages)
` [PATCH v2 04/18] dt-bindings: dma: owl: Add compatible string for Actions Semi S500 SoC
` [PATCH v2 05/18] dmaengine: owl: Add compatible for the Actions Semi S500 DMA controller
` [PATCH v2 06/18] arm: dts: owl-s500: Add "

[PATCH v5 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-07 12:13 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: Document the hi3559a clock bindings
` [PATCH v5 3/4] dt: bindings: dma: Add DT bindings for HiSilicon Hiedma Controller

[PATCH] Fixes kernel crash generating from bam_dma_irq()
 2020-12-07  5:23 UTC  (2+ messages)

[PATCH v7] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-12-04  7:17 UTC  (4+ messages)
` [PATCH v7 1/4] dt-bindings: dmaengine: Add MediaTek Command-Queue DMA controller bindings

[PATCH v10 0/2] Add Intel LGM SoC DMA support
 2020-12-03  4:10 UTC  (3+ messages)
` [PATCH v10 1/2] dt-bindings: dma: Add bindings for Intel LGM SoC
` [PATCH v10 2/2] Add Intel LGM SoC DMA support

[PATCH] dmaengine: tegra-apb: fix reference leak in tegra_dma_issue_pending and tegra_dma_synchronize
 2020-11-30 11:12 UTC  (2+ messages)

[PATCH v9 0/2] Add Intel LGM SoC DMA support
 2020-11-30  6:20 UTC  (10+ messages)
` [PATCH v9 2/2] "

[RESEND PATCH 00/19] Second step support for A100
 2020-11-28 20:31 UTC  (3+ messages)
` [RESEND PATCH 05/19] dmaengine: sun6i: Add support for A100 DMA

[PATCH] dmaengine: sprd: fix reference leak in sprd_dma_probe and sprd_dma_remove
 2020-11-27  9:44 UTC 

[PATCH] dmaengine: usb-mac: fix reference leak in usb_dmac_probe
 2020-11-27  9:44 UTC 

[PATCH 0/3] dmaengine: stm32: fix reference leak
 2020-11-27  9:45 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: stm32-dma: fix reference leak in stm32_dma
` [PATCH 2/3] dmaengine: stm32-dmamux: fix reference leak in stm32_dmamux
` [PATCH 3/3] dmaengine: stm32-mdma: fix reference leak in stm32-mdma


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