summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-01-30dma40: fix DMA API usage for LCLARabin Vincent
2011-01-30dma40: use sg_dma_address() instead of sg_phys()Rabin 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
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-01-16ARM: PL08x: cleanup commentsRussell King - ARM Linux
2011-01-14Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan
2011-01-14dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre
2011-01-14dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre
2011-01-14dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu
2011-01-14dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre
2011-01-14dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre
2011-01-14dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre
2011-01-14pch_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-11Merge 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-06Merge 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-04ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux
2011-01-04ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux
2011-01-04ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux
2011-01-04ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux
2011-01-04ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux
2011-01-04ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux
2011-01-04ARM: PL08x: implement unmapping of memcpy buffersRussell King - ARM Linux
2011-01-04ARM: PL08x: store prep_* flags in async_tx structureRussell King - ARM Linux
2011-01-04ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux
2011-01-04ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux
2011-01-04ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux
2011-01-04ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux
2011-01-04ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux
2011-01-04ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux
2011-01-04ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux
2011-01-04ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux
2011-01-04ARM: PL08x: move AHB master port selection into prep_* functionsRussell King - ARM Linux
2011-01-04ARM: PL08x: move cctl increment and protection setup to prep_slave_sgRussell King - ARM Linux
2011-01-04ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux
2011-01-04ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()Russell King - ARM Linux
2011-01-04ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux