summaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsl-edma-common.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li2023-12-111-0/+1
* dmaengine: fsl-edma: fix edma4 channel enable failure on second attemptFrank Li2023-09-281-2/+8
* dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is setFrank Li2023-09-281-1/+14
* dmaengine: fsl-edma: integrate v3 supportFrank Li2023-08-221-15/+143
* dmaengine: fsl-edma: move tcd into struct fsl_dma_chanFrank Li2023-08-221-24/+14
* dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()Frank Li2023-08-221-13/+8
* dmaengine: fsl-edma: move common IRQ handler to common.cFrank Li2023-08-221-0/+26
* dmaengine: fsl-edma: Remove enum edma_versionFrank Li2023-08-221-28/+19
* dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdataFrank Li2023-08-221-1/+1
* dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.cFrank Li2023-08-221-17/+0
* dmaengine: fsl-edma: remove redundant assignment to pointer last_sgColin Ian King2022-07-011-3/+0
* dmaengine: fsl-edma: support edma memcpyJoy Zou2021-10-281-0/+31
* dmaengine: fsl-edma: fix for missing dmamux moduleAngelo Dureghello2021-10-251-1/+3
* dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpuAngelo Dureghello2020-07-061-12/+14
* dmaengine: fsl-edma: Add lockdep assert for exported functionKrzysztof Kozlowski2020-06-241-0/+2
* dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platformPeng Ma2019-12-181-0/+5
* dmaengine: change alignment of mux_configure32 and fsl_edma_chan_muxMao Wenan2019-08-201-2/+2
* dmaengine: make mux_configure32 staticMao Wenan2019-08-201-1/+1
* dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong2019-08-081-1/+17
* dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"Vinod Koul2019-07-081-17/+1
* dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong2019-07-031-1/+17
* dmaengine: fsl-edma-common: version check for v2 insteadRobin Gong2019-07-031-20/+20
* dmaengine: fsl-edma-common: move dmamux register to another single functionRobin Gong2019-07-031-4/+14
* dmaengine: fsl-edma: add drvdata for fsl-edmaRobin Gong2019-07-031-14/+15
* dmaengine: Revert "dmaengine: fsl-edma: support little endian for edma driver"Fabio Estevam2019-07-031-5/+0
* dmaengine: fsl-edma: support little endian for edma driverPeng Ma2019-06-251-0/+5
* dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor2019-02-041-4/+62
* dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-3/+1
* dmaengine: fsl-edma: remove dma_slave_config direction usageVinod Koul2018-10-091-31/+43
* dmaengine: fsl-edma: add ColdFire mcf5441x edma supportAngelo Dureghello2018-09-111-4/+20
* dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello2018-09-111-30/+76
* dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello2018-09-111-0/+552