public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 10:57:06 to 2026-01-18 13:55:00 UTC [more...]

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-18 13:54 UTC  (3+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control

[PATCH v2] dmaengine: dw-axi-dmac: fix alignment, blank line and non-useful return warning
 2026-01-18 12:00 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-17 11:34 UTC  (8+ messages)
` [PATCH v3 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v3 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() "

[PATCH v2 0/3] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
 2026-01-17  0:32 UTC  (8+ messages)
` [PATCH v2 2/3] dmaengine: dw-axi-dmac: Add support for CV1800B DMA
` [PATCH v2 3/3] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller

[PATCH RESEND v2 00/10] dmaengine: idxd: Memory leak and FLR fixes
 2026-01-17  1:18 UTC  (16+ messages)
` [PATCH RESEND v2 01/10] dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
` [PATCH RESEND v2 02/10] dmaengine: idxd: Fix crash when the event log is disabled
` [PATCH RESEND v2 03/10] dmaengine: idxd: Fix possible invalid memory access after FLR
` [PATCH RESEND v2 04/10] dmaengine: idxd: Flush kernel workqueues on Function Level Reset
` [PATCH RESEND v2 05/10] dmaengine: idxd: Flush all pending descriptors
` [PATCH RESEND v2 06/10] dmaengine: idxd: Wait for submitted operations on .device_synchronize()
` [PATCH RESEND v2 07/10] dmaengine: idxd: Fix not releasing workqueue on .release()
` [PATCH RESEND v2 08/10] dmaengine: idxd: Fix memory leak when a wq is reset
` [PATCH RESEND v2 09/10] dmaengine: idxd: Fix freeing the allocated ida too late
` [PATCH RESEND v2 10/10] dmaengine: idxd: Fix leaking event log memory

[REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
 2026-01-17  0:25 UTC  (7+ messages)

[PATCH V2 0/4] Add tegra264 audio device tree support
 2026-01-16 18:59 UTC  (2+ messages)
` (subset) "

[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-01-16  3:59 UTC  (7+ messages)
` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH v2 00/13] dmaegnine: freescale-dmas: small improvement
 2026-01-15 16:06 UTC  (14+ messages)
` [PATCH v2 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()
` [PATCH v2 02/13] dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()
` [PATCH v2 03/13] dmaengine: mxs-dma: Use local dev variable in probe()
` [PATCH v2 04/13] dmaengine: mxs-dma: Use dev_err_probe() to simplify code
` [PATCH v2 05/13] dmaengine: mxs-dma: Use managed API devm_of_dma_controller_register()
` [PATCH v2 06/13] dmaengine: mxs-dma: Add module license and description
` [PATCH v2 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
` [PATCH v2 08/13] dmaengine: imx-sdma: Use devm_clk_get_prepared() to simplify code
` [PATCH v2 09/13] dmaengine: imx-sdma: Use managed API "
` [PATCH v2 10/13] dmaengine: imx-sdma: Use dev_err_probe() "
` [PATCH v2 11/13] dmaengine: fsl-edma: Use managed API dmaenginem_async_device_register()
` [PATCH v2 12/13] dmaengine: fsl-edma: Use dev_err_probe() to simplify code
` [PATCH v2 13/13] dmaengine: fsl-qdma: "

[PATCH 00/13] dmaegnine: freescale-dmas: small improvement
 2026-01-15 14:35 UTC  (20+ messages)
` [PATCH 01/13] dmaengine: of_dma: Add devm_of_dma_controller_register()
` [PATCH 02/13] dmaengine: mxs-dma: Use local dev variable in probe()
` [PATCH 03/13] dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()
` [PATCH 04/13] dmaengine: mxs-dma: Use dev_err_probe() simple code
` [PATCH 05/13] dmaengine: mxs-dma: Use managed API devm_of_dma_controller_register()
` [PATCH 06/13] dmaengine: mxs-dma: Add module license and description
` [PATCH 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
` [PATCH 08/13] dmaengine: fsl-edma: Use managed API dmaenginem_async_device_register()
` [PATCH 09/13] dmaengine: fsl-edma: Use dev_err_probe() to simplify code
` [PATCH 10/13] dmaengine: imx-sdma: Use devm_clk_get_prepared() "
` [PATCH 11/13] dmaengine: imx-sdma: Use managed API "
` [PATCH 12/13] dmaengine: imx-sdma: Use dev_err_probe() "
` [PATCH 13/13] dmaengine: fsl-qdma: "

[PATCH 0/6] dmaengine: Add common dma_slave_config and split it into src and dst parts
 2026-01-14 17:12 UTC  (7+ messages)
` [PATCH 1/6] dmaengine: Move struct dma_chan after struct dma_slave_config
` [PATCH 2/6] dmaengine: Add common slave configuration to dma_chan
` [PATCH 3/6] dmaengine: fsl-edma: use dma_chan common config
` [PATCH 4/6] dmaengine: imx-sdma: use common config at dma_chan
` [PATCH 5/6] dmaengine: Add union and dma_slave_get_config() helper for dma_slave_config
` [PATCH 6/6] dmaengine: fsl-edma: use common dma_slave_get_cfg()

[PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
 2026-01-14 16:04 UTC  (14+ messages)

[PATCH] dma: iop32x-adma: Remove a leftover header file
 2026-01-14  5:14 UTC 

[PATCH v12 0/3] Switchtec Switch DMA Engine Driver
 2026-01-13 22:27 UTC  (13+ messages)
` [PATCH v12 1/3] dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeleton
` [PATCH v12 2/3] dmaengine: switchtec-dma: Implement hardware initialization and cleanup
` [PATCH v12 3/3] dmaengine: switchtec-dma: Implement descriptor submission

[PATCH] dmaengine: fsl-edma: don't explicitly disable clocks in .remove()
 2026-01-13 20:09 UTC  (2+ messages)

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-13 20:09 UTC  (29+ messages)
` [PATCH v4 01/15] dt-bindings: usb: Add Microchip LAN969x support
` [PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v4 03/15] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v4 06/15] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v4 07/15] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v4 08/15] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v4 09/15] dt-bindings: dma: atmel: add microchip,lan9691-dma
` [PATCH v4 10/15] dt-bindings: net: mscc-miim: add microchip,lan9691-miim
` [PATCH v4 11/15] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v4 13/15] arm64: dts: microchip: add LAN969x support
` [PATCH v4 14/15] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v4 15/15] arm64: dts: microchip: add "

[RFC PATCH 0/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
 2026-01-13 19:31 UTC  (8+ messages)
` [RFC PATCH 1/1] "

