summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
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
2013-01-20dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko-64/+18
2013-01-20dma: sh/shdma-base.c: remove unnecessary null pointer checkCong Ding-3/+0
2013-01-20dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding-4/+2
2013-01-20dma: edma: fix slave config dependency on directionMatt Porter-28/+27
2013-01-14dmaengine: set_dma40: balance clock in probe fail codeFabio Baltieri-1/+1
2013-01-14dmaengine: set_dma40: ignore spurious interruptsFabio Baltieri-3/+12
2013-01-14dmaengine: ste_dma40: add software lli supportFabio Baltieri-1/+19
2013-01-14dmaengine: ste_dma40: minor code readability fixesFabio Baltieri-9/+8
2013-01-14dmaengine: ste_dma40: minor cosmetic fixesFabio Baltieri-22/+13
2013-01-14dmaengine: ste_dma40: add a done queue for completed descriptorsFabio Baltieri-4/+33
2013-01-14dmaengine: ste_dma40: support more than 128 event linesTong Liu-81/+355
2013-01-14dmaengine: ste_dma40: physical channels number correctionGerald Baeza-5/+10
2013-01-14dmaengine: ste_dma40: support fixed physical channel allocationGerald Baeza-2/+11
2013-01-14dmaengine: ste_dma40: don't allow high priority dest event linesRabin Vincent-1/+14
2013-01-14dmaengine: ste_dma40: don't check for pm_runtime_suspended()Narayanan G-2/+0
2013-01-14dmaengine: ste_dma40: limit burst size to 16Per Forlin-0/+8
2013-01-14dmaengine: ste_dma40: set dma max seg sizePer Forlin-0/+8
2013-01-14dmaengine: ste_dma40: use writel_relaxed for lcxaPer Forlin-8/+8
2013-01-14dmaengine: ste_dma40: reset priority bit for logical channelsNarayanan-5/+6
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini-1/+1
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus-1/+1
2013-01-12dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko-10/+20
2013-01-12dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko-6/+7
2013-01-12dw_dmac: store direction in the custom channel structureAndy Shevchenko-8/+18
2013-01-12dw_dmac: call .probe after we have a device in placeAndy Shevchenko-1/+2
2013-01-12dma: ste_dma40: reuse is_slave_direction helperAndy Shevchenko-1/+1
2013-01-12dma: ipu_idmac: reuse is_slave_direction helperAndy Shevchenko-1/+1
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko-2/+1
2013-01-12dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko-2/+3