summaryrefslogtreecommitdiff
path: root/drivers/dma/dw-edma
AgeCommit message (Expand)Author
2026-08-12dmaengine: dw-edma: Mark emulated IRQ as level-triggeredKoichiro Den
2026-07-21dmaengine: dw-edma: Program endpoint function numbersKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Add chip flags to match dataKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Handle optional data blocksKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Factor out descriptor block address lookupKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Add register offset match flagKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Add platform ops to match dataKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Rename vsec_data to dma_dataKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Add capability match dataKoichiro Den
2026-07-21dmaengine: dw-edma-pcie: Track non-LL mode in DMA dataKoichiro Den
2026-07-21dmaengine: dw-edma: Add partial channel ownership modeKoichiro Den
2026-07-21dmaengine: dw-edma: Initialize IRQ data before requesting IRQsKoichiro Den
2026-07-21dmaengine: dw-edma: Add core quiesce operationsKoichiro Den
2026-07-21dmaengine: dw-edma: Add per-channel interrupt routing controlKoichiro Den
2026-07-21dmaengine: dw-edma: Factor out HDMA interrupt setup helperKoichiro Den
2026-07-19dmaengine: dw-edma: Defer channel IRQ handling to workqueueKoichiro Den
2026-07-19dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler passKoichiro Den
2026-07-19dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()Koichiro Den
2026-07-19dmaengine: dw-edma: Clear stale requests on terminationKoichiro Den
2026-07-19dmaengine: dw-edma: Serialize channel state checksKoichiro Den
2026-07-19dmaengine: dw-edma: Complete descriptors before pausingKoichiro Den
2026-07-19dmaengine: dw-edma: Serialize abort state updatesKoichiro Den
2026-07-19dmaengine: dw-edma: Terminate all descriptors without callbacksKoichiro Den
2026-07-19dmaengine: dw-edma: Fix HDMA channel status register accessKoichiro Den
2026-07-17dmaengine: dw-edma: Enable HDMA 64R/W ChannelsDevendra K Verma
2026-07-14dmaengine: dw-edma: Remove struct dw_edma_chunkFrank Li
2026-07-14dmaengine: dw-edma: Use burst array instead of linked listFrank Li
2026-07-14dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMAFrank Li
2026-07-14dmaengine: dw-edma: Add non_ll_start() callbackFrank Li
2026-07-14dmaengine: dw-edma: Add callbacks to fill link list entriesFrank Li
2026-07-14dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()Frank Li
2026-07-14dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirectionFrank Li
2026-07-14dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edm...Frank Li
2026-07-14dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunkFrank Li
2026-07-14dmaengine: dw-edma: Move control field update of DMA link to the last stepFrank Li
2026-06-30dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()Frank Li
2026-06-30dmaengine: dw-edma: Use new .device_prep_config_sg() callbackFrank Li
2026-06-08dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASKFrank Li
2026-06-08dmaengine: dw-edma-pcie: Reject devices without driver dataKoichiro Den
2026-06-08dmaengine: dw-edma: Remove dw_edma_add_irq_mask()Devendra K Verma
2026-06-08dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceIDDevendra K Verma
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma
2026-03-18dmaengine: dw-edma: Add AMD MDB Endpoint SupportDevendra K Verma
2026-03-17Merge branch 'fixes' into nextVinod Koul
2026-03-09dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_B...LUO Haowen
2026-02-25dmaengine: dw-edma: fix MSI data programming for multi-IRQ caseShenghui Shi
2026-02-25dmaengine: dw-edma: Add virtual IRQ for interrupt-emulation doorbellsKoichiro Den
2026-02-25dmaengine: dw-edma: Add interrupt-emulation hooksKoichiro Den
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook