dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 05:53:21 to 2022-01-10 08:47:35 UTC [more...]

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-01-10  8:45 UTC  (5+ messages)
` [PATCH 07/16] dmaengine: pch_dma: "

[PATCH] dmaengine: ptdma: fix concurrency issue with multiple dma transfer
 2022-01-10  7:57 UTC  (3+ messages)

[PATCH] dt-bindings: dma-controller: Split interrupt fields in example
 2022-01-08 17:27 UTC  (2+ messages)

[PATCH] dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe
 2022-01-08  8:53 UTC 

[PATCH -next] dmaengine: at_xdmac: Fix missing unlock in at_xdmac_tasklet()
 2022-01-07  7:26 UTC  (2+ messages)

[PATCH v2 1/3] dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the interrupt
 2022-01-06  8:44 UTC  (5+ messages)
` [PATCH v2 2/3] dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() "
` [PATCH v2 3/3] dmaengine: mediatek-cqdma: "

[PATCH] dmaengine: sh: rcar-dmac: Check for error num after setting mask
 2022-01-06  3:09 UTC 

[PATCH v3 00/12] dmaengine: at_xdmac: Various fixes
 2022-01-05 10:20 UTC  (14+ messages)
` [PATCH v3 01/12] dmaengine: at_xdmac: Don't start transactions at tx_submit level
` [PATCH v3 02/12] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
` [PATCH v3 03/12] dmaengine: at_xdmac: Print debug message after realeasing the lock
` [PATCH v3 04/12] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
` [PATCH v3 05/12] dmaengine: at_xdmac: Fix race for the tx desc callback
` [PATCH v3 06/12] dmaengine: at_xdmac: Move the free desc to the tail of the desc list
` [PATCH v3 07/12] dmaengine: at_xdmac: Fix concurrency over xfers_list
` [PATCH v3 08/12] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
` [PATCH v3 09/12] dmaengine: at_xdmac: Fix lld view setting
` [PATCH v3 10/12] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
` [PATCH v3 11/12] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet()
` [PATCH v3 12/12] dmaengine: at_xdmac: Fix race over irq_status

[PATCH 0/2] Repalce term 'token' with 'read buffer'
 2022-01-05  7:44 UTC  (4+ messages)
` [PATCH 1/2] dmaengine: idxd: change bandwidth token to read buffers
` [PATCH 2/2] dmaengine: idxd: deprecate token sysfs attributes for "

[PATCH] dmaengine: idxd: fix wq settings post wq disable
 2022-01-05  7:43 UTC  (2+ messages)

[PATCH 0/3] refactor driver to only enable irq for wq enable
 2022-01-05  7:42 UTC  (5+ messages)
` [PATCH 1/3] dmaengine: idxd: embed irq_entry in idxd_wq struct
` [PATCH 2/3] dmaengine: idxd: fix descriptor flushing locking
` [PATCH 3/3] dmaengine: idxd: change MSIX allocation based on per wq activation

[PATCH] dmaengine: ioatdma: use default_groups in kobj_type
 2022-01-05  7:42 UTC  (3+ messages)

[PATCH 0/3] Determine number of DMA channels by 'dma-channels' property
 2022-01-05  5:44 UTC  (5+ messages)
` [PATCH 1/3] riscv: dts: Add dma-channels property in dma node
` [PATCH 2/3] dt-bindings: Add dma-channels for pdma device node
` [PATCH 3/3] dmaengine: sf-pdma: Get number of channel by device tree

[PATCH RFC 00/11] dmaengine: bcm2835: add BCM2711 40-bit DMA support
 2022-01-04 22:50 UTC  (11+ messages)
` [PATCH RFC 01/11] ARM: dts: bcm283x: Update DMA node name per DT schema
` [PATCH RFC 02/11] dt-bindings: dma: Convert brcm,bcm2835-dma to json-schema
` [PATCH RFC 03/11] dmaengine: bcm2835: Support common dma-channel-mask
` [PATCH RFC 04/11] dmaengine: bcm2835: move CB info generation into separate function
` [PATCH RFC 05/11] dmaengine: bcm2835: move CB final extra info generation into function
` [PATCH RFC 06/11] dmaengine: bcm2835: make address increment platform independent
` [PATCH RFC 07/11] dmaengine: bcm2385: drop info parameters
` [PATCH RFC 08/11] dmaengine: bcm2835: pass dma_chan to generic functions
` [PATCH RFC 09/11] dmaengine: bcm2835: introduce multi platform support

[PATCH 0/4] dmaengine: Add support Oxford Semiconductor OXNAS DMA Engine
 2022-01-04 14:52 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: dma: Add bindings for ox810se dma engine
` [PATCH 2/4] dmaengine: Add Oxford Semiconductor OXNAS DMA Controller
` [PATCH 3/4] MAINTAINERS: add OX810SE DMA driver files under Oxnas entry
` [PATCH 4/4] ARM: dts: ox810se: Add DMA Support

[PATCH] dmaengine: uniphier-xdmac: Fix type of address variables
 2022-01-03 12:19 UTC  (2+ messages)

[PATCH] dt-bindings: dma: pl330: Convert to DT schema
 2022-01-03 11:31 UTC  (2+ messages)

[PATCH 1/1] dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
 2022-01-03 11:30 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: rcar-dmac: Add support for R-Car S4-8
 2022-01-03 11:28 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: renesas,rcar-dmac: Add r8a779f0 support
` [PATCH v2 2/2] dmaengine: rcar-dmac: Add support for R-Car S4-8

