summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/rcar-dmac.c
AgeCommit message (Expand)Author
2022-02-15dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_sizeJiasheng Jiang
2022-02-15dmaengine: sh: rcar-dmac: Check for error num after setting maskJiasheng Jiang
2022-01-03dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda
2021-10-25dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probeDongliang Mu
2021-06-03dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()Zou Wei
2021-02-01dmaengine: rcar-dmac: Add support for R-Car V3UGeert Uytterhoeven
2021-02-01dmaengine: rcar-dmac: Add helpers for clearing DMA channel statusGeert Uytterhoeven
2021-02-01dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helperGeert Uytterhoeven
2020-10-05dmaengine: rcar-dmac: drop double zeroingJulia Lawall
2020-09-11dmaengine: rcar-dmac: Drop local dma_parmsRobin Murphy
2020-03-23dmaengine: fix spelling mistake "exceds" -> "exceeds"Colin Ian King
2019-10-14dmaengine: rcar-dmac: Add dma-channel-mask property supportYoshihiro Shimoda
2019-10-14dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()Yoshihiro Shimoda
2019-10-14dmaengine: rcar-dmac: Use of_data values instead of a macroYoshihiro Shimoda
2019-09-17Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-09-04dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mappedYoshihiro Shimoda
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-25dmaengine: rcar-dmac: Reject zero-length slave DMA requestsGeert Uytterhoeven
2019-05-27dmaengine: sh: rcar-dmac: Let the core do the device node validationBaolin Wang
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-04-26dmaengine: rcar-dmac: Update copyright informationHiroyuki Yokoyama
2019-04-23dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff
2019-04-23dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme
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