summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-1319-21/+36
| | * | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-1325-272/+52Star
| | * | dmaengine: add private header fileRussell King - ARM Linux2012-03-1324-0/+49
| | * | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-1334-115/+81Star
| | * | dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2012-03-132-2/+0Star
| * | | Revert "drivers/dma: linux/module.h included twice"Vinod Koul2012-03-092-0/+2
| * | | DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMBBoojin Kim2012-03-081-5/+26
| * | | DMA: PL330: Removes useless functionBoojin Kim2012-03-081-46/+0Star
| * | | DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2012-03-082-2/+2113
| * | | dma: imx-sdma: Print a message when firmare fails to be requestedFabio Estevam2012-03-061-2/+4
| * | | dma: imx-sdma: Let the driver be probed even if no firware is foundFabio Estevam2012-03-061-8/+5Star
| * | | dmaengine: Add support for multiple descriptors for imx-dma.Javier Martin2012-03-061-74/+258
| * | | dmaengine: Add support for MEMCPY for imx-dma.Javier Martin2012-03-061-1/+35
| * | | dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam2012-03-061-4/+4
| * | | drivers/dma: linux/module.h included twiceDanny Kukawka2012-03-062-2/+0Star
| |/ /
| * | dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar2012-02-221-0/+12
| * | dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar2012-02-222-29/+93
| * | dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar2012-02-221-4/+16
| * | dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar2012-02-221-30/+6Star
| * | dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar2012-02-221-1/+1
| * | dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar2012-02-221-1/+1
| * | dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-221-1/+3
| * | dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR2012-02-221-0/+4
| * | dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter2012-02-221-1/+1
| * | dmaengine: intel_mid_dma: fix error status maskAdrian Hunter2012-02-221-1/+2
| * | i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
| * | Merge branch 'fixes' into nextVinod Koul2012-02-011-1/+2
| |\ \
| * \ \ Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11Star
| |\ \ \
| * | | | dma/imx-sdma: convernt to use bit opsRichard Zhao2012-01-311-34/+34
| * | | | dma/imx-sdma: use num_events to validate event_id0Richard Zhao2012-01-311-1/+1
| * | | | dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao2012-01-311-2/+3
| * | | | dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao2012-01-311-2/+2
| * | | | dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao2012-01-311-22/+22
| * | | | dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao2012-01-311-6/+6
| * | | | drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-311-1/+1
| * | | | drivers/dma/pl330.c: add missing iounmapJulia Lawall2012-01-311-6/+11
| * | | | dma: imx-sdma: start transfer in issue_pendingSascha Hauer2012-01-301-6/+5Star
| * | | | dma: imx-dma: start transfer in issue_pendingSascha Hauer2012-01-301-5/+4Star
* | | | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-283-0/+1119
|\ \ \ \ \
| * | | | | DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-073-0/+1119
| | |_|_|/ | |/| | |
* | | | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-242-2/+0Star
|\ \ \ \ \
| * | | | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-292-2/+0Star
| |/ / / /
* | | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-12/+1Star
|\ \ \ \ \
| * | | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-12/+1Star
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dma: Fix typo in iop-adma.cMasanari Iida2012-02-051-1/+1
| |/ / /
* | | / i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
| |_|/ |/| |
* | | dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski2012-02-011-1/+2
| |/ |/|
* | Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae...Vinod Koul2012-01-311-1/+1
|\ \
| * | dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert2012-01-231-1/+1
| |/