summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-01-1713-844/+994
|\
| * ARM: PL08x: cleanup commentsRussell King - ARM Linux2011-01-172-117/+72Star
| * Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan2011-01-151-2/+2
| * ARM: PL08x: fix a warningDan Williams2011-01-151-1/+1
| * Fix dmaengine_submit() return typeRussell King - ARM Linux2011-01-151-1/+1
| * dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre2011-01-151-2/+2
| * dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre2011-01-151-3/+3
| * dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu2011-01-151-1/+1
| * dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre2011-01-151-1/+0Star
| * dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre2011-01-151-1/+1
| * dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre2011-01-151-2/+2
| * pch_dma: support new device ML7213 IOHTomoya MORINAGA2011-01-152-7/+21
| *-. Merge branches 'amba' and 'dma40' into dmaengineDan Williams2011-01-076-706/+871
| |\ \
| | | * dmaengine: dma40: Add support to split up large elementsPer Forlin2011-01-054-130/+351
| | * | ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channelsRussell King - ARM Linux2011-01-051-0/+3
| | * | ARM: PL08x: allow dma_set_runtime_config() to return errorsRussell King - ARM Linux2011-01-051-10/+13
| | * | ARM: PL08x: fix locking between prepare function and submit functionRussell King - ARM Linux2011-01-052-23/+9Star
| | * | ARM: PL08x: introduce 'phychan_hold' to hold on to physical channelsRussell King - ARM Linux2011-01-052-0/+14
| | * | ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()Russell King - ARM Linux2011-01-051-14/+32
| | * | ARM: PL08x: rename 'desc_list' as 'pend_list'Russell King - ARM Linux2011-01-052-12/+12
| | * | ARM: PL08x: implement unmapping of memcpy buffersRussell King - ARM Linux2011-01-051-13/+39
| | * | ARM: PL08x: store prep_* flags in async_tx structureRussell King - ARM Linux2011-01-051-3/+5
| | * | ARM: PL08x: shrink srcbus/dstbus in txd structureRussell King - ARM Linux2011-01-052-12/+12
| | * | ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux2011-01-051-76/+83
| | * | ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux2011-01-051-16/+10Star
| | * | ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux2011-01-051-3/+1Star
| | * | ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux2011-01-051-9/+5Star
| | * | ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux2011-01-051-18/+12Star
| | * | ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux2011-01-051-14/+15
| | * | ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-052-36/+56
| | * | ARM: PL08x: move AHB master port selection into prep_* functionsRussell King - ARM Linux2011-01-051-24/+23Star
| | * | ARM: PL08x: move cctl increment and protection setup to prep_slave_sgRussell King - ARM Linux2011-01-051-7/+8
| | * | ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux2011-01-052-16/+8Star
| | * | ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()Russell King - ARM Linux2011-01-051-11/+9Star
| | * | ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux2011-01-052-17/+17
| | * | ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux2011-01-052-51/+19Star
| | * | ARM: PL08x: combine functions to start DMA into one functionRussell King - ARM Linux2011-01-051-60/+38Star
| | * | ARM: PL08x: clean up LLI lookupRussell King - ARM Linux2011-01-051-17/+20
| | * | ARM: PL08x: rename lli.next to lli.lliRussell King - ARM Linux2011-01-051-6/+6
| | * | ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_tRussell King - ARM Linux2011-01-051-4/+5
| | * | ARM: PL08x: use 'size_t' for lengthsRussell King - ARM Linux2011-01-052-25/+19Star
| | * | ARM: PL08x: don't try to use llis_bus as a pointerRussell King - ARM Linux2011-01-051-6/+3Star
| | * | ARM: PL08x: don't assume that the LLI pointer has the bus bit clearRussell King - ARM Linux2011-01-051-1/+1
| | * | ARM: PL08x: ensure loops use cpu_relax()Russell King - ARM Linux2011-01-051-3/+3
| | * | ARM: PL08x: consolidate physical channel release codeRussell King - ARM Linux2011-01-051-14/+14
| | * | ARM: PL08x: consolidate common txd initializationRussell King - ARM Linux2011-01-051-13/+14
| | * | ARM: PL08x: avoid 'void *' struct fields when we can type them properlyRussell King - ARM Linux2011-01-052-9/+12
| | * | ARM: PL08x: constify vendor data pointersRussell King - ARM Linux2011-01-051-2/+2
| | * | ARM: PL08x: remove circular buffer supportRussell King - ARM Linux2011-01-051-51/+20Star
| | * | ARM: PL08x: remove unnecessary NULL and BUG checksRussell King - ARM Linux2011-01-051-21/+0Star