aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/sh
AgeCommit message (Expand)AuthorFilesLines
2015-01-25dmaengine: shdmac: fixup WARNING of slave caps retrievalGravatar Kuninori Morimoto 1-0/+9
2015-01-25dmaengine: rcar-hpbdma: tidyup residue_granularityGravatar Kuninori Morimoto 1-1/+1
2015-01-13dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrievalGravatar Kuninori Morimoto 1-0/+6
2014-12-23dmaengine: rcar-dmac: Handle hardware descriptor allocation failureGravatar Jürg Billeter 1-5/+9
2014-12-23dmaengine: rcar-dmac: Cache hardware descriptors memoryGravatar Laurent Pinchart 1-20/+58
2014-12-23dmaengine: rcar-dmac: Implement support for hardware descriptor listsGravatar Laurent Pinchart 1-51/+253
2014-12-23dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driverGravatar Laurent Pinchart 3-1/+1517
2014-12-22dmaengine: sh: Split device_controlGravatar Maxime Ripard 1-39/+33
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-17dmaengine: shdma: fix a race condition in __ld_cleanup()Gravatar Yoshihiro Shimoda 1-0/+2
2014-11-06dmaengine: Remove .owner field for driverGravatar Kiran Padwal 4-4/+0
2014-11-06dmaengine: sh: Remove chancnt affectationsGravatar Maxime Ripard 5-9/+1
2014-10-20dma: sh: drop owner assignment from platform_driversGravatar Wolfram Sang 5-5/+0
2014-08-28dma: rcar-audmapp: Fix for no corresponding slave IDGravatar Ryo Kataoka 1-5/+10
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-1/+1
2014-07-31dmaengine: shdma: Allocate cyclic sg list dynamicallyGravatar Laurent Pinchart 1-2/+15
2014-07-31dmaengine: shdma: Make channel filter ignore unrelated devicesGravatar Laurent Pinchart 1-39/+45
2014-07-31dmaengine: sh: Rework Kconfig and MakefileGravatar Laurent Pinchart 3-10/+32
2014-07-28Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linusGravatar Vinod Koul 1-30/+84
2014-07-15dmaengine: shdma: Use defines instead of hardcoded numbersGravatar Geert Uytterhoeven 2-4/+3
2014-07-11dma: rcar-audmapp: add DT supportGravatar Kuninori Morimoto 1-14/+58
2014-07-09dmaengine: shdma: Add more register documentationGravatar Geert Uytterhoeven 1-6/+6
2014-07-08dma: rcar-audmapp: don't keep audmapp_slave_config for each channelesGravatar Kuninori Morimoto 1-9/+3
2014-07-08dma: rcar-audmapp: enable .set_slaveGravatar Kuninori Morimoto 1-9/+25
2014-06-03dmaengine: sh: don't use dynamic static allocationGravatar Vinod Koul 1-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsGravatar Vinod Koul 1-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticGravatar Vinod Koul 1-1/+1
2014-06-01dmaengine: shdma: Enable driver compilation with COMPILE_TESTGravatar Laurent Pinchart 1-1/+1
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hGravatar Laurent Pinchart 1-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hGravatar Laurent Pinchart 1-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyGravatar Laurent Pinchart 1-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hGravatar Laurent Pinchart 1-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyGravatar Laurent Pinchart 1-7/+7
2014-05-02DMA: shdma: add cyclic transfer supportGravatar Kuninori Morimoto 1-7/+65
2014-05-02DMA: shdma: tidyup callback chunk finderGravatar Kuninori Morimoto 1-9/+9
2014-03-29shdma: add R-Car Audio DMAC peri peri driverGravatar Kuninori Morimoto 3-0/+327
2014-03-06DMA: shdma: Make sh_dmae_pm staticGravatar Laurent Pinchart 1-1/+1
2014-03-06DMA: shdma: Fix warnings due to declared but unused symbolsGravatar Laurent Pinchart 1-3/+8
2014-03-06DMA: shdma: Fix warnings due to improper casts and printk formatsGravatar Laurent Pinchart 3-8/+9
2013-11-28rcar-hpbdma: initialise plane information when haltedGravatar Kuninori Morimoto 1-0/+3
2013-11-28rcar-hpbdma: fixup channel busy check for double planeGravatar Kuninori Morimoto 1-1/+5
2013-11-28rcar-hpbdma: add max transfer sizeGravatar Kuninori Morimoto 1-0/+2
2013-10-30Merge branch 'dma_complete' into nextGravatar Vinod Koul 1-1/+1
2013-10-30Merge branch 'for-linus' into nextGravatar Vinod Koul 1-2/+2
2013-10-25dmaengine: sh: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-1/+1
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2013-10-11rcar-hpbdma: add parameter to set_slave() methodGravatar Sergei Shtylyov 1-2/+5
2013-10-11rcar-hpbdma: remove shdma_free_irq() callsGravatar Sergei Shtylyov 1-2/+0
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 10-126/+902
2013-09-02Merge branch 'topic/sh' into for-linusGravatar Vinod Koul 9-118/+232