index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
Olof Johansson
2012-11-06
1
-1
/
+3
|
\
|
*
dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()
Wei Yongjun
2012-10-24
1
-1
/
+3
*
|
dma: imx-dma: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-15
1
-6
/
+48
*
|
dma: imx-dma: retrieve MEM and IRQ from resources
Shawn Guo
2012-10-15
1
-15
/
+20
*
|
dma: imx-dma: use devm_kzalloc and devm_request_irq
Shawn Guo
2012-10-15
1
-39
/
+15
|
/
*
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
2012-10-09
1
-1
/
+1
|
\
|
*
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
2012-09-22
1
-1
/
+1
*
|
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
\
|
*
|
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-09-14
1
-1
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-10-01
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
dma: fix comments
Masanari Iida
2012-09-01
1
-2
/
+2
*
|
dma: imx-dma: Fix kernel crash due to missing clock conversion
Fabio Estevam
2012-07-27
1
-11
/
+25
|
/
*
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
2012-05-11
1
-6
/
+6
*
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
[next]