summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-1/+1
* dma/ste_dma40: fix erroneous comparisonLinus Walleij2012-04-231-1/+1
* dma/ste_dma40: explicitly include regulator consumer headerLinus Walleij2012-04-231-0/+1
* dma40: Improve the logic of stopping logical chanNarayanan G2012-04-231-121/+199
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-2/+3
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-10/+4
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-10/+3
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+1
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-7/+3
* dmaengine/ste_dma40: clear LNK on channel startupRabin Vincent2012-01-021-0/+4
* dmaengine/ste_dma40: allow fixed physical channelNarayanan G2011-12-051-9/+42
* dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G2011-11-281-10/+85
* dmaengine/ste_dma40: support pm in dma40Narayanan G2011-11-221-19/+248
* Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-13/+13
|\
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-13/+13
| * dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin2011-09-051-0/+16
| * dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin2011-09-051-10/+12
| * dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin2011-09-051-3/+0
| * dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin2011-09-051-0/+1
* | drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker2011-10-311-0/+1
* | dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin2011-09-051-0/+16
* | dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin2011-09-051-10/+12
* | dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin2011-09-051-3/+0
* | dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin2011-09-051-0/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-08-011-115/+155
|\
| * dmaengine/ste_dma40: allow memory buswidth/burst to be configuredRabin Vincent2011-07-141-66/+102
| * dmaengine/ste_dma40: use AMBA PrimeCell helper macrosLinus Walleij2011-07-141-46/+26
| * dmaengine/ste_dma40: make the cyclic alloc NOWAITRobert Marklund2011-07-141-1/+1
| * dmaengine/ste_dma40: fix missing kernel-docom prakash2011-07-141-0/+2
| * dmaengine/ste_dma40: add a separate queue for pending requestsPer Forlin2011-07-141-2/+24
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-05-281-2/+2
|\
| * dmaengine: move link orderLinus Walleij2011-05-191-1/+1
| * dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais2011-05-091-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* dma40: cyclic xfer supportRabin Vincent2011-01-301-32/+140
* dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent2011-01-301-13/+21
* dma40: fix DMA_SG capability and channelsRabin Vincent2011-01-301-37/+34
* dma40: handle failure to allocate first LCLARabin Vincent2011-01-301-0/+5
* dma40: extract lcla code into separate functionRabin Vincent2011-01-301-42/+50
* dma40: unify src/dst addr checkRabin Vincent2011-01-301-13/+16
* dma40: pass the info pointer all the way to reduce argument countRabin Vincent2011-01-301-6/+2
* dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent2011-01-301-25/+16
* dma40: move lli_load to main source fileRabin Vincent2011-01-301-4/+18
* dma40: combine mem and slave prep_sg functionsRabin Vincent2011-01-301-94/+62
* dma40: remove export of stedma40_memcpy_sgRabin Vincent2011-01-301-1/+1
* dma40: combine mem and slave sg-to-lli functionsRabin Vincent2011-01-301-110/+84
* dma40: remove duplicated dev addr codeRabin Vincent2011-01-301-36/+30