summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
* ioatdma: Adding Haswell devid for ioatdmaDave Jiang2013-04-153-6/+55
* dmaengine: OMAP: Register SDMA controller with Device Tree DMA driverJon Hunter2013-04-151-2/+36
* dw_dmac: remove unnecessary ENODEV checkAndy Shevchenko2013-04-151-1/+1
* dmaengine: dw_dmac: simplify master selectionArnd Bergmann2013-04-152-48/+33
* dw_dmac: rename DT related methods to reflect their belongingAndy Shevchenko2013-04-151-11/+13
* dw_dmac: fix style of the commentsAndy Shevchenko2013-04-151-15/+15
* dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen2013-04-151-3/+6
* dmaengine:sirf:take clock and enable it while probingBarry Song2013-04-151-0/+11
* dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko2013-04-151-2/+3
* dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan2013-04-151-2/+1
* dma: ipu: ipu_idmac: Fix section mismatchFabio Estevam2013-04-151-1/+1
* dma: tegra: assume CONFIG_OFStephen Warren2013-04-151-15/+7
* dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat2013-04-151-3/+4
* dmatest: append verify result to resultsAndy Shevchenko2013-04-151-54/+128
* dmatest: gather test results in the linked listAndy Shevchenko2013-04-151-30/+204
* dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko2013-04-151-3/+6
* dmatest: return actual state in 'run' fileAndy Shevchenko2013-04-151-2/+21
* dmatest: run test via debugfsAndy Shevchenko2013-04-151-2/+255
* dmatest: split test parameters to separate structureAndy Shevchenko2013-04-151-47/+62
* dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko2013-04-151-13/+16
* dmatest: create dmatest_info to keep test parametersAndy Shevchenko2013-04-151-47/+113
* dmatest: allocate memory for pq_coefs from heapAndy Shevchenko2013-04-151-2/+9
* dmatest: cancel thread immediately when asked forAndy Shevchenko2013-04-151-1/+2
* ioatdma: allow all channels to have irq coalescing supportDave Jiang2013-04-151-9/+3
* ioatdma: make debug output more readableDave Jiang2013-04-152-2/+3
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-156-14/+14
* dma: timb_dma: Fix compiler warningMaxin B. John2013-04-151-1/+1
* pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA2013-04-151-1/+1
* DMA: PL330: allow submitting 2 requests at a timeJassi Brar2013-04-151-2/+1
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-04-122-17/+41
|\
| * dmaengine: omap-dma: Start DMA without delay for cyclic channelsPeter Ujfalusi2013-04-101-6/+14
| * DMA: PL330: Add check if device tree compatiblePadmavathi Venna2013-04-021-11/+27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-04-031-0/+1
|\ \ | |/ |/|
| * drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-03-211-0/+1
* | dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko2013-03-302-1/+17
* | dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann2013-03-301-3/+3
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-03-032-77/+75
|\
| * dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann2013-02-282-77/+75
* | dmaengine: convert to idr_alloc()Tejun Heo2013-02-281-10/+6
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-2635-632/+1701
|\|
| * DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna2013-02-141-0/+10
| * DMA: PL330: Add xlate functionPadmavathi Venna2013-02-141-0/+25
| * DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna2013-02-141-14/+15
| * dma: tegra20-apb-dma: remove unnecessary assignmentAndy Shevchenko2013-02-141-1/+0
| * edma: do not waste memory for dma_maskAndy Shevchenko2013-02-141-2/+4
| * dma: coh901318: set residue only if dma is in progressAndy Shevchenko2013-02-141-1/+3
| * dma: coh901318: avoid unbalanced lockingAndy Shevchenko2013-02-141-1/+1
| * dma: of-dma: protect list write operation by spin_lockAndy Shevchenko2013-02-141-0/+2
| * dmaengine: ste_dma40: do not remove descriptors for cyclic transfersFabio Baltieri2013-02-141-3/+3
| * dma: of-dma.c: fix memory leakageCong Ding2013-02-141-0/+1