summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmaengine: sh: fix print specifier warningsVinod Koul2014-06-031-1/+1
* dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul2014-06-031-1/+1
* dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-06-011-1/+1
* dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
* dmaengine: sudmac: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
* dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart2014-06-011-3/+3
* dmaengine: shdmac: Include linux/err.hLaurent Pinchart2014-06-011-0/+1
* dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart2014-06-011-7/+7
* DMA: shdma: add cyclic transfer supportKuninori Morimoto2014-05-021-7/+65
* DMA: shdma: tidyup callback chunk finderKuninori Morimoto2014-05-021-9/+9
* shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto2014-03-293-0/+327
* DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart2014-03-061-1/+1
* DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart2014-03-061-3/+8
* DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart2014-03-063-8/+9
* rcar-hpbdma: initialise plane information when haltedKuninori Morimoto2013-11-281-0/+3
* rcar-hpbdma: fixup channel busy check for double planeKuninori Morimoto2013-11-281-1/+5
* rcar-hpbdma: add max transfer sizeKuninori Morimoto2013-11-281-0/+2
* Merge branch 'dma_complete' into nextVinod Koul2013-10-301-1/+1
|\
| * dmaengine: sh: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* | Merge branch 'for-linus' into nextVinod Koul2013-10-301-2/+2
|\|
| * dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-2/+2
* | rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov2013-10-111-2/+5
* | rcar-hpbdma: remove shdma_free_irq() callsSergei Shtylyov2013-10-111-2/+0Star
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-1010-126/+902
|\
| * Merge branch 'topic/sh' into for-linusVinod Koul2013-09-029-118/+232
| |\
| | * DMA: shdma: fix a bad merge - remove free_irq()Guennadi Liakhovetski2013-08-271-5/+0Star
| | * dma: sh: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-272-5/+0Star
| | * DMA: shdma: add r8a73a4 DMAC data to the device ID tableGuennadi Liakhovetski2013-08-275-0/+92
| | * DMA: shdma: add a header with common for ARM SoCs definesGuennadi Liakhovetski2013-08-271-0/+51
| | * DMA: shdma: remove private and unused defines from a global headerGuennadi Liakhovetski2013-08-271-0/+9
| | * DMA: shdma: switch DT mode to use configuration data from a match tableGuennadi Liakhovetski2013-08-276-21/+33
| | * DMA: shdma: make a pointer constGuennadi Liakhovetski2013-08-272-6/+6
| | * DMA: sudmac: fix compiler warningGuennadi Liakhovetski2013-08-271-2/+0Star
| | * DMA: shdma: switch to managed resource allocationGuennadi Liakhovetski2013-08-273-63/+15Star
| | * DMA: shdma: support the new CHCLR register layoutGuennadi Liakhovetski2013-08-271-2/+12
| | * DMA: shdma: switch all __iomem pointers to voidGuennadi Liakhovetski2013-08-252-14/+14
| | * DMA: shdma: fix CHCLR register address calculationGuennadi Liakhovetski2013-08-251-4/+4
| * | dma: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-09-021-5/+5