summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/rcar-dmac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-02-211-0/+1
|\
| * dmaengine: rcar-dmac: Widen DMA mask to 40 bitsGeert Uytterhoeven2017-02-141-0/+1
* | dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund2017-01-131-0/+8
|/
* Merge branch 'topic/iommu' into for-linusVinod Koul2016-10-031-22/+94
|\
| * dmaengine: rcar-dmac: add iommu support for slave transfersNiklas Söderlund2016-09-261-8/+74
| * dmaengine: rcar-dmac: group slave configurationNiklas Söderlund2016-09-261-16/+22
* | dmaengine: sh_rcar-dmac: convert callback to helper functionDave Jiang2016-08-081-9/+7
|/
* dmaengine: rcar-dmac: Fix residue reporting for pending descriptorsLaurent Pinchart2016-07-081-2/+29
* dmaengine: rcar-dmac: Fixed active descriptor initializingMuhammad Hamza Farooq2016-07-081-0/+2
* dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1Niklas Söderlund2016-07-081-1/+1
* dmaengine: rcar-dmac: use result of updated get_residue in tx_statusMuhammad Hamza Farooq2016-07-081-0/+4
* dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put()Kuninori Morimoto2016-05-301-1/+1
* dmaengine: rcar-dmac: clear pertinence number of channelsKuninori Morimoto2016-03-031-1/+1
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-291-1/+1
|\
| * dmaengine: rcar-dmac: Use DECLARE_BITMAPJoe Perches2015-05-251-1/+1
* | dmaengine: rcar-dmac: fixup spinlock in rcar-dmacKuninori Morimoto2015-05-221-16/+21
|/
* 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/+31
* 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-231-0/+1503
OpenPOWER on IntegriCloud