summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)Author
2014-11-05dma: edma: move device registration to platform codeArnd Bergmann
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul
2014-10-15Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul
2014-10-15dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul
2014-10-15dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko
2014-10-15dmaengine: dw: enable and disable controller when neededAndy Shevchenko
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko
2014-10-15dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko
2014-10-15dma: cppi41: Switch to using managed resource in probeKiran Padwal
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28dma: imx-sdma: fix another incorrect __init annotationArnd Bergmann
2014-09-28net_dma: simple removalDan Williams
2014-09-24dmaengine: sun6i: Remove obsolete clk muxing codeChen-Yu Tsai
2014-09-23dma: Kconfig: Include mx6 in the IMX_SDMA help sectionFabio Estevam
2014-09-23dmatest: prevent memory leakage on error path in threadAndy Shevchenko
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem
2014-09-23dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem
2014-09-23dma: mv_xor: Replace printk with dev_infoEzequiel Garcia
2014-09-23dmaengine: omap-dma: Restore the CLINK_CTRL in resume pathPeter Ujfalusi
2014-09-23dmaengine: omap-dma: Add memory barrier to dma_resume pathPeter Ujfalusi
2014-09-11dmaengine: dw: add PCI IDs for Braswell DMAsAndy Shevchenko
2014-09-11dmaengine: dw: move clock operations to platform.cAndy Shevchenko
2014-09-11dmaengine: dw: introduce generic filter functionAndy Shevchenko
2014-09-11dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko
2014-09-11dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko
2014-09-11dmaengine: jz4740: Fix non-cyclic descriptor completionLars-Peter Clausen
2014-09-11dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag supportQiao Zhou
2014-08-28dma: imx-sdma: Remove spurious __init annotation on sdma_probe()Mark Brown
2014-08-28dma: rcar-audmapp: Fix for no corresponding slave IDRyo Kataoka
2014-08-22dmatest: prevent memory leakage on error path in threadAndy Shevchenko
2014-08-21ioat: Use time_before_jiffies()Manuel Schölling
2014-08-19dma: xilinx: Remove .owner field for driverMichal Simek
2014-08-19dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.Vignesh Raman
2014-08-19dma: imx-sdma: use module_platform_driver for SDMA driverVignesh Raman
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds