index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: dont complete descriptor for cyclic dma
Vinod Koul
2012-04-20
1
-3
/
+6
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-29
1
-130
/
+820
|
\
|
*
dmaengine: i.MX: Fix merge of cookie branch.
Javier Martin
2012-03-26
1
-0
/
+1
|
*
dmaengine: i.MX: Add support for interleaved transfers.
Javier Martin
2012-03-26
1
-15
/
+131
|
*
dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.
Javier Martin
2012-03-26
1
-11
/
+12
|
*
dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.
Javier Martin
2012-03-26
1
-76
/
+93
|
*
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
Javier Martin
2012-03-26
1
-4
/
+5
|
*
dmaengine: imx-dma: remove internal structure.
Javier Martin
2012-03-26
1
-46
/
+18
|
*
dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.
Javier Martin
2012-03-26
1
-8
/
+3
|
*
dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.
Javier Martin
2012-03-26
1
-9
/
+0
|
*
dmaengine: imx-dma: remove sg member from internal structure.
Javier Martin
2012-03-26
1
-24
/
+18
|
*
dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.
Javier Martin
2012-03-26
1
-63
/
+35
|
*
dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.
Javier Martin
2012-03-26
1
-33
/
+13
|
*
dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.
Javier Martin
2012-03-26
1
-43
/
+14
|
*
dmaengine: imx-dma: remove dma_mode member of internal structure.
Javier Martin
2012-03-26
1
-58
/
+45
|
*
dmaengine: imx-dma: remove data member from internal structure.
Javier Martin
2012-03-26
1
-1
/
+0
|
*
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
Javier Martin
2012-03-26
1
-52
/
+552
|
*
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
1
-2
/
+3
|
*
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
2012-03-13
1
-32
/
+7
|
|
\
|
|
*
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
2012-03-13
1
-0
/
+1
|
|
*
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
1
-10
/
+1
|
|
*
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
2012-03-13
1
-1
/
+1
|
|
*
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
1
-14
/
+1
|
|
*
dmaengine: add private header file
Russell King - ARM Linux
2012-03-13
1
-0
/
+2
|
|
*
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-13
1
-4
/
+3
|
*
|
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
2012-03-09
1
-0
/
+1
|
*
|
dmaengine: Add support for multiple descriptors for imx-dma.
Javier Martin
2012-03-06
1
-74
/
+258
|
*
|
dmaengine: Add support for MEMCPY for imx-dma.
Javier Martin
2012-03-06
1
-1
/
+35
|
*
|
drivers/dma: linux/module.h included twice
Danny Kukawka
2012-03-06
1
-1
/
+0
|
|
/
|
*
dma: imx-dma: start transfer in issue_pending
Sascha Hauer
2012-01-30
1
-5
/
+4
*
|
includecheck: delete any duplicate instances of module.h
Paul Gortmaker
2012-02-28
1
-1
/
+0
|
/
*
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
1
-5
/
+5
|
\
|
*
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
2011-10-27
1
-5
/
+5
*
|
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers/dma: Add module.h to files implicitly using it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
Axel Lin
2011-09-21
1
-0
/
+1
|
/
*
ARM i.MX dma: Fix burstsize settings
Sascha Hauer
2011-07-07
1
-1
/
+2
*
dmaengine i.MX dma: initialize dma capabilities outside channel loop
Sascha Hauer
2011-01-31
1
-3
/
+3
*
dmaengine i.MX DMA: do not initialize chan_id field
Sascha Hauer
2011-01-31
1
-1
/
+0
*
dmaengine i.MX dma: check sg entries for valid addresses and lengths
Sascha Hauer
2011-01-31
1
-0
/
+15
*
dmaengine i.MX dma: set maximum segment size for our device
Sascha Hauer
2011-01-31
1
-0
/
+4
*
dma: imx-dma: fix imxdma_probe error path
Axel Lin
2010-12-03
1
-1
/
+1
*
dma: imx-dma: fix signedness bug
Sascha Hauer
2010-10-22
1
-1
/
+3
*
dmaengine: Add Freescale i.MX1/21/27 DMA driver
Sascha Hauer
2010-10-07
1
-0
/
+422