aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-11dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMASiddharth Vadapalli1-0/+36
2025-03-11dmaengine: fsl-edma: free irq correctly in remove pathPeng Fan1-3/+9
2025-03-11dmaengine: fsl-edma: cleanup chan after dma_async_device_unregisterPeng Fan1-1/+1
2025-03-11dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes1-3/+3
2025-03-02Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-16/+13
2025-02-27dmaengine: Fix typo in commentThorsten Blum1-1/+1
2025-02-27dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register"Caleb Connolly1-16/+8
2025-02-27dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_rx_chnRoger Quadros1-4/+11
2025-02-27dmaengine: bcm2835-dma: fix warning when CONFIG_PM=nStefan Wahren1-1/+1
2025-02-27dmaengine: img-mdc: remove incorrect of_match_ptr annotationArnd Bergmann1-1/+1
2025-02-15tegra210-adma: fix 32-bit x86 buildLinus Torvalds1-3/+14
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter1-2/+1
2025-02-10dmaengine: pxa: Enable compile testKrzysztof Kozlowski1-1/+1
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski6-8/+14
2025-02-10dmaengine: tegra210-adma: check for adma max pageMohan Kumar D1-1/+6
2025-02-10dmaengine: tegra210-adma: Use div_u64 for 64 bit divisionMohan Kumar D1-4/+11
2025-02-10dmaengine: fsl-edma: Add missing newlines to log messagesStefan Wahren1-2/+2
2025-02-10dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2-12/+4
2025-02-10dmaengine: Unify checks in dma_request_chan()Andy Shevchenko1-6/+6
2025-02-10dmaengine: Add a comment on why it's okay when kasprintf() failsAndy Shevchenko1-2/+2
2025-02-10dmaengine: Replace dma_request_slave_channel() by dma_request_chan()Andy Shevchenko1-3/+2
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds36-254/+1734
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds11-31/+80
2024-12-24dmaengine: idxd: Enable Function Level Reset (FLR) for haltFenghua Yu2-3/+148
2024-12-24dmaengine: idxd: Refactor halt handlerFenghua Yu1-32/+31
2024-12-24dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore() helpersFenghua Yu2-0/+236
2024-12-24dmaengine: idxd: Binding and unbinding IDXD device and driverFenghua Yu1-0/+33
2024-12-24dmaengine: idxd: Add idxd_pci_probe_alloc() helperFenghua Yu2-40/+64
2024-12-24dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocolJyothi Kumar Seerapu1-6/+25
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2024-12-24dmaengine: mv_xor: switch to for_each_child_of_node_scoped()Javier Carrasco1-4/+1
2024-12-24Merge branch 'fixes' into nextVinod Koul10-31/+70
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2024-12-24dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busyStefan Wahren1-0/+22
2024-12-24dmaengine: tegra210-adma: Support channel pageMohan Kumar D1-10/+76
2024-12-24dmaengine: ti: k3-udma: Add support for J722S CSI BCDMAVaishnav Achath1-0/+16
2024-12-24dmaengine: ti: edma: fix OF node reference leaks in edma_driverJoe Hattori1-2/+1
2024-12-24dmaengine: ti: edma: make the loop condition simpler in edma_probe()Joe Hattori1-2/+2
2024-12-24dmaengine: fsl-edma: read/write multiple registers in cyclic transactionsLarisa Grigore1-9/+27
2024-12-24dmaengine: fsl-edma: add support for S32G based platformsLarisa Grigore2-1/+111
2024-12-24dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbaseLarisa Grigore1-4/+0
2024-12-24dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presenceLarisa Grigore1-1/+1
2024-12-24dmaengine: qcom: bam_dma: Avoid writing unavailable registerMd Sadre Alam1-8/+16
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2024-12-24dmaengine: idxd: Remove unused idxd_(un)register_bus_typeDr. David Alan Gilbert2-12/+0
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-3/+5
2024-12-11dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static constColin Ian King1-9/+13
2024-12-11dmaengine: idxd: Add a new IAA device ID on Panther Lake family platformsFenghua Yu2-0/+3