summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
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-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-01-17ARM: PL08x: cleanup commentsRussell King - ARM Linux
2011-01-15Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan
2011-01-15dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre
2011-01-15dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre
2011-01-15dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu
2011-01-15dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre
2011-01-15dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre
2011-01-15dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre
2011-01-15pch_dma: support new device ML7213 IOHTomoya MORINAGA
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-01-07Merge branches 'amba' and 'dma40' into dmaengineDan Williams
2011-01-07dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski
2011-01-07Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-01-06Merge branch 'devel-stable' into develRussell King
2011-01-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt
2011-01-05Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King
2011-01-05ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux