summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2013-01-08dma: tegra: add support for channel wise pauseLaxman Dewangan1-5/+38
2013-01-08dma: ipu: Drop unused spinlockJean Delvare1-1/+0
2013-01-08ioat: remove chanerr mask setting for IOAT v3.xDave Jiang1-6/+1
2013-01-08ioat: Add alignment workaround for IVB platformsDave Jiang3-12/+32
2013-01-08dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz1-1/+4
2013-01-08ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz1-17/+59
2013-01-08dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim1-1/+3
2013-01-08dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski1-1/+1
2013-01-08dmatest: Fix NULL pointer dereference on ioatJon Mason1-2/+2
2013-01-08DMA: PL330: Use devm_* functionsSachin Kamat1-27/+10
2013-01-08dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2-8/+21
2013-01-08ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz1-4/+7
2013-01-08dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-51/+42
2013-01-08dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita1-3/+13
2013-01-08dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita1-7/+1
2013-01-08dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2-4/+4
2013-01-08dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko1-3/+3
2013-01-08dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko1-2/+2
2013-01-08dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko1-9/+6
2013-01-08dmaengine: dw_dmac: amend description and indentationHeikki Krogerus1-3/+3
2013-01-08dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus1-1/+0
2013-01-08dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2-0/+138
2013-01-07pch_dma: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2013-01-07drivers/dma: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-07dmaengine: add helper function to request a slave DMA channelJon Hunter1-0/+16
2012-12-18dmatest: check for dma mapping errorAndy Shevchenko1-1/+21
2012-12-18dmatest: implement two helpers to unmap dma memoryAndy Shevchenko1-10/+17
2012-12-15Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-208/+257
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-2/+0
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-3/+2
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+23
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-62/+82
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+2
2012-12-01Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson1-2/+0
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-2/+0
2012-11-29dma: remove use of __devinitBill Pemberton17-27/+27
2012-11-29dma: remove use of __devexit_pBill Pemberton15-15/+15
2012-11-22dma: mv_xor: fix error handling pathThomas Petazzoni1-0/+1
2012-11-22dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni1-2/+2
2012-11-22dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni1-5/+6
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni2-0/+3
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn1-0/+9
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni1-3/+3
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni1-4/+54
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni2-1/+5
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2-9/+7
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni1-3/+3
2012-11-20dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2-2/+0
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2-35/+35
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2-55/+34