aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsl-qdma.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warningFrank Li1-11/+10
2024-02-07dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein1-9/+8
2024-02-07dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma1-1/+3
2024-01-22dmaengine: fsl-qdma: Remove a useless devm_kfree()Christophe JAILLET1-3/+2
2024-01-22dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET1-5/+5
2024-01-22dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET1-13/+5
2024-01-19dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul1-1/+1
2023-09-28dmaengine: fsl-qdma: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring1-2/+2
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus1-7/+3
2021-05-10dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong1-1/+5
2020-07-17dmaengine: Extend NXP QDMA driver to check transmission errorsKoehrer Mathias (ETAS/EES-SL)1-6/+57
2020-07-15dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issueLee Jones1-1/+1
2020-01-21dmaengine: fsl-qdma: fix duplicated argument to &&Chen Zhou1-1/+1
2019-11-02dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQKrzysztof Kozlowski1-0/+3
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-7/+2
2019-06-04dmaengine: fsl-qdma: Continue to clear register on errorPeng Ma1-3/+1
2019-06-04dmaengine: fsl-qdma: fixed the source/destination descriptor formatPeng Ma1-8/+10
2019-01-07dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann1-0/+1
2019-01-07dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma1-0/+1258