aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fillRussell King - ARM Linux1-76/+83
2011-01-04ARM: PL08x: fix fill_bytes calculationRussell King - ARM Linux1-16/+10
2011-01-04ARM: PL08x: use min() to calculate target_lenRussell King - ARM Linux1-3/+1
2011-01-04ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux1-9/+5
2011-01-04ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux1-18/+12
2011-01-04ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux1-14/+15
2011-01-04ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux1-34/+43
2011-01-04ARM: PL08x: move AHB master port selection into prep_* functionsRussell King - ARM Linux1-24/+23
2011-01-04ARM: PL08x: move cctl increment and protection setup to prep_slave_sgRussell King - ARM Linux1-7/+8
2011-01-04ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux1-15/+6
2011-01-04ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()Russell King - ARM Linux1-11/+9
2011-01-04ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux1-16/+12
2011-01-04ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux1-38/+19
2011-01-04ARM: PL08x: combine functions to start DMA into one functionRussell King - ARM Linux1-60/+38
2011-01-04ARM: PL08x: clean up LLI lookupRussell King - ARM Linux1-17/+20
2011-01-04ARM: PL08x: rename lli.next to lli.lliRussell King - ARM Linux1-6/+6
2011-01-04ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_tRussell King - ARM Linux1-4/+5
2011-01-04ARM: PL08x: use 'size_t' for lengthsRussell King - ARM Linux1-23/+17
2011-01-04ARM: PL08x: don't try to use llis_bus as a pointerRussell King - ARM Linux1-6/+3
2011-01-04ARM: PL08x: don't assume that the LLI pointer has the bus bit clearRussell King - ARM Linux1-1/+1
2011-01-04ARM: PL08x: ensure loops use cpu_relax()Russell King - ARM Linux1-3/+3
2011-01-04ARM: PL08x: consolidate physical channel release codeRussell King - ARM Linux1-14/+14
2011-01-04ARM: PL08x: consolidate common txd initializationRussell King - ARM Linux1-13/+14
2011-01-04ARM: PL08x: avoid 'void *' struct fields when we can type them properlyRussell King - ARM Linux1-8/+8
2011-01-04ARM: PL08x: constify vendor data pointersRussell King - ARM Linux1-2/+2
2011-01-04ARM: PL08x: remove circular buffer supportRussell King - ARM Linux1-51/+20
2011-01-04ARM: PL08x: remove unnecessary NULL and BUG checksRussell King - ARM Linux1-21/+0
2011-01-04ARM: PL08x: remove unnecessary includesRussell King - ARM Linux1-6/+1
2011-01-04ARM: PL08x: prefix hex numbers with 0xRussell King - ARM Linux1-9/+9
2011-01-04ARM: PL08x: improve the announcement printkRussell King - ARM Linux1-7/+4
2011-01-04ARM: PL08x: add comment explaining the flow control methodsRussell King - ARM Linux1-1/+17
2011-01-04ARM: PL08x: fix sparse warningsRussell King - ARM Linux1-5/+5
2011-01-04ARM: PL08x: fix deadlock in terminate_allRussell King - ARM Linux1-2/+0
2011-01-04ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending()Russell King - ARM Linux1-8/+4
2011-01-04ARM: PL08x: fix a leak when preparing TXDsRussell King - ARM Linux1-2/+3
2011-01-04ARM: PL08x: fix locking in taskletRussell King - ARM Linux1-2/+3
2011-01-04ARM: PL08x: fix atomic_t usage and tx_submit() return value rangeRussell King - ARM Linux1-9/+9
2011-01-04ARM: PL08x: fix array overflow in dma_set_runtime_config()Russell King - ARM Linux1-7/+6
2011-01-04ARM: PL08x: fix spelling errorsRussell King - ARM Linux1-20/+17
2011-01-04dmaengine: dma40: Add support to split up large elementsPer Forlin3-130/+343
2011-01-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2011-01-03mv_xor: fix race in tasklet functionSaeed Bishara1-1/+1
2011-01-03Merge branch 'sgu/mxs-core-v8' of git://git.pengutronix.de/git/ukl/linux-2.6 into imx-for-2.6.38-newSascha Hauer1-0/+1
2010-12-29powerpc/512x: try to free dma descriptors in case of allocation failureIlya Yanok1-34/+45
2010-12-29powerpc/512x: add MPC8308 dma supportIlya Yanok2-25/+72
2010-12-29powerpc/512x: fix the hanged dma transfer issueIlya Yanok1-6/+3
2010-12-29powerpc/512x: scatter/gather dma fixIlya Yanok1-1/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina11-25/+33
2010-12-17dma: shdma: NMI support.Paul Mundt2-18/+115
2010-12-14Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds10-25/+32