aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-61/+128
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 4-15/+47
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-24/+93
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 13-76/+143
2012-05-17Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 3-3/+8
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Gravatar Arnd Bergmann 2-0/+16
2012-05-15dmaengine: at_hdmac: take maxburst from slave configurationGravatar Nicolas Ferre 2-4/+24
2012-05-15dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constantGravatar Nicolas Ferre 1-7/+5
2012-05-15Merge branch 'fixes' into nextGravatar Vinod Koul 2-2/+6
2012-05-15dmaengine: fix cyclic dma usageGravatar Vinod Koul 2-2/+6
2012-05-14Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Gravatar Arnd Bergmann 2-15/+31
2012-05-14Merge branch 'imx/pinctrl' into imx/dtGravatar Arnd Bergmann 7-148/+226
2012-05-12Merge tag 'ep93xx-fixes-for-3.5' of git://github.com/RyanMallon/linux-ep93xx ...Gravatar Olof Johansson 1-24/+93
2012-05-12dma: mxs-dma: add device tree probe supportGravatar Dong Aisheng 1-5/+24
2012-05-12dma: mxs-dma: make platform_device_id more genericGravatar Shawn Guo 1-36/+79
2012-05-12dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterGravatar Shawn Guo 1-12/+16
2012-05-12dma: mxs-dma: use global stmp_device functionalityGravatar Dong Aisheng 2-13/+14
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Gravatar Arnd Bergmann 7-148/+226
2012-05-11dma: imx-sdma: make channel0 operations atomicGravatar Richard Zhao 1-26/+31
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthGravatar Lars-Peter Clausen 7-16/+16
2012-05-11dmaengine: Use sg_dma_address instead of sg_physGravatar Lars-Peter Clausen 5-8/+8
2012-05-11DMA: PL330: Remove duplicate header file inclusionGravatar Sachin Kamat 1-1/+0
2012-05-11Merge branch 'fixes' into nextGravatar Vinod Koul 1-1/+2
2012-05-11dmaengine: pl330: dont complete descriptor for cyclic dmaGravatar Vinod Koul 1-1/+2
2012-05-11dma: imx-sdma: keep the callbacks invoked in the taskletGravatar Huang Shijie 1-2/+7
2012-05-11dmaengine: dw_dma: add Device Tree probing capabilityGravatar Viresh Kumar 1-0/+10
2012-05-11dmaengine: dw_dmac: Add clk_{un}prepare() supportGravatar Viresh Kumar 1-6/+6
2012-05-08ARM: Orion: XOR: Add support for clkGravatar Andrew Lunn 2-0/+16
2012-04-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 7-148/+226
2012-04-25dmaengine i.MX ipu: clk_prepare/unprepare clockGravatar Sascha Hauer 1-3/+3
2012-04-25dmaengine i.MX SDMA: do not depend on grouped clocksGravatar Sascha Hauer 1-12/+28
2012-04-25Merge branch 'fixes' into nextGravatar Vinod Koul 2-10/+16
2012-04-25dma/amba-pl08x: add support for the Nomadik variantGravatar Linus Walleij 1-7/+37
2012-04-25dmaengine/amba-pl08x : reset phychan_hold on terminate allGravatar Davide Ciminaghi 1-0/+1
2012-04-25dma: pl330: fix a couple of compilation warningsGravatar Olof Johansson 1-10/+15
2012-04-23dma/amba-pl08x: check for terminal count status onlyGravatar Linus Walleij 1-1/+1
2012-04-23dma/ste_dma40: fix erroneous comparisonGravatar Linus Walleij 1-1/+1
2012-04-23dma/ste_dma40: explicitly include regulator consumer headerGravatar Linus Walleij 1-0/+1
2012-04-23dma40: Improve the logic of stopping logical chanGravatar Narayanan G 2-123/+199
2012-04-20dmaengine: at_hdmac: remove clear-on-read in atc_dostart()Gravatar Nicolas Ferre 1-4/+0
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callGravatar Shawn Guo 1-7/+3
2012-04-20dmaengine: imx-dma: dont complete descriptor for cyclic dmaGravatar Vinod Koul 1-3/+6
2012-04-20dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channelsGravatar Rafal Prylowski 1-24/+93
2012-04-17dmaengine: Kconfig: fix Atmel at_hdmac entryGravatar Nicolas Ferre 1-3/+2
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-25/+80
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-8/+1
2012-04-05netdma: adding alignment check for NETDMA opsGravatar Dave Jiang 1-0/+14
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-8/+1
2012-04-05ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataGravatar Dave Jiang 1-0/+41
2012-04-05ioat: ring size variables need to be 32bit to avoid overflowGravatar Dave Jiang 2-4/+4