summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
Commit message (Expand)AuthorAgeFilesLines
* dma40: cyclic xfer supportRabin Vincent2011-01-311-32/+140
* dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent2011-01-311-13/+21
* dma40: fix DMA_SG capability and channelsRabin Vincent2011-01-311-37/+34Star
* dma40: handle failure to allocate first LCLARabin Vincent2011-01-311-0/+5
* dma40: extract lcla code into separate functionRabin Vincent2011-01-311-42/+50
* dma40: unify src/dst addr checkRabin Vincent2011-01-311-13/+16
* dma40: pass the info pointer all the way to reduce argument countRabin Vincent2011-01-311-6/+2Star
* dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent2011-01-311-25/+16Star
* dma40: move lli_load to main source fileRabin Vincent2011-01-311-4/+18
* dma40: combine mem and slave prep_sg functionsRabin Vincent2011-01-311-94/+62Star
* dma40: remove export of stedma40_memcpy_sgRabin Vincent2011-01-311-1/+1
* dma40: combine mem and slave sg-to-lli functionsRabin Vincent2011-01-311-110/+84Star
* dma40: remove duplicated dev addr codeRabin Vincent2011-01-311-36/+30Star
* dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent2011-01-311-24/+14Star
* dma40: combine desc init functionsRabin Vincent2011-01-311-44/+32Star
* dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent2011-01-311-98/+9Star
* dma40: remove unnecessary castsRabin Vincent2011-01-311-4/+2Star
* dma40: fix DMA API usage for LLIsRabin Vincent2011-01-311-17/+41
* dma40: fix DMA API usage for LCLARabin Vincent2011-01-311-8/+25
* dma40: remove unnecessary ALIGN()sRabin Vincent2011-01-311-5/+3Star
* dma40: allow realtime and priority for event linesRabin Vincent2011-01-311-0/+34
* dma40: fix comment to refer to SOCs rather than boardsRabin Vincent2011-01-311-2/+3
* dma40: use helpers for error functionsRabin Vincent2011-01-311-127/+74Star
* dma40: use helpers for channel type checkRabin Vincent2011-01-311-22/+32
* dma40: use helper for channel registers baseRabin Vincent2011-01-311-44/+30Star
* dma40: remove "hardware link with previous jobs" codeRabin Vincent2011-01-311-107/+6Star
* dma40: ensure event lines get enabledRabin Vincent2011-01-311-17/+46
* dma40: make init function staticRabin Vincent2011-01-311-1/+1
* dmaengine: dma40: Add support to split up large elementsPer Forlin2011-01-051-39/+152
* Merge branch 'dma40' into dmaengineDan Williams2010-10-201-18/+38
|\
| * ste_dma40: remove enum for endianessRabin Vincent2010-10-201-2/+2
| * ste_dma40: move mode_opt to separate configRabin Vincent2010-10-201-2/+26
| * ste_dma40: move channel mode to a separate fieldRabin Vincent2010-10-201-6/+2Star
| * ste_dma40: add variable to indicate valid dma_cfgRabin Vincent2010-10-201-8/+8
| |
| \
*-. \ Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams2010-10-081-0/+17
|\ \ \ | |_|/ |/| |
| | * ste_dma40: implement support for scatterlist to scatterlist copyIra Snyder2010-10-071-0/+17
| |/
* | DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin2010-10-071-51/+1Star
* | DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin2010-10-071-8/+26
* | DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent2010-10-071-4/+13
* | DMAENGINE: ste_dma40: fix desc_getRabin Vincent2010-10-071-9/+14
* | DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent2010-10-071-1/+1
* | DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent2010-10-071-3/+5
* | DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg2010-09-221-0/+6
* | DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg2010-09-221-167/+148Star
* | DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg2010-09-221-2/+2
* | DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg2010-09-221-4/+10
* | DMAENGINE: ste_dma40: code clean-upJonas Aaberg2010-09-221-43/+29Star
* | DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg2010-09-221-112/+202
* | DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg2010-09-221-6/+12
* | DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg2010-09-221-12/+5Star