summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sort the sh MakefileVinod Koul2015-08-261-2/+2
* dmaengine: sort the sh KconfigVinod Koul2015-08-261-12/+12
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-292-2/+2
|\
| * dmaengine: rcar-dmac: Use DECLARE_BITMAPJoe Perches2015-05-251-1/+1
| * dmaengine: shdma: r8a73a4: Make dma_ts_shift[] staticGeert Uytterhoeven2015-05-251-1/+1
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'aso...Mark Brown2015-06-051-16/+21
|\ \ \ | |_|/ |/| |
| | * dmaengine: rcar-dmac: fixup spinlock in rcar-dmacKuninori Morimoto2015-05-221-16/+21
| |/
* / dmaengine: usb-dmac: Protect PM-only functions to kill warningGeert Uytterhoeven2015-04-271-0/+2
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-246-405/+975
|\
| * Merge branch 'topic/sh' into for-linusVinod Koul2015-04-204-403/+53Star
| |\
| | * dmaengine: remove Renesas Audio DMAC peri periKuninori Morimoto2015-03-183-383/+0Star
| | * dmaengine: shdma: use normal interface for passing slave idArnd Bergmann2015-02-231-20/+53
| * | dmaengine: shdmac: avoid unused variable warningsArnd Bergmann2015-04-171-2/+2
| * | dmaengine: usb-dmac: Fix dereferencing freed memory 'desc'Yoshihiro Shimoda2015-04-171-2/+2
| * | dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driverYoshihiro Shimoda2015-04-023-0/+920
| |/
* / dmaengine: shdma: Move DMA stop to (runtime) suspend callbacksGeert Uytterhoeven2015-03-021-8/+7Star
|/
* dmaengine: rcar-dmac: Disable channel 0 when using IOMMULaurent Pinchart2015-02-161-1/+16
* dmaengine: rcar-dmac: Work around descriptor mode IOMMU errataLaurent Pinchart2015-02-161-0/+14
* dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC deviceLaurent Pinchart2015-02-161-4/+4
* dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISRLaurent Pinchart2015-02-161-10/+11
* dmaengine: rcar-dmac: Fix spinlock issues in interruptLaurent Pinchart2015-02-161-4/+4
* dmaengine: rcar-dmac: Fix uninitialized variable usageLaurent Pinchart2015-02-121-38/+31Star
* dmaengine: shdmac: extend PM methodsSergei Shtylyov2015-02-121-5/+3Star
* dmaengine: shdmac: use SET_RUNTIME_PM_OPS()Sergei Shtylyov2015-02-121-3/+3
* Merge branch 'topic/rcar' into for-linusVinod Koul2015-02-033-1/+1761
|\
| * dmaengine: rcar-dmac: Handle hardware descriptor allocation failureJürg Billeter2014-12-231-5/+9
| * dmaengine: rcar-dmac: Cache hardware descriptors memoryLaurent Pinchart2014-12-231-20/+58
| * dmaengine: rcar-dmac: Implement support for hardware descriptor listsLaurent Pinchart2014-12-231-51/+253
| * dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driverLaurent Pinchart2014-12-233-1/+1517
* | dmaengine: shdmac: fixup WARNING of slave caps retrievalKuninori Morimoto2015-01-261-0/+9
* | dmaengine: rcar-hpbdma: tidyup residue_granularityKuninori Morimoto2015-01-261-1/+1
* | dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrievalKuninori Morimoto2015-01-131-0/+6
|/
* dmaengine: sh: Split device_controlMaxime Ripard2014-12-221-39/+33Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * dma: sh: drop owner assignment from platform_driversWolfram Sang2014-10-205-5/+0Star
* | dmaengine: shdma: fix a race condition in __ld_cleanup()Yoshihiro Shimoda2014-11-171-0/+2
* | dmaengine: Remove .owner field for driverKiran Padwal2014-11-064-4/+0Star
* | dmaengine: sh: Remove chancnt affectationsMaxime Ripard2014-11-065-9/+1Star
|/
* dma: rcar-audmapp: Fix for no corresponding slave IDRyo Kataoka2014-08-281-5/+10
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart2014-07-311-2/+15
* dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart2014-07-311-39/+45
* dmaengine: sh: Rework Kconfig and MakefileLaurent Pinchart2014-07-313-10/+32
* Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linusVinod Koul2014-07-281-30/+84
|\
| * dma: rcar-audmapp: add DT supportKuninori Morimoto2014-07-111-14/+58
| * dma: rcar-audmapp: don't keep audmapp_slave_config for each channelesKuninori Morimoto2014-07-081-9/+3Star
| * dma: rcar-audmapp: enable .set_slaveKuninori Morimoto2014-07-081-9/+25
* | dmaengine: shdma: Use defines instead of hardcoded numbersGeert Uytterhoeven2014-07-152-4/+3Star
* | dmaengine: shdma: Add more register documentationGeert Uytterhoeven2014-07-091-6/+6
|/
* dmaengine: sh: don't use dynamic static allocationVinod Koul2014-06-031-1/+9