aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
Commit message (Expand)AuthorAgeFilesLines
* dma: ste_dma40: don't dereference free:d descriptorLinus Walleij2014-04-021-1/+3
* 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
* dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent2011-01-301-24/+14
* dma40: combine desc init functionsRabin Vincent2011-01-301-44/+32
* dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent2011-01-301-98/+9
* dma40: remove unnecessary castsRabin Vincent2011-01-301-4/+2
* dma40: fix DMA API usage for LLIsRabin Vincent2011-01-301-17/+41
* dma40: fix DMA API usage for LCLARabin Vincent2011-01-301-8/+25
* dma40: remove unnecessary ALIGN()sRabin Vincent2011-01-301-5/+3
* dma40: allow realtime and priority for event linesRabin Vincent2011-01-301-0/+34
* dma40: fix comment to refer to SOCs rather than boardsRabin Vincent2011-01-301-2/+3
* dma40: use helpers for error functionsRabin Vincent2011-01-301-127/+74
* dma40: use helpers for channel type checkRabin Vincent2011-01-301-22/+32
* dma40: use helper for channel registers baseRabin Vincent2011-01-301-44/+30
* dma40: remove "hardware link with previous jobs" codeRabin Vincent2011-01-301-107/+6
* dma40: ensure event lines get enabledRabin Vincent2011-01-301-17/+46
* dma40: make init function staticRabin Vincent2011-01-301-1/+1
* dmaengine: dma40: Add support to split up large elementsPer Forlin2011-01-041-39/+152
* Merge branch 'dma40' into dmaengineDan Williams2010-10-191-18/+38
|\
| * ste_dma40: remove enum for endianessRabin Vincent2010-10-191-2/+2
| * ste_dma40: move mode_opt to separate configRabin Vincent2010-10-191-2/+26
| * ste_dma40: move channel mode to a separate fieldRabin Vincent2010-10-191-6/+2