summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen2012-05-115-8/+8
* DMA: PL330: Remove duplicate header file inclusionSachin Kamat2012-05-111-1/+0
* Merge branch 'fixes' into nextVinod Koul2012-05-111-1/+2
|\
| * dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul2012-05-111-1/+2
* | dma: imx-sdma: keep the callbacks invoked in the taskletHuang Shijie2012-05-111-2/+7
* | dmaengine: dw_dma: add Device Tree probing capabilityViresh Kumar2012-05-111-0/+10
* | dmaengine: dw_dmac: Add clk_{un}prepare() supportViresh Kumar2012-05-111-6/+6
* | Merge branch 'fixes' into nextVinod Koul2012-04-252-10/+16
|\ \ | |/
| * dmaengine/amba-pl08x : reset phychan_hold on terminate allDavide Ciminaghi2012-04-251-0/+1
| * dma: pl330: fix a couple of compilation warningsOlof Johansson2012-04-251-10/+15
* | dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-7/+37
* | dma/amba-pl08x: check for terminal count status onlyLinus Walleij2012-04-231-1/+1
|/
* dma/ste_dma40: fix erroneous comparisonLinus Walleij2012-04-231-1/+1
* dma/ste_dma40: explicitly include regulator consumer headerLinus Walleij2012-04-231-0/+1
* dma40: Improve the logic of stopping logical chanNarayanan G2012-04-232-123/+199
* dmaengine: at_hdmac: remove clear-on-read in atc_dostart()Nicolas Ferre2012-04-201-4/+0
* dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-7/+3
* dmaengine: imx-dma: dont complete descriptor for cyclic dmaVinod Koul2012-04-201-3/+6
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-5/+29
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-4/+28
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-2937-930/+3547
|\ \
| * | dmaengine: imx: fix the build failure on x86_64Vinod Koul2012-03-271-0/+1
| * | dmaengine: i.MX: Fix merge of cookie branch.Javier Martin2012-03-261-0/+1
| * | dmaengine: i.MX: Add support for interleaved transfers.Javier Martin2012-03-261-15/+131
| * | dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.Javier Martin2012-03-261-11/+12
| * | dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.Javier Martin2012-03-261-76/+93
| * | dmaengine: imx-dma: remove unused arg of imxdma_sg_next.Javier Martin2012-03-261-4/+5
| * | dmaengine: imx-dma: remove internal structure.Javier Martin2012-03-261-46/+18
| * | dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure.Javier Martin2012-03-261-8/+3
| * | dmaengine: imx-dma: remove 'in_use' field of 'internal' structure.Javier Martin2012-03-261-9/+0
| * | dmaengine: imx-dma: remove sg member from internal structure.Javier Martin2012-03-261-24/+18
| * | dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function.Javier Martin2012-03-261-63/+35
| * | dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function.Javier Martin2012-03-261-33/+13
| * | dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function.Javier Martin2012-03-261-43/+14
| * | dmaengine: imx-dma: remove dma_mode member of internal structure.Javier Martin2012-03-261-58/+45
| * | dmaengine: imx-dma: remove data member from internal structure.Javier Martin2012-03-261-1/+0
| * | dmaengine: imx-dma: merge old dma-v1.c with imx-dma.cJavier Martin2012-03-262-53/+552
| * | dmaengine: at_hdmac: add slave config operationNicolas Ferre2012-03-212-13/+75
| * | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-2118-25/+42
| * | dma: imx-sdma: Treat firmware messages as warnings instead of errosFabio Estevam2012-03-211-3/+3
| * | Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-1335-634/+296
| |\ \
| | * | dmaengine: fix for cookie changes and mergeVinod Koul2012-03-136-5/+7
| | * | dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul2012-03-131-1/+0
| | * | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-139-0/+9
| | * | dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux2012-03-132-15/+3
| | * | dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-1315-28/+31
| | * | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-1323-235/+93
| | * | 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/+52
OpenPOWER on IntegriCloud