aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/rcar-dmac.c
Commit message (Expand)AuthorAge
* dmaengine: rcar-dmac: set scatter/gather max segment sizeWolfram Sang2018-10-07
* dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()Yoshihiro Shimoda2018-07-31
* dmaengine: sh: rcar-dmac: Add dma_pause operationYoshihiro Shimoda2018-07-11
* dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrierYoshihiro Shimoda2018-07-11
* dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0Yoshihiro Shimoda2018-07-10
* dmaengine: rcar-dmac: clear channel register when errorKuninori Morimoto2018-07-09
* dmaengine: rcar-dmac: Disable interrupts while stopping channelsGeert Uytterhoeven2018-07-09
* dmaengine: rcar-dmac: convert to SPDX identifiersKuninori Morimoto2018-07-06
* dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto2018-06-28
* Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-04-10
|\
| * dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacksGeert Uytterhoeven2018-04-04
| * dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()Yoshihiro Shimoda2018-03-05
* | dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-02-27
|/
* Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-31
|\
| * dmaengine: rcar-dmac: use TCRB instead of TCR for residueKuninori Morimoto2017-11-29
| * dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearingKuninori Morimoto2017-11-29
* | dmaengine: rcar-dmac: Make DMAC reinit during system resume explicitGeert Uytterhoeven2018-01-17
|/
* dmaengine: rcar-dmac: initialize all data before registering IRQ handlerKuninori Morimoto2017-08-25
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-08
|\
| * dmaengine: rcar-dmac: wait for ISR to finish before freeing resourcesNiklas Söderlund2017-05-19
| * dmaengine: rcar-dmac: implement device_synchronize()Niklas Söderlund2017-05-19
| * dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chanNiklas Söderlund2017-05-19
* | rcar-dmac: fixup descriptor pointer for descriptor modeKuninori Morimoto2017-05-30
|/
* dmaengine: rcar-dmac: enable descriptor mode on 40bitKuninori Morimoto2017-03-27
* Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-02-21
|\
| * dmaengine: rcar-dmac: Widen DMA mask to 40 bitsGeert Uytterhoeven2017-02-14
* | dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund2017-01-13
|/
* Merge branch 'topic/iommu' into for-linusVinod Koul2016-10-02
|\
| * dmaengine: rcar-dmac: add iommu support for slave transfersNiklas Söderlund2016-09-26
| * dmaengine: rcar-dmac: group slave configurationNiklas Söderlund2016-09-26
* | dmaengine: sh_rcar-dmac: convert callback to helper functionDave Jiang2016-08-07
|/
* dmaengine: rcar-dmac: Fix residue reporting for pending descriptorsLaurent Pinchart2016-07-08
* dmaengine: rcar-dmac: Fixed active descriptor initializingMuhammad Hamza Farooq2016-07-08
* dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1Niklas Söderlund2016-07-08
* dmaengine: rcar-dmac: use result of updated get_residue in tx_statusMuhammad Hamza Farooq2016-07-08
* dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put()Kuninori Morimoto2016-05-29
* dmaengine: rcar-dmac: clear pertinence number of channelsKuninori Morimoto2016-03-03
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-29
|\
| * dmaengine: rcar-dmac: Use DECLARE_BITMAPJoe Perches2015-05-25
* | dmaengine: rcar-dmac: fixup spinlock in rcar-dmacKuninori Morimoto2015-05-22
|/
* dmaengine: rcar-dmac: Disable channel 0 when using IOMMULaurent Pinchart2015-02-15
* dmaengine: rcar-dmac: Work around descriptor mode IOMMU errataLaurent Pinchart2015-02-15
* dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC deviceLaurent Pinchart2015-02-15
* dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISRLaurent Pinchart2015-02-15
* dmaengine: rcar-dmac: Fix spinlock issues in interruptLaurent Pinchart2015-02-15
* dmaengine: rcar-dmac: Fix uninitialized variable usageLaurent Pinchart2015-02-12
* dmaengine: rcar-dmac: Handle hardware descriptor allocation failureJürg Billeter2014-12-23
* dmaengine: rcar-dmac: Cache hardware descriptors memoryLaurent Pinchart2014-12-23
* dmaengine: rcar-dmac: Implement support for hardware descriptor listsLaurent Pinchart2014-12-23
* dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driverLaurent Pinchart2014-12-23