summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ste_dma40: do not remove descriptors for cyclic transfersFabio Baltieri2013-02-141-3/+3
* Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.gitVinod Koul2013-01-211-126/+363
|\
| * dmaengine: set_dma40: balance clock in probe fail codeFabio Baltieri2013-01-141-1/+1
| * dmaengine: set_dma40: ignore spurious interruptsFabio Baltieri2013-01-141-3/+12
| * dmaengine: ste_dma40: add software lli supportFabio Baltieri2013-01-141-1/+19
| * dmaengine: ste_dma40: minor code readability fixesFabio Baltieri2013-01-141-9/+8Star
| * dmaengine: ste_dma40: minor cosmetic fixesFabio Baltieri2013-01-141-21/+12Star
| * dmaengine: ste_dma40: add a done queue for completed descriptorsFabio Baltieri2013-01-141-4/+33
| * dmaengine: ste_dma40: support more than 128 event linesTong Liu2013-01-141-78/+228
| * dmaengine: ste_dma40: physical channels number correctionGerald Baeza2013-01-141-5/+10
| * dmaengine: ste_dma40: support fixed physical channel allocationGerald Baeza2013-01-141-2/+11
| * dmaengine: ste_dma40: don't allow high priority dest event linesRabin Vincent2013-01-141-1/+14
| * dmaengine: ste_dma40: don't check for pm_runtime_suspended()Narayanan G2013-01-141-2/+0Star
| * dmaengine: ste_dma40: limit burst size to 16Per Forlin2013-01-141-0/+8
| * dmaengine: ste_dma40: set dma max seg sizePer Forlin2013-01-141-0/+8
* | dma: ste_dma40: reuse is_slave_direction helperAndy Shevchenko2013-01-121-1/+1
|/
* ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij2012-11-051-2/+1Star
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-5/+9
|\
| * dma/ste_dma40: Fixup clock usage during probeUlf Hansson2012-08-311-5/+9
* | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+2
|/
* 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/+4Star
* 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/+3Star
* 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/+3Star
* 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/+0Star
| * 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-11-011-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/+0Star
* | 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-021-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/+26Star
| * dmaengine/ste_dma40: make the cyclic alloc NOWAITRobert Marklund2011-07-141-1/+1