summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
AgeCommit message (Expand)AuthorLines
10 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-1/+1
2025-12-14dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold-1/+3
2025-11-21dmaengine: dw: drop unused module aliasJohan Hovold-4/+1
2025-09-02dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocateMiaoqian Lin-4/+11
2025-02-10dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko-12/+4
2024-12-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko-4/+14
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-08-05dmaengine: dw: Unify ret-val local variables namingSerge Semin-20/+20
2024-08-05dmaengine: dw: Simplify max-burst calculation procedureSerge Semin-20/+29
2024-08-05dmaengine: dw: Define encode_maxburst() above prepare_ctllo() callbacksSerge Semin-14/+14
2024-08-05dmaengine: dw: Simplify prepare CTL_LO methodsSerge Semin-8/+21
2024-08-05dmaengine: dw: Add memory bus width verificationSerge Semin-7/+44
2024-08-05dmaengine: dw: Add peripheral bus width verificationSerge Semin-0/+38
2023-09-28dmaengine: dw: platform: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring-1/+3
2023-02-16dmaengine: dw: Move check for paused channel to dwc_get_residue()Andy Shevchenko-6/+5
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt-3/+0
2022-06-10dmaengine: dw: dmamux: Fix build without CONFIG_OFMiquel Raynal-0/+2
2022-06-10dmaengine: dw: dmamux: Export the module device tableMiquel Raynal-0/+1
2022-05-19dmaengine: dw: Add RZN1 compatibleMiquel Raynal-0/+1
2022-05-19dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal-0/+166
2021-10-26dmaengine: dw: switch from 'pci_' to 'dma_' APIQing Wang-5/+1
2021-08-06dmaengine: dw: Simplify DT property parserAndy Shevchenko-28/+16
2021-08-06dmaengine: dw: Remove error message from DT parsing codeAndy Shevchenko-5/+0
2021-07-14dmaengine: dw: Program xBAR hardware for Elkhart LakeAndy Shevchenko-9/+157
2021-04-12dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko-0/+2
2021-02-08dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"Cezary Rojewski-6/+0
2020-11-09dmaengine: dw: Enable runtime PMAndy Shevchenko-0/+6
2020-09-18dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-08-17dmaengine: dw: Add DMA-channels mask cell supportSerge Semin-2/+9
2020-08-17dmaengine: dw: Ignore burst setting for memory peripheralsSerge Semin-6/+4
2020-08-17dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculationSerge Semin-1/+1
2020-08-17dmaengine: dw: Activate FIFO-mode for memory peripherals onlySerge Semin-1/+1
2020-08-05Merge branch 'for-linus' into fixesVinod Koul-4/+64
2020-07-27dmaengine: dw: Initialize max_sg_burst capabilitySerge Semin-0/+12
2020-07-27dmaengine: dw: Introduce max burst length hw configSerge Semin-0/+23
2020-07-27dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin-0/+2
2020-07-27dmaengine: dw: Set DMA device max segment size parameterSerge Semin-0/+7
2020-07-27dmaengine: dw: Take HC_LLP flag into account for noLLP auto-configSerge Semin-1/+11
2020-07-06dmaengine: dw: Initialize channel before each transferAndy Shevchenko-12/+0
2020-06-16dmaengine: dw: Replace 'objs' by 'y'Andy Shevchenko-2/+2
2020-06-16dmaengine: dw: Register ACPI DMA controller for PCI that has companionAndy Shevchenko-1/+7
2019-10-14dmaengine: dw: platform: Mark 'hclk' clock optionalAndy Shevchenko-1/+1
2019-08-21dmaengine: dw: platform: Split OF helpers to separate moduleAndy Shevchenko-113/+149
2019-08-21dmaengine: dw: platform: Split ACPI helpers to separate moduleAndy Shevchenko-53/+63
2019-08-21dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register()Andy Shevchenko-4/+8
2019-08-21dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko-2/+12
2019-08-21dmaengine: dw: platform: Use devm_platform_ioremap_resource()Andy Shevchenko-3/+1