aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-04-15dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko
2013-04-15dmatest: return actual state in 'run' fileAndy Shevchenko
2013-04-15dmatest: run test via debugfsAndy Shevchenko
2013-04-15dmatest: split test parameters to separate structureAndy Shevchenko
2013-04-15dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko
2013-04-15dmatest: create dmatest_info to keep test parametersAndy Shevchenko
2013-04-15dmatest: allocate memory for pq_coefs from heapAndy Shevchenko
2013-04-15dmatest: cancel thread immediately when asked forAndy Shevchenko
2013-04-15ioatdma: allow all channels to have irq coalescing supportDave Jiang
2013-04-15ioatdma: make debug output more readableDave Jiang
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John
2013-04-15dma: timb_dma: Fix compiler warningMaxin B. John
2013-04-15pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA
2013-04-15DMA: PL330: allow submitting 2 requests at a timeJassi Brar
2013-04-11Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-04-10dmaengine: omap-dma: Start DMA without delay for cyclic channelsPeter Ujfalusi
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-04dma: mxs-dma: move to generic device tree bindingShawn Guo
2013-04-04dma: mxs-dma: use devm_* managed functionsShawn Guo
2013-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-04-02DMA: PL330: Add check if device tree compatiblePadmavathi Venna
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-30dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko
2013-03-30dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann
2013-03-22ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUNDAlexander Duyck
2013-03-21drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-28dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann
2013-02-27dmaengine: convert to idr_alloc()Tejun Heo
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-20Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2013-02-15Merge branch 'omap/multiplatform-fixes', tag 'v3.8-rc5' into next/multiplatformArnd Bergmann
2013-02-14DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna
2013-02-14DMA: PL330: Add xlate functionPadmavathi Venna
2013-02-14DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna
2013-02-14dma: tegra20-apb-dma: remove unnecessary assignmentAndy Shevchenko
2013-02-14edma: do not waste memory for dma_maskAndy Shevchenko
2013-02-14dma: coh901318: set residue only if dma is in progressAndy Shevchenko
2013-02-14dma: coh901318: avoid unbalanced lockingAndy Shevchenko
2013-02-14dma: of-dma: protect list write operation by spin_lockAndy Shevchenko
2013-02-14dmaengine: ste_dma40: do not remove descriptors for cyclic transfersFabio Baltieri
2013-02-14dma: of-dma.c: fix memory leakageCong Ding
2013-02-14dw_dmac: apply default dma_mask if neededAndy Shevchenko
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu
2013-02-13dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang