aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-2/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+9
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+2
2012-08-31dma/ste_dma40: Fixup clock usage during probeUlf Hansson1-5/+9
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen1-1/+1
2012-04-23dma/ste_dma40: fix erroneous comparisonLinus Walleij1-1/+1
2012-04-23dma/ste_dma40: explicitly include regulator consumer headerLinus Walleij1-0/+1
2012-04-23dma40: Improve the logic of stopping logical chanNarayanan G1-121/+199
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-2/+3
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-10/+4
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-10/+3
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-7/+3
2012-01-02dmaengine/ste_dma40: clear LNK on channel startupRabin Vincent1-0/+4
2011-12-05dmaengine/ste_dma40: allow fixed physical channelNarayanan G1-9/+42
2011-11-28dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G1-10/+85
2011-11-22dmaengine/ste_dma40: support pm in dma40Narayanan G1-19/+248
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-13/+13
2011-10-31drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker1-0/+1
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-13/+13
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin1-0/+16
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin1-10/+12
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin1-3/+0
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin1-0/+1
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin1-0/+16
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin1-10/+12
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin1-3/+0
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin1-0/+1
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-115/+155
2011-07-14dmaengine/ste_dma40: allow memory buswidth/burst to be configuredRabin Vincent1-66/+102
2011-07-14dmaengine/ste_dma40: use AMBA PrimeCell helper macrosLinus Walleij1-46/+26
2011-07-14dmaengine/ste_dma40: make the cyclic alloc NOWAITRobert Marklund1-1/+1
2011-07-14dmaengine/ste_dma40: fix missing kernel-docom prakash1-0/+2
2011-07-14dmaengine/ste_dma40: add a separate queue for pending requestsPer Forlin1-2/+24
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-2/+2
2011-05-19dmaengine: move link orderLinus Walleij1-1/+1
2011-05-09dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-30dma40: cyclic xfer supportRabin Vincent1-32/+140
2011-01-30dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent1-13/+21
2011-01-30dma40: fix DMA_SG capability and channelsRabin Vincent1-37/+34
2011-01-30dma40: handle failure to allocate first LCLARabin Vincent1-0/+5
2011-01-30dma40: extract lcla code into separate functionRabin Vincent1-42/+50
2011-01-30dma40: unify src/dst addr checkRabin Vincent1-13/+16
2011-01-30dma40: pass the info pointer all the way to reduce argument countRabin Vincent1-6/+2
2011-01-30dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent1-25/+16
2011-01-30dma40: move lli_load to main source fileRabin Vincent1-4/+18