aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-30dma40: combine mem and slave prep_sg functionsRabin Vincent1-94/+62
2011-01-30dma40: remove export of stedma40_memcpy_sgRabin Vincent1-1/+1
2011-01-30dma40: combine mem and slave sg-to-lli functionsRabin Vincent1-110/+84
2011-01-30dma40: remove duplicated dev addr codeRabin Vincent1-36/+30
2011-01-30dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent1-24/+14
2011-01-30dma40: combine desc init functionsRabin Vincent1-44/+32
2011-01-30dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent1-98/+9
2011-01-30dma40: remove unnecessary castsRabin Vincent1-4/+2
2011-01-30dma40: fix DMA API usage for LLIsRabin Vincent1-17/+41
2011-01-30dma40: fix DMA API usage for LCLARabin Vincent1-8/+25
2011-01-30dma40: remove unnecessary ALIGN()sRabin Vincent1-5/+3
2011-01-30dma40: allow realtime and priority for event linesRabin Vincent1-0/+34
2011-01-30dma40: fix comment to refer to SOCs rather than boardsRabin Vincent1-2/+3
2011-01-30dma40: use helpers for error functionsRabin Vincent1-127/+74
2011-01-30dma40: use helpers for channel type checkRabin Vincent1-22/+32
2011-01-30dma40: use helper for channel registers baseRabin Vincent1-44/+30
2011-01-30dma40: remove "hardware link with previous jobs" codeRabin Vincent1-107/+6
2011-01-30dma40: ensure event lines get enabledRabin Vincent1-17/+46
2011-01-30dma40: make init function staticRabin Vincent1-1/+1
2011-01-04dmaengine: dma40: Add support to split up large elementsPer Forlin1-39/+152
2010-10-19Merge branch 'dma40' into dmaengineDan Williams1-18/+38
2010-10-19ste_dma40: remove enum for endianessRabin Vincent1-2/+2
2010-10-19ste_dma40: move mode_opt to separate configRabin Vincent1-2/+26
2010-10-19ste_dma40: move channel mode to a separate fieldRabin Vincent1-6/+2
2010-10-19ste_dma40: add variable to indicate valid dma_cfgRabin Vincent1-8/+8
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams1-0/+17
2010-10-07DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin1-51/+1
2010-10-07DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin1-8/+26
2010-10-07DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent1-4/+13
2010-10-07DMAENGINE: ste_dma40: fix desc_getRabin Vincent1-9/+14
2010-10-07DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent1-1/+1
2010-10-07DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent1-3/+5
2010-10-07ste_dma40: implement support for scatterlist to scatterlist copyIra Snyder1-0/+17
2010-09-22DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg1-0/+6
2010-09-22DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg1-167/+148
2010-09-22DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg1-2/+2
2010-09-22DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg1-4/+10
2010-09-22DMAENGINE: ste_dma40: code clean-upJonas Aaberg1-43/+29
2010-09-22DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg1-112/+202
2010-09-22DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg1-6/+12
2010-09-22DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg1-12/+5
2010-09-22DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend requestJonas Aaberg1-30/+16
2010-09-22DMAENGINE: ste_dma40: No need reading, masking and setting a set registerJonas Aaberg1-4/+1
2010-09-22DMAENGINE: ste_dma40: Fix failed to restart logical channel bugJonas Aaberg1-12/+8
2010-09-22DMAENGINE: ste_dma40: config checksLinus Walleij1-2/+27
2010-08-04DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij1-4/+137
2010-06-22DMAENGINE: ste_dma40: support older siliconLinus Walleij1-4/+28
2010-06-22DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg1-0/+8
2010-06-22DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg1-20/+13
2010-06-22DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij1-95/+158