public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-05 13:34:00 to 2026-01-12 15:43:32 UTC [more...]

[RFC PATCH v3 00/35] NTB transport backed by endpoint DW eDMA
 2026-01-12 15:43 UTC  (16+ messages)
` [RFC PATCH v3 26/35] NTB: ntb_transport: Introduce DW eDMA backed transport mode
` [RFC PATCH v3 35/35] Documentation: driver-api: ntb: Document remote eDMA transport backend

[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

[REGRESSION][BISECTED] Lenovo IdeaPad touchpad does not work when idma64 is present in initramfs
 2026-01-12 14:35 UTC  (2+ messages)

[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 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-01-12 13:01 UTC  (11+ messages)
` [PATCH v3 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v3 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v3 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v3 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v3 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v3 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v3 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v3 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v3 9/9] crypto: atmel: Use dmaengine_prep_config_single() API

[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 v4 00/15] Add support for Microchip LAN969x
 2026-01-11 14:46 UTC  (30+ 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 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` [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 "
` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x

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

[PATCH v3 0/3] dmaengine: A little cleanup and refactoring
 2026-01-09 21:07 UTC  (5+ 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 v2 0/3] dmaengine: A little cleanup and refactoring
 2026-01-09 17:37 UTC  (4+ messages)

[RFC PATCH 0/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
 2026-01-09 16:42 UTC  (5+ messages)
` [RFC PATCH 1/1] "

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

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-01-09 14:15 UTC  (15+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking

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

[PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2026-01-09 12:03 UTC  (3+ 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 v5 00/13] dmaengine: introduce sg_nents_for_dma() and convert users
 2026-01-09  3:14 UTC  (16+ messages)
` [PATCH v5 01/13] scatterlist: introduce sg_nents_for_dma() helper
` [PATCH v5 02/13] dmaengine: altera-msgdma: use "
` [PATCH v5 03/13] dmaengine: axi-dmac: "
` [PATCH v5 04/13] dmaengine: bcm2835-dma: "
` [PATCH v5 05/13] dmaengine: dw-axi-dmac: "
` [PATCH v5 06/13] dmaengine: k3dma: "
` [PATCH v5 07/13] dmaengine: lgm: "
` [PATCH v5 08/13] dmaengine: pxa-dma: "
` [PATCH v5 09/13] dmaengine: qcom: adm: "
` [PATCH v5 10/13] dmaengine: qcom: bam_dma: "
` [PATCH v5 11/13] dmaengine: sa11x0: "
` [PATCH v5 12/13] dmaengine: sh: "
` [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  (4+ messages)
` [PATCH RESEND v2 1/2] dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
` [PATCH RESEND v2 2/2] dmaengine: idxd: Add Max SGL Size Support for DSA3.0

[PATCH] dmaengine: sh: rz-dmac: Make channel irq local
 2026-01-09  3:14 UTC  (3+ 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  (20+ messages)
` [PATCH v2 01/11] of: Add for_each_compatible_node_scoped() helper
` [PATCH v2 02/11] ARM: at91: Simplify with scoped for each OF child loop
` [PATCH v2 03/11] ARM: exynos: "
` [PATCH v2 04/11] powerpc/fsp2: "
` [PATCH v2 05/11] powerpc/wii: "
` [PATCH v2 06/11] cdx: "
` [PATCH v2 07/11] clk: imx: imx27: "
` [PATCH v2 08/11] clk: imx: imx31: "
` [PATCH v2 09/11] dmaengine: fsl_raid: "
` [PATCH v2 10/11] cpufreq: s5pv210: "
` [PATCH v2 11/11] media: samsung: exynos4-is: "

[PATCH v7 0/8] dmaengine: sh: rz-dmac: Add tx_status and pause/resume support
 2026-01-08 10:36 UTC  (9+ messages)
` [PATCH v7 1/8] dmaengine: sh: rz-dmac: Protect the driver specific lists
` [PATCH v7 2/8] dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
` [PATCH v7 3/8] dmaengine: sh: rz-dmac: Drop read of CHCTRL register
` [PATCH v7 4/8] dmaengine: sh: rz-dmac: Drop goto instruction and label
` [PATCH v7 5/8] dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() call
` [PATCH v7 6/8] dmaengine: sh: rz-dmac: Add rz_dmac_invalidate_lmdesc()
` [PATCH v7 7/8] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v7 8/8] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks

[PATCH v6 0/8] dmaengine: sh: rz-dmac: Add tx_status and pause/resume support
 2026-01-07 14:56 UTC  (6+ messages)
` [PATCH v6 8/8] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks

[PATCH] dmaengine: idxd: fix possible wrong descriptor completion in llist_abort_desc()
 2026-01-06 15:37 UTC  (2+ messages)

[PATCH 00/11] dmaengine: dw-edma: flatten desc structions and simple code
 2026-01-05 17:50 UTC  (10+ messages)
` [PATCH 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both edma and hdmi
` [PATCH 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk


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