aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingDrivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27dmaengine: add dma_request_slave_channel_compat()Matt Porter1-0/+16
2013-02-20Revert "ARM: SPEAr13xx: Pass DW DMAC platform data from DT"Arnd Bergmann6-72/+80
2013-02-14ARM: dts: pl330: Add #dma-cells for generic dma binding supportPadmavathi Venna2-5/+28
2013-02-14DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna1-0/+10
2013-02-14DMA: PL330: Add xlate functionPadmavathi Venna1-0/+25
2013-02-14DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna1-14/+15
2013-02-14dma: tegra20-apb-dma: remove unnecessary assignmentAndy Shevchenko1-1/+0
2013-02-14edma: do not waste memory for dma_maskAndy Shevchenko1-2/+4
2013-02-14dma: coh901318: set residue only if dma is in progressAndy Shevchenko1-1/+3
2013-02-14dma: coh901318: avoid unbalanced lockingAndy Shevchenko1-1/+1
2013-02-14dmaengine.h: remove redundant else keywordAndy Shevchenko1-2/+2
2013-02-14dma: of-dma: protect list write operation by spin_lockAndy Shevchenko1-0/+2
2013-02-14dmaengine: ste_dma40: do not remove descriptors for cyclic transfersFabio Baltieri1-3/+3
2013-02-14dma: of-dma.c: fix memory leakageCong Ding1-0/+1
2013-02-14dw_dmac: apply default dma_mask if neededAndy Shevchenko1-0/+6
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu1-1/+1
2013-02-13dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul4-1/+7
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang3-97/+128
2013-02-12dw_dmac: add support for Lynxpoint DMA controllersMika Westerberg1-0/+6
2013-01-28dw_dmac: return proper residue valueAndy Shevchenko2-2/+46
2013-01-28dw_dmac: fill individual length of descriptorAndy Shevchenko1-0/+3
2013-01-28dw_dmac: introduce total_len field in struct dw_descAndy Shevchenko2-6/+7
2013-01-28dw_dmac: remove unnecessary tx_list field in dw_dma_chanAndy Shevchenko2-6/+15
2013-01-28dw_dmac: print out DW_PARAMS and DWC_PARAMS when debugAndy Shevchenko1-0/+5
2013-01-28DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_allBarry Song1-1/+3
2013-01-28DMAEngine: sirf: add DMA pause/resume supportBarry Song1-0/+46
2013-01-20dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptorsAndy Shevchenko1-22/+21
2013-01-20dw_dmac: don't exceed AHB master number in dwc_get_data_widthAndy Shevchenko1-13/+20
2013-01-20dw_dmac: allocate dma descriptors from DMA_COHERENT memoryAndy Shevchenko2-64/+18
2013-01-20dma: sh/shdma-base.c: remove unnecessary null pointer checkCong Ding1-3/+0
2013-01-20dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding1-4/+2
2013-01-20dma: edma: fix slave config dependency on directionMatt Porter1-28/+27
2013-01-14dmaengine: set_dma40: balance clock in probe fail codeFabio Baltieri1-1/+1
2013-01-14dmaengine: set_dma40: ignore spurious interruptsFabio Baltieri1-3/+12
2013-01-14dmaengine: ste_dma40: add software lli supportFabio Baltieri2-1/+27
2013-01-14dmaengine: ste_dma40: minor code readability fixesFabio Baltieri1-9/+8
2013-01-14dmaengine: ste_dma40: minor cosmetic fixesFabio Baltieri2-22/+13
2013-01-14dmaengine: ste_dma40: add missing kernel-doc entryFabio Baltieri1-0/+1
2013-01-14dmaengine: ste_dma40: add a done queue for completed descriptorsFabio Baltieri1-4/+33
2013-01-14dmaengine: ste_dma40: support more than 128 event linesTong Liu2-81/+355
2013-01-14dmaengine: ste_dma40: physical channels number correctionGerald Baeza2-5/+14
2013-01-14dmaengine: ste_dma40: support fixed physical channel allocationGerald Baeza1-2/+11
2013-01-14dmaengine: ste_dma40: don't allow high priority dest event linesRabin Vincent1-1/+14
2013-01-14dmaengine: ste_dma40: don't check for pm_runtime_suspended()Narayanan G1-2/+0
2013-01-14dmaengine: ste_dma40: limit burst size to 16Per Forlin1-0/+8
2013-01-14dmaengine: ste_dma40: set dma max seg sizePer Forlin1-0/+8
2013-01-14dmaengine: ste_dma40: use writel_relaxed for lcxaPer Forlin1-8/+8
2013-01-14dmaengine: ste_dma40: reset priority bit for logical channelsNarayanan1-5/+6
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini5-5/+4
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus1-1/+1