index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: imx-dma: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+1
*
dmaengine: imx-dma: Remove a redundant memset() call
Christophe JAILLET
2023-03-17
1
-1
/
+0
*
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
2023-01-18
1
-3
/
+1
*
dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)
Fabio Estevam
2022-07-21
1
-1
/
+1
*
dmaengine: imx: Move header to include/dma/
Sascha Hauer
2022-04-19
1
-1
/
+1
*
dmaengine: imx-dma: configure the generic DMA type to make it work
Juergen Borleis
2021-08-02
1
-0
/
+2
*
dmaengine: imx-dma: Remove unused .id_table
Fabio Estevam
2020-11-24
1
-29
/
+4
*
dmaengine: imx-dma: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-4
/
+3
*
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-09-11
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
dmaengine: imx-dma: Drop local dma_parms
Robin Murphy
2020-09-11
1
-2
/
+0
|
/
*
dmaengine: imx-dma: Mark expected switch fall-through
Gustavo A. R. Silva
2019-07-31
1
-0
/
+1
*
Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-03-14
1
-5
/
+3
|
\
|
*
dmaengine: imx-dma: change return of 'imxdma_sg_next' to void
Vinod Koul
2019-01-20
1
-3
/
+1
|
*
dmaengine: imx-dma: change variable 'now' type to size_t
Vinod Koul
2019-01-20
1
-1
/
+1
|
*
dmaengine: imx-dma: fix warning comparison of distinct pointer types
Anders Roxell
2019-01-20
1
-1
/
+1
*
|
dmaengine: imx-dma: fix wrong callback invoke
Leonid Iziumtsev
2019-02-04
1
-4
/
+4
|
/
*
dmaengine: imx-dma: remove dma_slave_config direction usage
Vinod Koul
2018-10-07
1
-3
/
+17
*
dmaengine: imx-dma: Switch to SPDX identifier
Fabio Estevam
2018-05-23
1
-16
/
+10
*
ARM: 8745/1: get rid of __memzero()
Nicolas Pitre
2018-01-21
1
-1
/
+1
*
dmaengine: Convert timers to use timer_setup()
Kees Cook
2017-10-24
1
-5
/
+3
*
dmaengine: imx-dma: cleanup scatterlist layering violations
Logan Gunthorpe
2017-06-01
1
-5
/
+2
*
dmaengine: imx-dma: convert callback to helper function
Dave Jiang
2016-08-08
1
-3
/
+1
*
dmaengine: imx-dma: fix coding style issue
Vinod Koul
2016-07-16
1
-1
/
+1
*
dmaengine: imx-dma: explicitly freeup irq
Vinod Koul
2016-07-16
1
-0
/
+29
*
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
2015-08-05
1
-1
/
+1
*
dmaengine: imx-dma: Check for clk_prepare_enable() error
Fabio Estevam
2015-07-07
1
-9
/
+14
*
dmaengine: imx: Constify platform_device_id
Krzysztof Kozlowski
2015-05-04
1
-1
/
+1
*
Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus
Vinod Koul
2015-02-02
1
-52
/
+51
|
\
|
*
dmaengine: imx: Split device_control
Maxime Ripard
2014-12-22
1
-52
/
+51
*
|
dmaengine: imx-dma.c: Remove unused function
Rickard Strandqvist
2014-12-22
1
-5
/
+0
|
/
*
dma: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-08-04
1
-1
/
+1
*
dma: imx-dma: Add missing module owner field
Alexander Shiyan
2014-03-06
1
-0
/
+1
*
dma: imx-dma: Replace printk with dev_*
Alexander Shiyan
2014-03-06
1
-6
/
+6
*
Merge branch 'for-linus' into next
Vinod Koul
2013-10-31
1
-17
/
+23
|
\
|
*
dmaengine: imx-dma: fix format warnings
Russell King
2013-10-31
1
-17
/
+23
*
|
dmaengine: imx-dma: use DMA_COMPLETE for dma completion status
Vinod Koul
2013-10-25
1
-1
/
+1
|
/
*
dmaengine: imx-dma: fix callback path in tasklet
Michael Grzeschik
2013-10-04
1
-4
/
+6
*
dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet
Michael Grzeschik
2013-10-04
1
-11
/
+8
*
dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic
Michael Grzeschik
2013-10-04
1
-1
/
+1
*
dma: imx-dma: Remove redundant NULL check
Sachin Kamat
2013-09-02
1
-4
/
+2
*
DMA: imx-dma: imxdma->dev used uninitialized
Markus Pargmann
2013-07-05
1
-1
/
+1
*
dma: imx-dma: Add oftree support
Markus Pargmann
2013-07-05
1
-0
/
+75
*
dma: imx-dma: Remove redundant NULL check before kfree
Syam Sidhardhan
2013-04-15
1
-2
/
+1
*
dma: Remove erroneous __exit and __exit_p() references
Maxin B. John
2013-04-15
1
-2
/
+2
*
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
2013-01-25
1
-3
/
+2
|
\
|
*
dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.
Javier Martin
2013-01-08
1
-3
/
+2
*
|
dma: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-3
/
+4
|
/
[next]