summaryrefslogtreecommitdiff
path: root/drivers/dma/ste_dma40.c
AgeCommit message (Expand)Author
2012-04-05dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-04-03dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-04-03dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-04-03dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-04-03dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-04-03dmaengine: add private header fileRussell King - ARM Linux
2012-04-03dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-07-14dmaengine/ste_dma40: allow memory buswidth/burst to be configuredRabin Vincent
2011-07-14dmaengine/ste_dma40: use AMBA PrimeCell helper macrosLinus Walleij
2011-07-14dmaengine/ste_dma40: make the cyclic alloc NOWAITRobert Marklund
2011-07-14dmaengine/ste_dma40: fix missing kernel-docom prakash
2011-07-14dmaengine/ste_dma40: add a separate queue for pending requestsPer Forlin
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