aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ste_dma40.c
AgeCommit message (Expand)Author
2012-01-02dmaengine/ste_dma40: clear LNK on channel startupRabin Vincent
2011-12-05dmaengine/ste_dma40: allow fixed physical channelNarayanan G
2011-11-28dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G
2011-11-22dmaengine/ste_dma40: support pm in dma40Narayanan G
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-10-31drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
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-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