dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 07:23:27 to 2021-02-05 10:22:32 UTC [more...]

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-05 10:18 UTC  (25+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
  ` [PATCH] mailbox: arm_mhuv2: make remove callback return void

[PATCH][next] dmaengine: dw-axi-dmac: remove redundant null check on desc
 2021-02-04  0:18 UTC  (2+ messages)

[PATCH v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:09 UTC  (8+ messages)
` [PATCH v4 1/6] misc: "
` [PATCH v4 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [PATCH v4 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [PATCH v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH v4 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [PATCH v4 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

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

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

[PATCH] Revert "dmaengine: dw: Enable runtime PM"
 2021-02-03 19:23 UTC  (5+ messages)

[PATCH v2] Revert "dmaengine: dw: Enable runtime PM"
 2021-02-03 19:19 UTC 

[PATCH] dmaengine: qcom: remove unneeded semicolon
 2021-02-03 11:30 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: check device state before issue command
 2021-02-03 11:27 UTC  (2+ messages)

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

[PATCH] dmaengine: idxd: add interrupt handle request and release support
 2021-02-02 23:11 UTC 

[PATCH] dmaengine: idxd: add support for readonly config mode
 2021-02-02 23:10 UTC 

[PATCH] dmaengine: idxd: add percpu_ref to descriptor submission path
 2021-02-02 23:10 UTC 

[RESEND PATCH v3 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-02 17:07 UTC  (7+ messages)
` [RESEND PATCH v3 1/5] misc: "
` [RESEND PATCH v3 2/5] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [RESEND PATCH v3 3/5] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [RESEND PATCH v3 4/5] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [RESEND PATCH v3 5/5] MAINTAINERS: Add Synopsys xData IP driver maintainer

[PATCH 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
 2021-02-02 12:25 UTC  (4+ messages)

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2021-02-01 15:50 UTC  (14+ messages)

[PATCH] dmaengine: idxd: check device state before issue command
 2021-02-01 15:05 UTC  (3+ messages)

[PATCH 2/2] dmaengine: fsl-dpaa2-qdma: Update DPDMAI interfaces
 2021-02-01 10:06 UTC  (2+ messages)

[PATCH 1/2] dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
 2021-02-01 10:00 UTC  (2+ messages)

[PATCH] dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAIT
 2021-02-01  9:56 UTC  (2+ messages)

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

[PATCH 00/15] dmaengine: dw-edma: HDMA support
 2021-02-01  7:16 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-psil: optimize struct psil_endpoint_config for size
 2021-02-01  5:59 UTC  (2+ messages)

[PATCH] dmaengine: INTEL_LDMA should depend on X86
 2021-02-01  5:57 UTC 

[PATCH v3 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U
 2021-02-01  5:49 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: renesas,rcar-dmac: Add r8a779a0 support
` [PATCH v3 2/4] dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helper
` [PATCH v3 3/4] dmaengine: rcar-dmac: Add helpers for clearing DMA channel status
` [PATCH v3 4/4] dmaengine: rcar-dmac: Add support for R-Car V3U

[PATCH] dmaengine: stedma40: fix 'physical' typo
 2021-01-27 15:43 UTC  (2+ messages)

[PATCH v2] dma: qcom: bam_dma: Manage clocks when controlled_remotely is set
 2021-01-27 15:42 UTC  (4+ messages)

[PATCH v2 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U
 2021-01-27 13:43 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: renesas,rcar-dmac: Add r8a779a0 support
` [PATCH v2 2/4] dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helper
` [PATCH v2 3/4] dmaengine: rcar-dmac: Add helpers for clearing DMA channel status
` [PATCH v2 4/4] dmaengine: rcar-dmac: Add support for R-Car V3U

[PATCH v1] memory: mediatek emi: add MediaTek EMI driver
 2021-01-27 11:28 UTC  (4+ messages)
` [PATCH v1 1/3] memory: Add support for MediaTek External Memory Interface driver
` [PATCH v1 2/3] arm64: dts: mt6779: add emi node
` [PATCH v1 3/3] arm64: configs: mt6779: enable HAVE_MTK_MC config

[PATCH] dmaengine: ti: k3-udma: Fix a resource leak in an error handling path
 2021-01-26 17:32 UTC  (3+ messages)

[PATCH 0/3] dmaengine: Allow building MMP DMA drivers as modules
 2021-01-26 17:28 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: add module parameter to force disable of SVA
 2021-01-26 17:29 UTC  (2+ messages)

[PATCH 0/3] dmaengine: remove obsolete drivers
 2021-01-26 17:25 UTC  (2+ messages)

[PATCH] dt-bindings: dma: intel-ldma: Fix $ref specifier
 2021-01-26 17:21 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: dma: intel-ldma: Fix for JSON pointers syntax error
 2021-01-26 17:21 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: dma: ingenic: Add compatible strings for JZ4760(B) SoCs
 2021-01-26 17:16 UTC  (4+ messages)
` [PATCH 2/2] dma: jz4780: Add support for the JZ4760(B)

[PATCH 1/2] dmaengine: imx-sdma: Remove platform data support
 2021-01-26 17:13 UTC  (2+ messages)

[PATCH] dmaengine: idxd: add module parameter to force disable of SVA
 2021-01-26 17:02 UTC  (6+ messages)

[PATCH] drivers: dma: qcom: bam_dma: Manage clocks when controlled_remotely is set
 2021-01-25 13:33 UTC  (5+ messages)

[PATCH 0/4] dmaengine: rcar-dmac: Add support for R-Car V3U
 2021-01-25 14:20 UTC  (6+ messages)
` [PATCH 4/4] "

[PATCH v9 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2021-01-22 10:51 UTC  (2+ messages)

[PATCH v10 12/16] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
 2021-01-22  7:22 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).