[PATCH v3 00/15] Add support for Microchip LAN969x
 2026-01-13 12:50 UTC  (3+ messages)
` [PATCH v3 06/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2026-01-13  2:44 UTC  (10+ messages)
` [RFC PATCH v3 26/35] NTB: ntb_transport: Introduce DW eDMA backed transport mode

[PATCH v2 0/3] dmaengine: arm-dma350: add support for shared interrupt mode
 2026-01-13  2:05 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: dma: arm-dma350: update DT binding docs for cix sky1 SoC
` [PATCH v2 2/3] dma: arm-dma350: add support for shared interrupt mode

[PATCH v3 0/3] dmaengine: A little cleanup and refactoring
 2026-01-12 20:23 UTC  (6+ messages)
` [PATCH v3 1/3] dmaengine: Refactor devm_dma_request_chan() for readability
` [PATCH v3 2/3] dmaengine: Use device_match_of_node() helper
` [PATCH v3 3/3] dmaengine: Sort headers alphabetically

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-01-12 14:54 UTC  (8+ messages)
` [PATCH RFT 1/5] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get completed link entry pos
` [PATCH RFT 2/5] dmaengine: dw-edma: Move dw_hdma_set_callback_result() up
` [PATCH RFT 3/5] dmaengine: dw-edma: Make DMA link list work as a circular buffer
` [PATCH RFT 4/5] dmaengine: dw-edma: Dynamitc append new request during dmaengine running
` [PATCH RFT 5/5] dmaengine: dw-edma: Add trace support

[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2026-01-12 13:07 UTC  (13+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 02/11] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v2 03/11] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()
` [PATCH v2 05/11] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v2 06/11] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v2 07/11] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v2 08/11] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v2 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v2 10/11] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v2 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk

[PATCH v3 00/12] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-12 12:48 UTC  (18+ messages)
` [PATCH v3 01/12] of: Add for_each_compatible_node_scoped() helper
` [PATCH v3 02/12] ARM: at91: Simplify with scoped for each OF child loop
` [PATCH v3 03/12] ARM: exynos: "
` [PATCH v3 04/12] powerpc/fsp2: "
` [PATCH v3 05/12] powerpc/wii: "
` [PATCH v3 06/12] cdx: "
` [PATCH v3 07/12] cdx: Use mutex guard to simplify error handling
` [PATCH v3 08/12] clk: imx: imx27: Simplify with scoped for each OF child loop
` [PATCH v3 09/12] clk: imx: imx31: "
` [PATCH v3 10/12] dmaengine: fsl_raid: "
` [PATCH v3 11/12] cpufreq: s5pv210: "
` [PATCH v3 12/12] media: samsung: exynos4-is: "

[PATCH 0/4] dmaengine: sh: rz-dmac: Add system sleep PM support
 2026-01-12  9:30 UTC  (3+ messages)
` [PATCH 3/4] dmaengine: sh: rz-dmac: Refactor runtime PM handling

[PATCH] dma: ti: edma: Fix PM reference leak on probe failure
 2026-01-11 17:33 UTC 

[PATCH 00/11] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-10 14:48 UTC  (12+ messages)
` [PATCH 02/11] ARM: at91: Simplify with scoped for each OF child loop
` [PATCH 03/11] ARM: exynos: "
` [PATCH 06/11] cdx: "
` [PATCH 07/11] clk: imx: imx27: "

[PATCH v2 0/3] dmaengine: A little cleanup and refactoring
 2026-01-09 17:37 UTC  (4+ messages)

[PATCH] dt-bindings: dma: qcom,gpi: Update max interrupts lines to 16
 2026-01-09 15:32 UTC  (5+ messages)

[RESEND][PATCH v1] dmaengine: sh: Discard pm_runtime_put() return value
 2026-01-09 12:15 UTC  (3+ messages)

[PATCH v5 00/13] dmaengine: introduce sg_nents_for_dma() and convert users
 2026-01-09  3:14 UTC  (5+ messages)
` [PATCH v5 03/13] dmaengine: axi-dmac: use sg_nents_for_dma() helper
` [PATCH v5 13/13] dmaengine: xilinx: xdma: "

[PATCH RESEND v2 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
 2026-01-09  3:14 UTC  (2+ messages)

[PATCH] dmaengine: sh: rz-dmac: Make channel irq local
 2026-01-09  3:14 UTC  (2+ messages)

[PATCH v4 0/13] dmaengine: introduce sg_nents_for_dma() and convert users
 2026-01-09  3:14 UTC  (5+ messages)

[PATCH v3 00/13] dmaengine: introduce sg_nents_for_dma() and convert users
 2026-01-09  3:14 UTC  (2+ messages)

[PATCH v2 00/11] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-09  3:07 UTC  (3+ messages)
` [PATCH v2 09/11] dmaengine: fsl_raid: Simplify with scoped for each OF child loop


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox