index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
fsl-edma-main.c
Age
Commit message (
Expand
)
Author
2025-03-11
dmaengine: fsl-edma: free irq correctly in remove path
Peng Fan
2025-03-11
dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
Peng Fan
2025-02-10
dmaengine: fsl-edma: Add missing newlines to log messages
Stefan Wahren
2024-12-24
Merge branch 'fixes' into next
Vinod Koul
2024-12-24
dmaengine: fsl-edma: add support for S32G based platforms
Larisa Grigore
2024-12-24
dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbase
Larisa Grigore
2024-12-24
dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presence
Larisa Grigore
2024-12-24
dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()
Joe Hattori
2024-10-14
dmaengine: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-29
dmaengine: fsl-edma: add edma src ID check at request channel
Joy Zou
2024-08-29
dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()
Joy Zou
2024-06-11
dmaengine: fsl-edma: change the memory access from local into remote mode in ...
Joy Zou
2024-06-11
dmaengine: fsl-edma: remove redundant "idle" field from fsl_chan
Frank Li
2024-06-11
dmaengine: fsl-edma: request per-channel IRQ only when channel is allocated
Frank Li
2024-04-25
dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string
Joy Zou
2024-04-17
dmaengine: fsl-edma: fix miss mutex unlock at an error return path
Frank Li
2024-04-07
dmaengine: fsl-edma: add i.MX8ULP edma support
Joy Zou
2024-04-07
dmaengine: fsl-edma: clean up chclk and FSL_EDMA_DRV_HAS_CHCLK
Frank Li
2024-04-07
dmaengine: fsl-edma: add safety check for 'srcid'
Frank Li
2024-04-07
dmaengine: fsl-edma: remove 'slave_id' from fsl_edma_chan
Frank Li
2024-03-15
Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-16
dmaengine: fsl-edma: correct max_segment_size setting
Frank Li
2024-02-07
dmaengine: fsl-edma: integrate TCD64 support for i.MX95
Frank Li
2024-02-07
dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
Frank Li
2024-02-07
dmaengine: fsl-edma: fix spare build warning
Frank Li
2024-01-19
Merge tag 'dmaengine-6.8-rc1' into fixes
Vinod Koul
2023-12-21
dmaengine: fsl-edma: utilize common dt-binding header file
Frank Li
2023-12-21
dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
Frank Li
2023-12-11
dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
Yang Yingliang
2023-11-24
dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
Xiaolei Wang
2023-11-24
dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...
Xiaolei Wang
2023-11-03
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-09
dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()
Frank Li
2023-10-09
dmaengine: Use device_get_match_data()
Rob Herring
2023-10-04
dmaengine: fsl-edma: Remove redundant dev_err() for platform_get_irq()
Jinjie Ruan
2023-09-28
dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is set
Frank Li
2023-09-28
dmaengine: fsl-edma-main: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-22
dmaengine: fsl-edma: integrate v3 support
Frank Li
2023-08-22
dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
Frank Li
2023-08-22
dmaengine: fsl-edma: refactor chan_name setup and safety
Frank Li
2023-08-22
dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
Frank Li
2023-08-22
dmaengine: fsl-edma: refactor using devm_clk_get_enabled
Frank Li
2023-08-22
dmaengine: fsl-edma: move common IRQ handler to common.c
Frank Li
2023-08-22
dmaengine: fsl-edma: Remove enum edma_version
Frank Li
2023-08-22
dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
Frank Li
2023-08-22
dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
Frank Li