aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2011-09-05dmaengine/ste_dma40: fix memory leak due to prepared descriptorsGravatar Per Forlin 1-0/+16
2011-09-05dmaengine/ste_dma40: fix Oops due to double free of client descriptorGravatar Per Forlin 1-10/+12
2011-09-05dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Gravatar Per Forlin 1-3/+0
2011-09-05dmaengine/ste_dma40: add missing kernel doc for pending_queueGravatar Per Forlin 1-0/+1
2011-08-10Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-0/+1
2011-08-09dmaengine: PL08x: Fix trivial build errorGravatar Russell King 1-0/+1
2011-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 3-7/+16
2011-08-03dmaengine: use DEFINE_IDR for static initializationGravatar Axel Lin 1-3/+1
2011-08-03ioat: fix xor_idx_to_descGravatar Dan Williams 1-1/+1
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 15-326/+442
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Gravatar Linus Torvalds 2-26/+66
2011-07-27Merge branch 'next' into for-linus-3.0Gravatar Vinod Koul 17-326/+1804
2011-07-27dmaengine: imx-sdma: add device tree probe supportGravatar Shawn Guo 1-3/+39
2011-07-27dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameGravatar Shawn Guo 1-10/+2
2011-07-27dmaengine: imx-sdma: use platform_device_id to identify sdma versionGravatar Shawn Guo 1-10/+30
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2011-07-26dmaengine: pl08x: handle the rest of enums in pl08x_widthGravatar Vinod Koul 1-1/+2
2011-07-26DMA: PL08x: cleanup selection of burst sizeGravatar Russell King - ARM Linux 1-30/+28
2011-07-26DMA: PL08x: avoid recalculating cctl at each prepareGravatar Russell King - ARM Linux 1-36/+42
2011-07-26DMA: PL08x: cleanup selection of buswidthGravatar Russell King - ARM Linux 1-15/+19
2011-07-26DMA: PL08x: separately store source/destination cctlGravatar Russell King - ARM Linux 1-14/+16
2011-07-26DMA: PL08x: separately store source/destination slave addressGravatar Russell King - ARM Linux 1-12/+9
2011-07-26DMA: PL08x: clean up LLI debuggingGravatar Russell King - ARM Linux 1-17/+16
2011-07-26DMA: PL08x: select LLI bus only once per LLI setupGravatar Russell King - ARM Linux 1-4/+3
2011-07-26DMA: PL08x: remove unused constantsGravatar Russell King - ARM Linux 1-4/+0
2011-07-26ARM: mxs-dma: reset after disable channelGravatar Dong Aisheng 1-0/+1
2011-07-26dma: intel_mid_dma: remove redundant pci_set_drvdata callsGravatar Axel Lin 1-2/+0
2011-07-26dma: mxs-dma: fix unterminated platform_device_id tableGravatar Axel Lin 1-0/+2
2011-07-26dmaengine: pl330: make platform data optionalGravatar Rob Herring 1-28/+36
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+2
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-1/+2
2011-07-25dmaengine: imx-sdma: return proper error if kzalloc failsGravatar Axel Lin 1-1/+3
2011-07-25pch_dma: Fix CTL register access issueGravatar Tomoya MORINAGA 1-11/+31
2011-07-22Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-0/+1363
2011-07-22Avoid section type conflict in dma/ioat/dma_v3.cGravatar Andi Kleen 1-4/+4
2011-07-22ioat: Adding PCI IDs for IOAT devices on SandyBridge platformsGravatar Dave Jiang 1-0/+11
2011-07-14dmaengine: mxs-dma: skip request_irq for NO_IRQGravatar Shawn Guo 1-4/+6
2011-07-14dmaengine/coh901318: fix slave submission semanticsGravatar Linus Walleij 1-7/+12
2011-07-14dmaengine/ste_dma40: allow memory buswidth/burst to be configuredGravatar Rabin Vincent 1-66/+102
2011-07-14dmaengine/ste_dma40: use AMBA PrimeCell helper macrosGravatar Linus Walleij 2-49/+26
2011-07-14dmaengine/ste_dma40: make the cyclic alloc NOWAITGravatar Robert Marklund 1-1/+1
2011-07-14dmaengine/ste_dma40: fix missing kernel-docGravatar om prakash 1-0/+2
2011-07-14dmaengine: remove ste_dma40 from issue_pending TODOGravatar Per Forlin 1-1/+0
2011-07-14dmaengine/ste_dma40: add a separate queue for pending requestsGravatar Per Forlin 1-2/+24
2011-07-14pch_dma: Fix channel lockingGravatar Alexander Stein 1-8/+8
2011-07-14dma: mv_xor: use resource_size()Gravatar H Hartley Sweeten 1-2/+2
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-6/+7
2011-07-07dmaengine: imx-sdma: pass sdma firmware name via platform dataGravatar Shawn Guo 1-3/+3
2011-07-07ARM i.MX dma: Fix burstsize settingsGravatar Sascha Hauer 1-1/+2
2011-06-24dmaengine: failure to get a specific DMA channel is not criticalGravatar Guennadi Liakhovetski 1-2/+2