summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2013-01-072-8/+21
| * | ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz2013-01-071-4/+7
| * | dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-073-51/+42
| * | dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita2013-01-071-3/+13
| * | dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita2013-01-071-7/+1
| * | dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2013-01-072-4/+4
| * | dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko2013-01-071-3/+3
| * | dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko2013-01-071-2/+2
| * | dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko2013-01-071-9/+6
| * | dmaengine: dw_dmac: amend description and indentationHeikki Krogerus2013-01-071-3/+3
| * | dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus2013-01-071-1/+0
| * | dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2013-01-072-0/+138
| * | pch_dma: use module_pci_driver to simplify the codeWei Yongjun2013-01-061-12/+1
| * | drivers/dma: remove CONFIG_EXPERIMENTALKees Cook2013-01-061-1/+1
| * | dmaengine: add helper function to request a slave DMA channelJon Hunter2013-01-061-0/+16
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-2314-0/+1911
|\ \
| * \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2013-02-2014-0/+1911
| |\ \
| | * | powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter2013-01-0314-0/+1912
| | |/
* | | 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