index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-dma.c
Age
Commit message (
Expand
)
Author
2012-05-11
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
2012-04-20
dmaengine: imx-dma: dont complete descriptor for cyclic dma
Vinod Koul
2012-03-29
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-26
dmaengine: i.MX: Fix merge of cookie branch.
Javier Martin
2012-03-26
dmaengine: i.MX: Add support for interleaved transfers.
Javier Martin
2012-03-26
dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove unused arg of imxdma_sg_next.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove internal structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove sg member from internal structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove dma_mode member of internal structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: remove data member from internal structure.
Javier Martin
2012-03-26
dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c
Javier Martin
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-13
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-09
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
2012-03-06
dmaengine: Add support for multiple descriptors for imx-dma.
Javier Martin
2012-03-06
dmaengine: Add support for MEMCPY for imx-dma.
Javier Martin
2012-03-06
drivers/dma: linux/module.h included twice
Danny Kukawka
2012-02-28
includecheck: delete any duplicate instances of module.h
Paul Gortmaker
2012-01-30
dma: imx-dma: start transfer in issue_pending
Sascha Hauer
2011-11-17
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-10-31
drivers/dma: Add module.h to files implicitly using it.
Paul Gortmaker
2011-10-27
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
2011-09-21
dmaengine i.MX DMA/SDMA: add missing include of linux/module.h
Axel Lin
2011-07-07
ARM i.MX dma: Fix burstsize settings
Sascha Hauer
2011-01-31
dmaengine i.MX dma: initialize dma capabilities outside channel loop
Sascha Hauer
2011-01-31
dmaengine i.MX DMA: do not initialize chan_id field
Sascha Hauer
2011-01-31
dmaengine i.MX dma: check sg entries for valid addresses and lengths
Sascha Hauer
2011-01-31
dmaengine i.MX dma: set maximum segment size for our device
Sascha Hauer
2010-12-03
dma: imx-dma: fix imxdma_probe error path
Axel Lin
2010-10-22
dma: imx-dma: fix signedness bug
Sascha Hauer
2010-10-07
dmaengine: Add Freescale i.MX1/21/27 DMA driver
Sascha Hauer