aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13Merge 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
2014-06-09Merge branch 'topic/xilinx' into for-linusVinod Koul4-0/+1395
2014-06-09Merge branch 'topic/dw' into for-linusVinod Koul2-23/+39
2014-06-03dmaengine: sh: don't use dynamic static allocationVinod Koul1-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsVinod Koul1-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul1-1/+1
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-75/+260
2014-06-01dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DLFabio Estevam1-1/+1
2014-06-01dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+1
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart1-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart1-7/+7
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick1-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick1-1/+0
2014-06-01dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang1-2/+0
2014-05-27Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-9/+6
2014-05-22dmaengine: pch: fix compilation for alpha targetVinod Koul1-0/+1
2014-05-22dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko1-2/+6
2014-05-22dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko1-9/+24
2014-05-22dmaengine: dw: enable clock before accessAndy Shevchenko1-5/+5
2014-05-22dma: pch_dma: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-22dmaengine: mpc512x: add support for peripheral transfersAlexander Popov1-5/+239
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi1-0/+2
2014-05-21dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia1-5/+3
2014-05-21dmaengine: sa11x0: remove broken #ifdefArnd Bergmann1-4/+0