summaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsl-qdma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warningFrank Li2024-02-231-11/+10
* dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein2024-02-071-9/+8
* dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma2024-02-071-1/+3
* dmaengine: fsl-qdma: Remove a useless devm_kfree()Christophe JAILLET2024-01-221-3/+2
* dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET2024-01-221-5/+5
* dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET2024-01-221-13/+5
* dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul2024-01-191-1/+1
* dmaengine: fsl-qdma: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-3/+2
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-2/+2
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-7/+3
* dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong2021-05-101-1/+5
* dmaengine: Extend NXP QDMA driver to check transmission errorsKoehrer Mathias (ETAS/EES-SL)2020-07-171-6/+57
* dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issueLee Jones2020-07-151-1/+1
* dmaengine: fsl-qdma: fix duplicated argument to &&Chen Zhou2020-01-211-1/+1
* dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQKrzysztof Kozlowski2019-11-021-0/+3
* dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-7/+2
* dmaengine: fsl-qdma: Continue to clear register on errorPeng Ma2019-06-041-3/+1
* dmaengine: fsl-qdma: fixed the source/destination descriptor formatPeng Ma2019-06-041-8/+10
* dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann2019-01-071-0/+1
* dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma2019-01-071-0/+1258