summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
AgeCommit message (Expand)AuthorLines
2015-03-02dmaengine: shdma: Move DMA stop to (runtime) suspend callbacksGeert Uytterhoeven-8/+7
2015-02-16dmaengine: rcar-dmac: Disable channel 0 when using IOMMULaurent Pinchart-1/+16
2015-02-16dmaengine: rcar-dmac: Work around descriptor mode IOMMU errataLaurent Pinchart-0/+14
2015-02-16dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC deviceLaurent Pinchart-4/+4
2015-02-16dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISRLaurent Pinchart-10/+11
2015-02-16dmaengine: rcar-dmac: Fix spinlock issues in interruptLaurent Pinchart-4/+4
2015-02-12dmaengine: rcar-dmac: Fix uninitialized variable usageLaurent Pinchart-38/+31
2015-02-12dmaengine: shdmac: extend PM methodsSergei Shtylyov-5/+3
2015-02-12dmaengine: shdmac: use SET_RUNTIME_PM_OPS()Sergei Shtylyov-3/+3
2015-02-02Merge branch 'topic/rcar' into for-linusVinod Koul-1/+1761
2015-01-25dmaengine: shdmac: fixup WARNING of slave caps retrievalKuninori Morimoto-0/+9
2015-01-25dmaengine: rcar-hpbdma: tidyup residue_granularityKuninori Morimoto-1/+1
2015-01-13dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrievalKuninori Morimoto-0/+6
2014-12-23dmaengine: rcar-dmac: Handle hardware descriptor allocation failureJürg Billeter-5/+9
2014-12-23dmaengine: rcar-dmac: Cache hardware descriptors memoryLaurent Pinchart-20/+58
2014-12-23dmaengine: rcar-dmac: Implement support for hardware descriptor listsLaurent Pinchart-51/+253
2014-12-23dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driverLaurent Pinchart-1/+1517
2014-12-22dmaengine: sh: Split device_controlMaxime Ripard-39/+33
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-17dmaengine: shdma: fix a race condition in __ld_cleanup()Yoshihiro Shimoda-0/+2
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal-4/+0
2014-11-06dmaengine: sh: Remove chancnt affectationsMaxime Ripard-9/+1
2014-10-20dma: sh: drop owner assignment from platform_driversWolfram Sang-5/+0
2014-08-28dma: rcar-audmapp: Fix for no corresponding slave IDRyo Kataoka-5/+10
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart-1/+1
2014-07-31dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart-2/+15
2014-07-31dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart-39/+45
2014-07-31dmaengine: sh: Rework Kconfig and MakefileLaurent Pinchart-10/+32
2014-07-28Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linusVinod Koul-30/+84
2014-07-15dmaengine: shdma: Use defines instead of hardcoded numbersGeert Uytterhoeven-4/+3
2014-07-11dma: rcar-audmapp: add DT supportKuninori Morimoto-14/+58
2014-07-09dmaengine: shdma: Add more register documentationGeert Uytterhoeven-6/+6
2014-07-08dma: rcar-audmapp: don't keep audmapp_slave_config for each channelesKuninori Morimoto-9/+3
2014-07-08dma: rcar-audmapp: enable .set_slaveKuninori Morimoto-9/+25
2014-06-03dmaengine: sh: don't use dynamic static allocationVinod Koul-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsVinod Koul-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul-1/+1
2014-06-01dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart-1/+1
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart-7/+7
2014-05-02DMA: shdma: add cyclic transfer supportKuninori Morimoto-7/+65
2014-05-02DMA: shdma: tidyup callback chunk finderKuninori Morimoto-9/+9
2014-03-29shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto-0/+327
2014-03-06DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart-1/+1
2014-03-06DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart-3/+8
2014-03-06DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart-8/+9
2013-11-28rcar-hpbdma: initialise plane information when haltedKuninori Morimoto-0/+3