summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2014-07-28dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi1-3/+3
2014-07-28dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi1-1/+1
2014-07-28dmaengine: sun61: fix warning on bad print specfierVinod Koul1-2/+2
2014-07-28dmaengine: sun6i: fix build failure on x86, xilinx targetsVinod Koul1-2/+2
2014-07-25dmaengine: mpc512x: register for device tree channel lookupAlexander Popov1-1/+12
2014-07-25dmaengine: of: add common xlate function for matching by channel idAlexander Popov1-0/+35
2014-07-25dmaengine: sun6i: Add driver for the Allwinner A31 DMA controllerMaxime Ripard3-0/+1068
2014-07-25dmaengine: ipu: use return value of request_irqVinod Koul1-4/+10
2014-07-25dmaengine: jz4740: Fix GPL v2 license string typoBjorn Helgaas1-1/+1
2014-07-25dmaengine: fsl-edma: fix dmamux index calculating errorJingchang Lu1-2/+4
2014-07-25dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRCNicolin Chen1-0/+5
2014-07-25dmaengine: imx-sdma: Save imx_dma_data into sdmacNicolin Chen1-1/+4
2014-07-22dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas1-1/+6
2014-07-21Merge commit 'renesas-shdma-for-v3.17' into for-linusVinod Koul2-10/+9
2014-07-17dma: Fix MIC X100 DMA Driver Kconfig optionSudeep Dutt1-2/+1
2014-07-15dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2-13/+7
2014-07-15dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko1-1/+5
2014-07-15dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko1-8/+11
2014-07-15dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen1-61/+10
2014-07-15dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen1-38/+13
2014-07-15dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen1-90/+69
2014-07-15dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen1-280/+192
2014-07-15dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen1-7/+1
2014-07-15dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen1-23/+0
2014-07-15dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen1-20/+17
2014-07-15dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen1-38/+24
2014-07-15dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen1-4/+1
2014-07-15dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen1-15/+5
2014-07-15dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen1-2/+0
2014-07-15dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen1-12/+0
2014-07-15dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen1-29/+0
2014-07-15dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen1-28/+17
2014-07-15dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen1-17/+8
2014-07-15dmaengine: inherit debug settings from the subsystem for subdirectoriesWolfram Sang1-2/+2
2014-07-15dmaengine: shdma: Use defines instead of hardcoded numbersGeert Uytterhoeven2-4/+3
2014-07-14dmaengine: Use dma_zalloc_coherentJoe Perches2-8/+5
2014-07-14dmaengine: qcom_bam_dma: Add descriptor flagsAndy Gross1-2/+18
2014-07-14dmaengine: Freescale: change descriptor release process for supporting async_txHongbo Zhang2-55/+159
2014-07-14dmaengine: Freescale: add suspend resume functions for DMA driverHongbo Zhang2-0/+92
2014-07-14dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsaveHongbo Zhang1-15/+10
2014-07-14Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2-7/+28
2014-07-12dma: MIC X100 DMA DriverSiva Yerramreddy4-0/+1080
2014-07-11dma: rcar-audmapp: add DT supportKuninori Morimoto1-14/+58
2014-07-09dmaengine: shdma: Add more register documentationGeert Uytterhoeven1-6/+6
2014-07-08dma: rcar-audmapp: don't keep audmapp_slave_config for each channelesKuninori Morimoto1-9/+3
2014-07-08dma: rcar-audmapp: enable .set_slaveKuninori Morimoto1-9/+25
2014-07-04dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidthPeter Ujfalusi1-0/+1
2014-07-01Update imx-sdma cyclic handling to report residueRussell King - ARM Linux1-4/+18
2014-07-01dma: cppi41: handle 0-length packetsDaniel Mack1-3/+10
2014-06-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds19-374/+2270