summaryrefslogtreecommitdiff
path: root/drivers/dma/ste_dma40.c
AgeCommit message (Expand)Author
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-05-19dmaengine: move link orderLinus Walleij
2011-05-09dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-30dma40: cyclic xfer supportRabin Vincent
2011-01-30dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent
2011-01-30dma40: fix DMA_SG capability and channelsRabin Vincent
2011-01-30dma40: handle failure to allocate first LCLARabin Vincent
2011-01-30dma40: extract lcla code into separate functionRabin Vincent
2011-01-30dma40: unify src/dst addr checkRabin Vincent
2011-01-30dma40: pass the info pointer all the way to reduce argument countRabin Vincent
2011-01-30dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent
2011-01-30dma40: move lli_load to main source fileRabin Vincent
2011-01-30dma40: combine mem and slave prep_sg functionsRabin Vincent
2011-01-30dma40: remove export of stedma40_memcpy_sgRabin Vincent
2011-01-30dma40: combine mem and slave sg-to-lli functionsRabin Vincent
2011-01-30dma40: remove duplicated dev addr codeRabin Vincent
2011-01-30dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent
2011-01-30dma40: combine desc init functionsRabin Vincent
2011-01-30dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent
2011-01-30dma40: remove unnecessary castsRabin Vincent
2011-01-30dma40: fix DMA API usage for LLIsRabin Vincent
2011-01-30dma40: fix DMA API usage for LCLARabin Vincent
2011-01-30dma40: remove unnecessary ALIGN()sRabin Vincent
2011-01-30dma40: allow realtime and priority for event linesRabin Vincent
2011-01-30dma40: fix comment to refer to SOCs rather than boardsRabin Vincent
2011-01-30dma40: use helpers for error functionsRabin Vincent
2011-01-30dma40: use helpers for channel type checkRabin Vincent
2011-01-30dma40: use helper for channel registers baseRabin Vincent
2011-01-30dma40: remove "hardware link with previous jobs" codeRabin Vincent
2011-01-30dma40: ensure event lines get enabledRabin Vincent
2011-01-30dma40: make init function staticRabin Vincent
2011-01-04dmaengine: dma40: Add support to split up large elementsPer Forlin
2010-10-19Merge branch 'dma40' into dmaengineDan Williams
2010-10-19ste_dma40: remove enum for endianessRabin Vincent
2010-10-19ste_dma40: move mode_opt to separate configRabin Vincent
2010-10-19ste_dma40: move channel mode to a separate fieldRabin Vincent
2010-10-19ste_dma40: add variable to indicate valid dma_cfgRabin Vincent
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams
2010-10-07DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin
2010-10-07DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin
2010-10-07DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent
2010-10-07DMAENGINE: ste_dma40: fix desc_getRabin Vincent
2010-10-07DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent
2010-10-07DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent
2010-10-07ste_dma40: implement support for scatterlist to scatterlist copyIra Snyder
2010-09-22DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg
2010-09-22DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg
2010-09-22DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg