summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-01-09dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko
2013-01-09dw_dmac: remove redundant checkAndy Shevchenko
2013-01-09dw_dmac: check for mapping errorsAndy Shevchenko
2013-01-09dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko
2013-01-08dma: mxs-dma: Fix build warnings with W=1Fabio Estevam
2013-01-08dma: tegra: add support for Tegra114 SoCLaxman Dewangan
2013-01-08dma: tegra: add support for channel wise pauseLaxman Dewangan
2013-01-08dma: ipu: Drop unused spinlockJean Delvare
2013-01-08ioat: remove chanerr mask setting for IOAT v3.xDave Jiang
2013-01-08ioat: Add alignment workaround for IVB platformsDave Jiang
2013-01-08dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz
2013-01-08ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz
2013-01-08dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim
2013-01-08dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski
2013-01-08dmatest: Fix NULL pointer dereference on ioatJon Mason
2013-01-08DMA: PL330: Use devm_* functionsSachin Kamat
2013-01-08dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song
2013-01-08ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz
2013-01-08dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2013-01-08dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita
2013-01-08dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita
2013-01-08dw_dmac: introduce to_dw_desc() macroAndy Shevchenko
2013-01-08dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko
2013-01-08dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko
2013-01-08dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko
2013-01-08dmaengine: dw_dmac: amend description and indentationHeikki Krogerus
2013-01-08dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus
2013-01-08dmaengine: dw_dmac: Enhance device tree supportViresh Kumar
2013-01-07pch_dma: use module_pci_driver to simplify the codeWei Yongjun
2013-01-07drivers/dma: remove CONFIG_EXPERIMENTALKees Cook
2013-01-07dmaengine: add helper function to request a slave DMA channelJon Hunter
2012-12-18dmatest: check for dma mapping errorAndy Shevchenko
2012-12-18dmatest: implement two helpers to unmap dma memoryAndy Shevchenko
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-01Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-11-22dma: mv_xor: fix error handling pathThomas Petazzoni
2012-11-22dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni
2012-11-22dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni