summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2014-11-18dma: of: Remove restriction that #dma-cells can't be 0Lars-Peter Clausen1-7/+4
2014-11-18dma: pl330: Modify pause/resume cmd capability flag for slave dmaHuang Chao1-1/+1
2014-11-18dma: pl330: Implement the DMA channel PAUSE/RESUME interfacesHuang Chao1-2/+59
2014-11-18dma: pl330: Enumerate the DMA channel PAUSE/RESUME operationsHuang Chao1-0/+4
2014-11-18dma: pl330: Implement the dma channel pause/resume interfacesHuang Chao1-0/+6
2014-11-18upstream: treewide: Fix typo in KconfigMasanari Iida1-1/+1
2014-11-18dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul1-7/+8
2014-11-18dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen1-72/+39
2014-11-18dma: pl330: split off common code to give back descriptorsChanho Park1-15/+23
2014-11-18dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+26
2014-11-18dma: pl330: Implement device_slave_capsLars-Peter Clausen1-0/+27
2014-11-18dma: pl330: use dma_addr_t for describing bus addressesWill Deacon1-1/+1
2014-11-18dma: pl330: rip out broken, redundant ID probingWill Deacon1-24/+3
2014-03-06ioat: fix tasklet tear downDan Williams4-13/+54
2014-03-06dma: ste_dma40: don't dereference free:d descriptorLinus Walleij1-1/+3
2014-01-09net_dma: mark brokenDan Williams1-0/+1
2013-12-04ioatdma: fix selection of 16 vs 8 source pathDan Williams1-15/+15
2013-12-04ioatdma: fix sed pool selectionDan Williams1-15/+1
2013-10-13dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-10-13dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-13dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-08-11dma: pl330: Fix cyclic transfersLars-Peter Clausen1-26/+67
2013-07-21drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz1-2/+2
2013-06-08dmatest: do not allow to interrupt ongoing testsAndy Shevchenko1-22/+23
2013-05-27dmaengine: ste_dma40: fix pm runtime ref countingRabin Vincent1-3/+5
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+169
2013-05-18drivers/dma: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-14dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko1-3/+169
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds31-499/+2843
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-34/+75
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann3-17/+42
2013-05-02dma: tegra: implement suspend/resume callbacksLaxman Dewangan1-0/+65
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul2-67/+31
2013-05-02dma:of: Use a mutex to protect the of_dma_listLars-Peter Clausen1-56/+20
2013-05-02dma: of: Fix of_node reference leakLars-Peter Clausen1-5/+6
2013-05-02dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song1-1/+12
2013-04-30sudmac: add support for SUDMACShimoda, Yoshihiro3-0/+435
2013-04-30dma: sh: add KconfigShimoda, Yoshihiro4-11/+21
2013-04-30at_hdmac: move to generic DMA bindingLudovic Desroches2-6/+91
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-22/+45
2013-04-18dmaengine: at_hdmac: fix race condition in atc_advance_work()Ludovic Desroches1-5/+4
2013-04-16ioatdma: ioat3_alloc_sed can be staticFengguang Wu1-2/+2
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang4-25/+105
2013-04-15ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang1-0/+15
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang6-22/+438
2013-04-15ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang1-11/+20
2013-04-15dw_dmac: add ACPI supportAndy Shevchenko2-19/+50
2013-04-15dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko1-0/+6
2013-04-15dma: acpi-dma: introduce ACPI DMA helpersAndy Shevchenko3-0/+284
2013-04-15dma: of: Remove unnecessary list_empty checkLars-Peter Clausen1-5/+0