summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2013-04-18dmaengine: at_hdmac: fix race condition in atc_advance_work()Ludovic Desroches-5/+4
2013-04-11Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-17/+41
2013-04-10dmaengine: omap-dma: Start DMA without delay for cyclic channelsPeter Ujfalusi-6/+14
2013-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-0/+1
2013-04-02DMA: PL330: Add check if device tree compatiblePadmavathi Venna-11/+27
2013-03-30dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko-1/+17
2013-03-30dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann-3/+3
2013-03-21drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens-0/+1
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-77/+75
2013-02-28dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann-77/+75
2013-02-27dmaengine: convert to idr_alloc()Tejun Heo-10/+6
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-632/+1701
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+1911
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-1/+1
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-19/+1
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-61/+1280
2013-02-20Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt-0/+1911
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann-6/+9
2013-02-14DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna-0/+10
2013-02-14DMA: PL330: Add xlate functionPadmavathi Venna-0/+25
2013-02-14DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna-14/+15
2013-02-14dma: tegra20-apb-dma: remove unnecessary assignmentAndy Shevchenko-1/+0
2013-02-14edma: do not waste memory for dma_maskAndy Shevchenko-2/+4
2013-02-14dma: coh901318: set residue only if dma is in progressAndy Shevchenko-1/+3
2013-02-14dma: coh901318: avoid unbalanced lockingAndy Shevchenko-1/+1
2013-02-14dma: of-dma: protect list write operation by spin_lockAndy Shevchenko-0/+2
2013-02-14dmaengine: ste_dma40: do not remove descriptors for cyclic transfersFabio Baltieri-3/+3
2013-02-14dma: of-dma.c: fix memory leakageCong Ding-0/+1
2013-02-14dw_dmac: apply default dma_mask if neededAndy Shevchenko-0/+6
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu-1/+1
2013-02-13dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul-0/+270
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang-97/+128
2013-02-12dw_dmac: add support for Lynxpoint DMA controllersMika Westerberg-0/+6
2013-02-05Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-1/+1
2013-01-30Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...Olof Johansson-6/+9
2013-01-28Merge tag 'coh901318-for-arm-soc' of http://git.kernel.org/pub/scm/linux/kern...Olof Johansson-61/+1280
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad-1/+1
2013-01-28dw_dmac: return proper residue valueAndy Shevchenko-2/+46
2013-01-28dw_dmac: fill individual length of descriptorAndy Shevchenko-0/+3
2013-01-28dw_dmac: introduce total_len field in struct dw_descAndy Shevchenko-6/+7
2013-01-28dw_dmac: remove unnecessary tx_list field in dw_dma_chanAndy Shevchenko-6/+15
2013-01-28dw_dmac: print out DW_PARAMS and DWC_PARAMS when debugAndy Shevchenko-0/+5
2013-01-28DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_allBarry Song-1/+3
2013-01-28DMAEngine: sirf: add DMA pause/resume supportBarry Song-0/+46
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman-6/+9
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding-18/+20
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-6/+9
2013-01-21Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.gitVinod Koul-143/+505
2013-01-20dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptorsAndy Shevchenko-22/+21
2013-01-20dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko-13/+20