[PATCH RFC 10/11] dmaengine: bcm2835: add BCM2711 40-bit DMA support
 2021-12-27 12:06 UTC  (2+ messages)
` [PATCH RFC 11/11] ARM: dts: bcm2711: add bcm2711-dma node

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's
 2021-12-25 23:50 UTC  (6+ messages)
` [PATCH 1/3] dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the interrupt
` [PATCH 2/3] dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() "
` [PATCH 3/3] dmaengine: mediatek-cqdma: "

[PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support
 2021-12-22 19:37 UTC  (31+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH 03/16] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/V2L SoC
` [PATCH 04/16] soc: renesas: Identify "
` [PATCH 05/16] arm64: renesas_defconfig: Enable ARCH_R9A07G054
` [PATCH 06/16] dt-bindings: serial: renesas,scif: Document RZ/V2L SoC
` [PATCH 07/16] dt-bindings: serial: renesas,sci: "
` [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions
` [PATCH 09/16] dt-bindings: clock: renesas: Document RZ/V2L SoC
` [PATCH 10/16] clk: renesas: Add support for "
` [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl
` [PATCH 12/16] pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabled
` [PATCH 13/16] dt-bindings: dma: rz-dmac: Document RZ/V2L SoC
` [PATCH 14/16] dt-bindings: net: renesas,etheravb: "
` [PATCH 15/16] arm64: dts: renesas: Add initial DTSI for "
` [PATCH 16/16] arm64: dts: renesas: Add initial device tree for RZ/V2L SMARC EVK

[PATCH 0/3] treewide: rcar-dmac: Add support for R-Car S4-8
 2021-12-22 10:47 UTC  (13+ messages)
` [PATCH 1/3] dt-bindings: renesas,rcar-dmac: Add r8a779f0 support
` [PATCH 2/3] dmaengine: rcar-dmac: Add support for R-Car S4-8
` [PATCH 3/3] arm64: dts: renesas: r8a779f0: Add sys-dmac nodes

[PATCH AUTOSEL 5.15 11/29] dmaengine: ti: k3-udma: Fix smatch warnings
 2021-12-21  1:57 UTC 

[PATCH v15 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-20 16:30 UTC  (8+ messages)
` [PATCH v15 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v15 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v15 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v15 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-20 11:55 UTC  (50+ messages)
` [patch V3 01/35] PCI/MSI: Set pci_dev::msi[x]_enabled early
` [patch V3 02/35] x86/pci/XEN: Use PCI device property
` [patch V3 03/35] x86/apic/msi: Use PCI device MSI property
` [patch V3 04/35] genirq/msi: Use PCI device property
` [patch V3 05/35] powerpc/cell/axon_msi: "
` [patch V3 06/35] powerpc/pseries/msi: Use PCI device properties
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
  ` [patch V4 09-01/35] PCI/MSI: Decouple MSI[-X] disable from pcim_release()
    ` [patch V4 09-02/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 22/35] soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index
` [patch V3 25/35] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V3 26/35] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V3 27/35] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()

[GIT PULL]: dmaengine fixes for v5.16
 2021-12-17 21:43 UTC  (2+ messages)

Úspěch kampaně
 2021-12-17  9:15 UTC 

[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-15 14:56 UTC  (5+ messages)
` [PATCH v14 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v2 0/6] dmaengine: jz4780: Driver updates v2
 2021-12-13 14:43 UTC  (3+ messages)

[PATCH v2 00/13] dmaengine: at_xdmac: Various fixes
 2021-12-13  9:27 UTC  (8+ messages)
` [PATCH v2 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list

[PATCH] dmaengine: sh: Use bitmap_zalloc() when applicable
 2021-12-13  9:22 UTC  (2+ messages)

[PATCH] dmaengine: stm32-mdma: Use bitfield helpers
 2021-12-13  9:05 UTC  (2+ messages)

[PATCH] dmaengine: st_fdma: fix MODULE_ALIAS
 2021-12-13  7:48 UTC  (2+ messages)

[PATCH] dmaengine: idxd: set defaults for wq configs
 2021-12-13  6:52 UTC  (2+ messages)

[PATCH v2] dmaengine: idxd: add knob for enqcmds retries
 2021-12-13  6:41 UTC  (2+ messages)

[PATCH] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset
 2021-12-13  6:25 UTC  (2+ messages)

[PATCH] dt-bindings: dma: ti: Add missing ti,k3-sci-common.yaml reference
 2021-12-13  6:07 UTC  (4+ messages)

[PATCH] dt-bindings: dma: pl08x: Fix unevaluatedProperties warnings
 2021-12-13  6:04 UTC  (2+ messages)

[PATCH 0/2] J721S2: Add initial support
 2021-12-13  6:02 UTC  (2+ messages)

[PATCH][next] dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()
 2021-12-13  5:54 UTC  (2+ messages)

[PATCH] dmaengine: xilinx: Handle IRQ mapping errors
 2021-12-13  5:53 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).