summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2011-01-30dma40: combine mem and slave sg-to-lli functionsRabin Vincent1-110/+84
2011-01-30dma40: remove duplicated dev addr codeRabin Vincent1-36/+30
2011-01-30dma40: combine duplicated d40_pool_lli_alloc() callsRabin Vincent1-24/+14
2011-01-30dma40: combine desc init functionsRabin Vincent1-44/+32
2011-01-30dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent3-110/+10
2011-01-30dma40: remove unnecessary castsRabin Vincent1-4/+2
2011-01-30dma40: fix DMA API usage for LLIsRabin Vincent1-17/+41
2011-01-30dma40: fix DMA API usage for LCLARabin Vincent1-8/+25
2011-01-30dma40: use sg_dma_address() instead of sg_phys()Rabin Vincent1-4/+4
2011-01-30dma40: remove unnecessary ALIGN()sRabin Vincent1-5/+3
2011-01-30dma40: allow realtime and priority for event linesRabin Vincent2-0/+50
2011-01-30dma40: fix comment to refer to SOCs rather than boardsRabin Vincent1-2/+3
2011-01-30dma40: use helpers for error functionsRabin Vincent1-127/+74
2011-01-30dma40: use helpers for channel type checkRabin Vincent1-22/+32
2011-01-30dma40: use helper for channel registers baseRabin Vincent1-44/+30
2011-01-30dma40: remove "hardware link with previous jobs" codeRabin Vincent1-107/+6
2011-01-30dma40: ensure event lines get enabledRabin Vincent1-17/+46
2011-01-30dma40: make init function staticRabin Vincent1-1/+1
2011-01-30DMA: PL08x: fix channel pausing to timeout rather than lockupRussell King - ARM Linux1-6/+15
2011-01-30DMA: PL08x: fix infinite wait when terminating transfersRussell King - ARM Linux1-14/+18
2011-01-29dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles1-0/+2
2011-01-29dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles1-14/+17
2011-01-29dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles1-0/+3
2011-01-29dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()Shawn Guo1-4/+4
2011-01-29dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0Shawn Guo1-1/+1
2011-01-29dmaengine i.MX SDMA: Fix firmware loadingSascha Hauer1-1/+1
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds10-794/+935
2011-01-16ARM: PL08x: cleanup commentsRussell King - ARM Linux1-94/+52
2011-01-14Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan1-2/+2
2011-01-14dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre1-2/+2
2011-01-14dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre1-3/+3
2011-01-14dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu1-1/+1
2011-01-14dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre1-1/+0
2011-01-14dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre1-1/+1
2011-01-14dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre1-2/+2
2011-01-14pch_dma: support new device ML7213 IOHTomoya MORINAGA2-7/+21
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-3/+3
2011-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-66/+123
2011-01-07Merge branches 'amba' and 'dma40' into dmaengineDan Williams4-680/+833
2011-01-07dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski1-9/+7
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-96/+78
2011-01-06Merge branch 'devel-stable' into develRussell King1-96/+78
2011-01-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt11-26/+33
2011-01-05Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King1-96/+78
2011-01-04ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux1-0/+3
2011-01-04ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux1-10/+13
2011-01-04ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux1-19/+9
2011-01-04ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux1-0/+11
2011-01-04ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux1-14/+32
2011-01-04ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux1-10/+10