summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-01-31dmaengine i.MX DMA: do not initialize chan_id fieldSascha Hauer
2011-01-31dmaengine i.MX dma: check sg entries for valid addresses and lengthsSascha Hauer
2011-01-31dmaengine i.MX dma: set maximum segment size for our deviceSascha Hauer
2011-01-31dmaengine i.MX SDMA: reserve channel 0 by not registering itSascha Hauer
2011-01-31dmaengine i.MX SDMA: initialize dma capabilities outside channel loopSascha Hauer
2011-01-31dmaengine i.MX SDMA: do not initialize chan_id fieldSascha Hauer
2011-01-31dmaengine i.MX sdma: check sg entries for valid addresses and lengthsSascha Hauer
2011-01-31dmaengine i.MX sdma: set maximum segment size for our deviceSascha Hauer
2011-01-31dma40: cyclic xfer supportRabin Vincent
2011-01-31dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent
2011-01-31dma40: fix DMA_SG capability and channelsRabin Vincent
2011-01-31dma40: handle failure to allocate first LCLARabin Vincent
2011-01-31dma40: extract lcla code into separate functionRabin Vincent
2011-01-31dma40: use flags to reduce parameter countRabin Vincent
2011-01-31dma40: make d40_log_buf_to_lli staticRabin Vincent
2011-01-31dma40: unify src/dst addr checkRabin Vincent
2011-01-31dma40: pass the info pointer all the way to reduce argument countRabin Vincent
2011-01-31dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent
2011-01-31dma40: combine duplicated code in log_sg_to_devRabin Vincent
2011-01-31dma40: move lli_load to main source fileRabin Vincent
2011-01-31dma40: combine mem and slave prep_sg functionsRabin Vincent
2011-01-31dma40: remove export of stedma40_memcpy_sgRabin Vincent
2011-01-31dma40: combine mem and slave sg-to-lli functionsRabin Vincent
2011-01-31dma40: remove duplicated dev addr codeRabin Vincent
2011-01-31dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent
2011-01-31dma40: combine desc init functionsRabin Vincent
2011-01-31dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent
2011-01-31dma40: remove unnecessary castsRabin Vincent
2011-01-31dma40: fix DMA API usage for LLIsRabin Vincent
2011-01-31dma40: fix DMA API usage for LCLARabin Vincent
2011-01-31dma40: use sg_dma_address() instead of sg_phys()Rabin Vincent
2011-01-31dma40: remove unnecessary ALIGN()sRabin Vincent
2011-01-31dma40: allow realtime and priority for event linesRabin Vincent
2011-01-31dma40: fix comment to refer to SOCs rather than boardsRabin Vincent
2011-01-31dma40: use helpers for error functionsRabin Vincent
2011-01-31dma40: use helpers for channel type checkRabin Vincent
2011-01-31dma40: use helper for channel registers baseRabin Vincent
2011-01-31dma40: remove "hardware link with previous jobs" codeRabin Vincent
2011-01-31dma40: ensure event lines get enabledRabin Vincent
2011-01-31dma40: make init function staticRabin Vincent
2011-01-31DMA: PL08x: fix channel pausing to timeout rather than lockupRussell King - ARM Linux
2011-01-31DMA: PL08x: fix infinite wait when terminating transfersRussell King - ARM Linux
2011-01-30dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles
2011-01-30dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles
2011-01-30dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles
2011-01-30dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()Shawn Guo
2011-01-30dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0Shawn Guo
2011-01-30dmaengine i.MX SDMA: Fix firmware loadingSascha Hauer
2011-01-19Comment typo fixes for 'descriptor'Justin P. Mattock
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds