aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma/dw-edma
AgeCommit message (Expand)AuthorFilesLines
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma5-15/+142
2026-03-18dmaengine: dw-edma: Add AMD MDB Endpoint SupportDevendra K Verma1-14/+176
2026-03-17Merge branch 'fixes' into nextVinod Koul2-5/+9
2026-03-09dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_BIT bits for HDMA.LUO Haowen1-3/+3
2026-02-25dmaengine: dw-edma: fix MSI data programming for multi-IRQ caseShenghui Shi1-2/+6
2026-02-25dmaengine: dw-edma: Add virtual IRQ for interrupt-emulation doorbellsKoichiro Den1-5/+122
2026-02-25dmaengine: dw-edma: Add interrupt-emulation hooksKoichiro Den3-0/+45
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-4/+4
2025-12-16dmaengine: dw-edma: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-2/+2
2025-09-02dmaengine: dw-edma: Set status for callback_resultDevendra K Verma1-0/+22
2025-08-01Merge tag 'dmaengine-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-12/+0
2025-07-15dma: dw-edma: Fix build warning in dw_edma_pcie_probe()Abinash Singh1-28/+32
2025-06-26dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()Krzysztof Kozlowski1-12/+0
2025-05-14dmaengine: dw-edma: Add HDMA NATIVE map checkDevendra K Verma1-1/+4
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski1-2/+4
2024-08-28dmaengine: dw-edma: Do not enable watermark interrupts for HDMAMrinmay Sarkar1-14/+3
2024-08-28dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMAMrinmay Sarkar1-4/+5
2024-02-07dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setupKory Maincent1-0/+17
2024-02-07dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setupKory Maincent1-0/+17
2024-02-07dmaengine: dw-edma: Add HDMA remote interrupt configurationKory Maincent1-0/+2
2024-02-07dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fixKory Maincent1-1/+1
2024-02-07dmaengine: dw-edma: Fix wrong interrupt bit set for HDMAKory Maincent1-1/+1
2024-02-07dmaengine: dw-edma: Fix the ch_count hdma callbackKory Maincent1-12/+6
2024-01-19dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2-4/+4
2023-05-24dmaengine: dw-edma: Add HDMA DebugFS supportCai Huoqing4-1/+196
2023-05-24dmaengine: dw-edma: Add support for native HDMACai Huoqing5-3/+448
2023-05-24dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operationCai Huoqing4-82/+157
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing1-2/+2
2023-04-12dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie1-2/+5
2023-04-12dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie1-9/+11
2023-03-31dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix1-56/+0
2023-02-22dmaengine: dw-edma: Depend on DW_EDMA instead of selecting itSerge Semin1-1/+4
2023-02-22dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin2-40/+59
2023-02-10dmaengine: dw-edma: Skip cleanup procedure if no private data foundSerge Semin1-0/+4
2023-02-10dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin3-3/+3
2023-02-10dmaengine: dw-edma: Drop DT-region allocationSerge Semin1-17/+4
2023-02-10dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin1-26/+6
2023-02-10dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin1-1/+1
2023-02-10dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin6-29/+4
2023-02-10dmaengine: dw-edma: Join read/write channels into a single deviceSerge Semin2-60/+61
2023-02-10dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptorSerge Semin1-125/+119
2023-01-27dmaengine: dw-edma: Simplify debugfs context CSRs init procedureSerge Semin1-45/+37
2023-01-27dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'Serge Semin1-23/+23
2023-01-27dmaengine: dw-edma: Convert debugfs descs to being heap-allocatedSerge Semin1-3/+12
2023-01-27dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptorSerge Semin1-9/+9
2023-01-27dmaengine: dw-edma: Stop checking debugfs_create_*() return valueSerge Semin1-15/+5
2023-01-27dmaengine: dw-edma: Drop unnecessary debugfs reg castsSerge Semin1-3/+4
2023-01-27dmaengine: dw-edma: Drop chancnt initializationSerge Semin1-1/+0
2023-01-27dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driverSerge Semin1-0/+15