summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2013-06-08dmatest: do not allow to interrupt ongoing testsAndy Shevchenko-22/+23
2013-05-27dmaengine: ste_dma40: fix pm runtime ref countingRabin Vincent-3/+5
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+169
2013-05-18drivers/dma: don't check resource with devm_ioremap_resourceWolfram Sang-5/+0
2013-05-14dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko-3/+169
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-499/+2843
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-34/+75
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann-17/+42
2013-05-02dma: tegra: implement suspend/resume callbacksLaxman Dewangan-0/+65
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul-67/+31
2013-05-02dma:of: Use a mutex to protect the of_dma_listLars-Peter Clausen-56/+20
2013-05-02dma: of: Fix of_node reference leakLars-Peter Clausen-5/+6
2013-05-02dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song-1/+12
2013-04-30sudmac: add support for SUDMACShimoda, Yoshihiro-0/+435
2013-04-30dma: sh: add KconfigShimoda, Yoshihiro-11/+21
2013-04-30at_hdmac: move to generic DMA bindingLudovic Desroches-6/+91
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-22/+45
2013-04-18dmaengine: at_hdmac: fix race condition in atc_advance_work()Ludovic Desroches-5/+4
2013-04-16ioatdma: ioat3_alloc_sed can be staticFengguang Wu-2/+2
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang-25/+105
2013-04-15ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang-0/+15
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang-22/+438
2013-04-15ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang-11/+20
2013-04-15dw_dmac: add ACPI supportAndy Shevchenko-19/+50
2013-04-15dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko-0/+6
2013-04-15dma: acpi-dma: introduce ACPI DMA helpersAndy Shevchenko-0/+284
2013-04-15dma: of: Remove unnecessary list_empty checkLars-Peter Clausen-5/+0
2013-04-15DMA: OF: Check properties value before running be32_to_cpup() on itViresh Kumar-2/+6
2013-04-15DMA: of: Constant namesMarkus Pargmann-4/+4
2013-04-15ioatdma: skip silicon bug workaround for pq_align for cb3.3Dave Jiang-2/+10
2013-04-15ioatdma: Removing PQ val disable for cb3.3Dave Jiang-14/+125
2013-04-15ioatdma: skip legacy reset bits since v3.3 plattform doesn't need itDave Jiang-13/+21
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang-83/+171
2013-04-15ioatdma: Add 64bit chansts register read for ioat v3.3.Dave Jiang-1/+21
2013-04-15ioatdma: Adding PCI IDs for Intel Atom S1200 product family ioatdma devicesDave Jiang-0/+12
2013-04-15ioatdma: Adding Haswell devid for ioatdmaDave Jiang-6/+55
2013-04-15dmaengine: OMAP: Register SDMA controller with Device Tree DMA driverJon Hunter-2/+36
2013-04-15dw_dmac: remove unnecessary ENODEV checkAndy Shevchenko-1/+1
2013-04-15dmaengine: dw_dmac: simplify master selectionArnd Bergmann-48/+33
2013-04-15dw_dmac: rename DT related methods to reflect their belongingAndy Shevchenko-11/+13
2013-04-15dw_dmac: fix style of the commentsAndy Shevchenko-15/+15
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen-3/+6
2013-04-15dmaengine:sirf:take clock and enable it while probingBarry Song-0/+11
2013-04-15dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pauseAndy Shevchenko-2/+3
2013-04-15dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan-2/+1
2013-04-15dma: ipu: ipu_idmac: Fix section mismatchFabio Estevam-1/+1
2013-04-15dma: tegra: assume CONFIG_OFStephen Warren-15/+7
2013-04-15dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat-3/+4
2013-04-15dmatest: append verify result to resultsAndy Shevchenko-54/+128
2013-04-15dmatest: gather test results in the linked listAndy Shevchenko-30/+204