summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+1
|\
| * Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-051-1/+1
| |\
| | * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-1/+1
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-211-19/+1
|\ \ \
| * | | Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann2013-02-153-6/+9
| |\| |
| * | | ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren2013-01-111-19/+1
| | |/ | |/|
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-213-61/+1280
|\ \ \
| * \ \ Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson2013-01-303-6/+9
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-01-283-61/+1280
| |\ \ \ | | |_|/ | |/| |
| | * | dma: coh901318: cut down on platform data abstractionLinus Walleij2013-01-071-67/+7
| | * | dma: coh901318: merge header filesLinus Walleij2013-01-074-124/+108
| | * | dma: coh901318: push definitions into driverLinus Walleij2013-01-073-212/+209
| | * | dma: coh901318: push header down into the DMA subsystemLinus Walleij2013-01-074-4/+247
| | * | dma: coh901318: skip hard-coded addressesLinus Walleij2013-01-071-22/+13
| | * | dma: coh901318: remove hardcoded target addressesLinus Walleij2013-01-071-19/+0
| | * | dma: coh901318: push platform data into driverLinus Walleij2013-01-071-3/+1085
| | * | dma: coh901318: create a proper platform data fileLinus Walleij2013-01-071-0/+1
* | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-253-6/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-01-243-6/+9
| |\ \ \ | | |/ / | |/| |
| | * | dma: tegra: implement flags parameters for cyclic transferLaxman Dewangan2013-01-091-2/+6
| | * | dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin2013-01-081-3/+2
| | * | ioat: Fix DMA memory sync direction correct flagShuah Khan2013-01-061-1/+1
| | |/
* | / dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-255-18/+20
|/ /
* | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-081-3/+6
|\ \
| * | dma: mv_xor: fix error handling for clocksThomas Petazzoni2013-01-061-2/+5
| * | dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni2013-01-061-1/+1
| |/
* / Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-0322-51/+46
|/
* dmatest: check for dma mapping errorAndy Shevchenko2012-12-171-1/+21
* dmatest: implement two helpers to unmap dma memoryAndy Shevchenko2012-12-171-10/+17
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-142-208/+257
|\
| * dma: mv_xor: fix error handling pathThomas Petazzoni2012-11-221-0/+1
| * dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni2012-11-221-2/+2
| * dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni2012-11-221-5/+6
| * dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-222-0/+3
| * dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-201-0/+9
| * dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-201-3/+3
| * dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-201-4/+54
| * dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-202-1/+5
| * dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-202-9/+7
| * dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-201-3/+3
| * dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-202-2/+0
| * dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-202-35/+35
| * dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-202-55/+34
| * dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-201-11/+6
| * dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-202-8/+8
| * dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-202-7/+7
| * dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-202-6/+4
| * dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-201-29/+32
| * dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-201-6/+2
| * dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-201-3/+0