aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsl-edma-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-46/+55
2024-02-07dmaengine: fsl-edma: integrate TCD64 support for i.MX95Frank Li1-13/+21
2024-02-07dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chanFrank Li1-3/+3
2024-02-07dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()Frank Li1-30/+31
2024-02-07dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenarioJoy Zou1-1/+1
2023-12-11dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li1-0/+1
2023-09-28dmaengine: fsl-edma: fix edma4 channel enable failure on second attemptFrank Li1-2/+8
2023-09-28dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is setFrank Li1-1/+14
2023-08-22dmaengine: fsl-edma: integrate v3 supportFrank Li1-15/+143
2023-08-22dmaengine: fsl-edma: move tcd into struct fsl_dma_chanFrank Li1-24/+14
2023-08-22dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()Frank Li1-13/+8
2023-08-22dmaengine: fsl-edma: move common IRQ handler to common.cFrank Li1-0/+26
2023-08-22dmaengine: fsl-edma: Remove enum edma_versionFrank Li1-28/+19
2023-08-22dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdataFrank Li1-1/+1
2023-08-22dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.cFrank Li1-17/+0
2022-07-01dmaengine: fsl-edma: remove redundant assignment to pointer last_sgColin Ian King1-3/+0
2021-10-28dmaengine: fsl-edma: support edma memcpyJoy Zou1-0/+31
2021-10-25dmaengine: fsl-edma: fix for missing dmamux moduleAngelo Dureghello1-1/+3
2020-07-06dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpuAngelo Dureghello1-12/+14
2020-06-24dmaengine: fsl-edma: Add lockdep assert for exported functionKrzysztof Kozlowski1-0/+2
2019-12-18dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platformPeng Ma1-0/+5
2019-08-20dmaengine: change alignment of mux_configure32 and fsl_edma_chan_muxMao Wenan1-2/+2
2019-08-20dmaengine: make mux_configure32 staticMao Wenan1-1/+1
2019-08-08dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong1-1/+17
2019-07-08dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"Vinod Koul1-17/+1
2019-07-03dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong1-1/+17
2019-07-03dmaengine: fsl-edma-common: version check for v2 insteadRobin Gong1-20/+20
2019-07-03dmaengine: fsl-edma-common: move dmamux register to another single functionRobin Gong1-4/+14
2019-07-03dmaengine: fsl-edma: add drvdata for fsl-edmaRobin Gong1-14/+15
2019-07-03dmaengine: Revert "dmaengine: fsl-edma: support little endian for edma driver"Fabio Estevam1-5/+0
2019-06-25dmaengine: fsl-edma: support little endian for edma driverPeng Ma1-0/+5
2019-02-04dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor1-4/+62
2019-01-07dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2018-10-09dmaengine: fsl-edma: remove dma_slave_config direction usageVinod Koul1-31/+43
2018-09-11dmaengine: fsl-edma: add ColdFire mcf5441x edma supportAngelo Dureghello1-4/+20
2018-09-11dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello1-30/+76
2018-09-11dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello1-0/+552