summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw-edma
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-12-16dmaengine: dw-edma: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-2/+2
2025-09-02dmaengine: dw-edma: Set status for callback_resultDevendra K Verma-0/+22
2025-08-01Merge tag 'dmaengine-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+0
2025-07-15dma: dw-edma: Fix build warning in dw_edma_pcie_probe()Abinash Singh-28/+32
2025-06-26dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()Krzysztof Kozlowski-12/+0
2025-05-14dmaengine: dw-edma: Add HDMA NATIVE map checkDevendra K Verma-1/+4
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski-2/+4
2024-08-28dmaengine: dw-edma: Do not enable watermark interrupts for HDMAMrinmay Sarkar-14/+3
2024-08-28dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMAMrinmay Sarkar-4/+5
2024-02-07dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent-0/+17
2024-02-07dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r...Kory Maincent-0/+17
2024-02-07dmaengine: dw-edma: Add HDMA remote interrupt configurationKory Maincent-0/+2
2024-02-07dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fixKory Maincent-1/+1
2024-02-07dmaengine: dw-edma: Fix wrong interrupt bit set for HDMAKory Maincent-1/+1
2024-02-07dmaengine: dw-edma: Fix the ch_count hdma callbackKory Maincent-12/+6
2024-01-19dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul-4/+4
2023-05-24dmaengine: dw-edma: Add HDMA DebugFS supportCai Huoqing-1/+196
2023-05-24dmaengine: dw-edma: Add support for native HDMACai Huoqing-3/+448
2023-05-24dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing-82/+157
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing-2/+2
2023-04-12dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie-2/+5
2023-04-12dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie-9/+11
2023-03-31dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix-56/+0
2023-02-22dmaengine: dw-edma: Depend on DW_EDMA instead of selecting itSerge Semin-1/+4
2023-02-22dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin-41/+60
2023-02-10dmaengine: dw-edma: Skip cleanup procedure if no private data foundSerge Semin-0/+4
2023-02-10dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin-3/+3
2023-02-10dmaengine: dw-edma: Drop DT-region allocationSerge Semin-17/+4
2023-02-10dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin-26/+6
2023-02-10dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin-1/+1
2023-02-10dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin-29/+4
2023-02-10dmaengine: dw-edma: Join read/write channels into a single deviceSerge Semin-60/+61
2023-02-10dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptorSerge Semin-125/+119
2023-01-27dmaengine: dw-edma: Simplify debugfs context CSRs init procedureSerge Semin-46/+38
2023-01-27dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'Serge Semin-23/+23
2023-01-27dmaengine: dw-edma: Convert debugfs descs to being heap-allocatedSerge Semin-3/+12
2023-01-27dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptorSerge Semin-9/+9
2023-01-27dmaengine: dw-edma: Stop checking debugfs_create_*() return valueSerge Semin-15/+5
2023-01-27dmaengine: dw-edma: Drop unnecessary debugfs reg castsSerge Semin-3/+4
2023-01-27dmaengine: dw-edma: Drop chancnt initializationSerge Semin-1/+0
2023-01-27dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driverSerge Semin-0/+15
2023-01-27dmaengine: dw-edma: Add CPU to PCI bus address translationSerge Semin-1/+17
2023-01-27dmaengine: dw-edma: Fix invalid interleaved xfers semanticsSerge Semin-11/+7
2023-01-27dmaengine: dw-edma: Don't permit non-inc interleaved xfersSerge Semin-6/+6
2023-01-27dmaengine: dw-edma: Fix missing src/dst address of interleaved xfersSerge Semin-0/+4
2023-01-27dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA addressSerge Semin-4/+4
2023-01-27dmaengine: dw-edma: Release requested IRQs on failureSerge Semin-4/+10
2022-09-29dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam-12/+0