dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 16:23:16 to 2020-12-12 16:27:54 UTC [more...]

[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 RESEND v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller
 2020-12-12 13:11 UTC  (6+ 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/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 v6 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-12-11  0:46 UTC  (17+ 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

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2020-12-10 19:15 UTC  (4+ messages)

[PATCH] dt-bindings: dmaengine: Convert Qualcomm ADM bindings to yaml
 2020-12-10 15:43 UTC  (4+ 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  (24+ messages)
` [PATCH v5 01/16] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v5 02/16] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v5 03/16] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v5 04/16] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v5 05/16] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v5 06/16] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v5 07/16] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v5 08/16] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v5 09/16] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v5 10/16] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v5 11/16] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v5 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v5 13/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v5 14/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v5 15/16] dmaengine: dw-axi-dmac: Set constraint to the Max segment size
` [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  (17+ messages)
` [PATCH v9 1/2] dt-bindings: dma: Add bindings for Intel LGM SoC
` [PATCH v9 2/2] Add Intel LGM SoC DMA support

[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

[PATCH] dmaengine: zynqmp_dma: fix reference leak in zynqmp_dma_alloc_chan_resources
 2020-11-27  9:44 UTC 

[PATCH] dmaengine: rcar-dmac: fix reference leak in rcar_dmac_probe
 2020-11-27  9:44 UTC 

[PATCH 1/2] dt-bindings: dma: mtk-apdma: add bindings for MT8516 SOC
 2020-11-27  8:46 UTC  (3+ messages)

[PATCH v2 19/19] dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMA
 2020-11-27  7:18 UTC  (2+ messages)
` [PATCH] dmaengine: ti: k3-udma-glue: Add new class for glue channels

[PATCH AUTOSEL 5.9 09/33] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
 2020-11-25 15:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 25/33] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

[PATCH AUTOSEL 5.4 09/23] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
 2020-11-25 15:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 18/23] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

[PATCH AUTOSEL 4.19 06/15] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 11/15] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

[PATCH AUTOSEL 4.14 04/12] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 09/12] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

[PATCH AUTOSEL 4.9 04/10] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
 2020-11-25 15:37 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 07/10] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size

[PATCH AUTOSEL 4.4 6/8] dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst size
 2020-11-25 15:38 UTC 

[PATCH v7 0/3] Add support for AMD PTDMA controller driver
 2020-11-24 19:57 UTC  (8+ messages)
` [PATCH v7 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource

[PATCH 1/6] dmaengine: jz4780: drop of_match_ptr from of_device_id table
 2020-11-24 17:32 UTC  (7+ messages)
` [PATCH 2/6] dmaengine: dw-axi-dmac: "
` [PATCH 3/6] dmaengine: mv_xor: "
` [PATCH 4/6] dmaengine: sf: "
` [PATCH 5/6] dmaengine: stm32: mark of_device_id table as maybe unused
` [PATCH 6/6] dmaengine: ti: drop of_match_ptr and "

[PATCH] dmaengine: mxs-dma: Remove the unused .id_table
 2020-11-24 17:28 UTC  (2+ messages)

[PATCH] dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
 2020-11-24 17:26 UTC  (2+ messages)

[PATCH 1/2] dmaengine: imx-dma: Remove unused .id_table
 2020-11-24 17:25 UTC  (2+ 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).