summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-051-34/+43
| | * | 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-051-15/+6Star
| | * | 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-051-16/+12Star
| | * | ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux2011-01-051-38/+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-051-23/+17Star
| | * | 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-051-8/+8
| | * | 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
| | * | ARM: PL08x: remove unnecessary includesRussell King - ARM Linux2011-01-051-6/+1Star
| | * | ARM: PL08x: prefix hex numbers with 0xRussell King - ARM Linux2011-01-051-9/+9
| | * | ARM: PL08x: improve the announcement printkRussell King - ARM Linux2011-01-051-7/+4Star
| | * | ARM: PL08x: add comment explaining the flow control methodsRussell King - ARM Linux2011-01-051-1/+17
| | * | ARM: PL08x: fix sparse warningsRussell King - ARM Linux2011-01-051-5/+5
| | * | ARM: PL08x: fix deadlock in terminate_allRussell King - ARM Linux2011-01-051-2/+0Star
| | * | ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending()Russell King - ARM Linux2011-01-051-8/+4Star
| | * | ARM: PL08x: fix a leak when preparing TXDsRussell King - ARM Linux2011-01-051-2/+3
| | * | ARM: PL08x: fix locking in taskletRussell King - ARM Linux2011-01-051-2/+3
| | * | ARM: PL08x: fix atomic_t usage and tx_submit() return value rangeRussell King - ARM Linux2011-01-051-9/+9
| | * | ARM: PL08x: fix array overflow in dma_set_runtime_config()Russell King - ARM Linux2011-01-051-7/+6Star
| | * | ARM: PL08x: fix spelling errorsRussell King - ARM Linux2011-01-051-20/+17Star
| | |/
| | |
| | \
| *-. \ Merge branches 'fsldma' and 'intel-mid' into dmaengineDan Williams2010-12-082-10/+27
| |\ \ \
| | | * | intel_mid_dma: add support for single item scatter-gather listFeng Tang2010-12-051-4/+24
| | | * | dma/intel_mid_dma: remove unneeded null checkDan Carpenter2010-12-031-5/+0Star
| | | |/
| | * / fsldma: add support to 36-bit physical addressLi Yang2010-12-031-1/+3
| | |/
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-3/+3
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-2211-25/+33
| |\ \ \
| * | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-122-66/+123
|\ \ \ \
| * | | | powerpc/512x: try to free dma descriptors in case of allocation failureIlya Yanok2010-12-301-34/+45
| * | | | powerpc/512x: add MPC8308 dma supportIlya Yanok2010-12-302-25/+72
| * | | | powerpc/512x: fix the hanged dma transfer issueIlya Yanok2010-12-301-6/+3Star
| * | | | powerpc/512x: scatter/gather dma fixIlya Yanok2010-12-301-1/+3
| | |/ / | |/| |
* | | | dma: shdma: don't register the global die notifier multiple timesGuennadi Liakhovetski2011-01-071-9/+7Star
* | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-071-96/+78Star
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into develRussell King2011-01-061-96/+78Star
| |\ \ \ \
| | * \ \ \ Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-01-051-96/+78Star
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 'sgu/mxs-core-v8' of git://git.pengutronix.de/git/ukl/linux-2.6 ...Sascha Hauer2011-01-031-0/+1
| | | |\ \ \