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