summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: rcar-dmac: Reject zero-length slave DMA requestsGeert Uytterhoeven2019-06-251-1/+1
* dmaengine: sh: usb-dmac: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-251-1/+1
* dmaengine: sh: usb-dmac: Let the core do the device node validationBaolin Wang2019-05-271-4/+2Star
* dmaengine: sh: rcar-dmac: Let the core do the device node validationBaolin Wang2019-05-271-3/+3
* dmaengine: sudmac: remove unused driverSimon Horman2019-05-213-421/+0Star
* Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-05-091-2/+2
|\
| * dmaengine: rcar-dmac: Update copyright informationHiroyuki Yokoyama2019-04-261-2/+2
* | dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_statusAchim Dahlhoff2019-04-231-3/+23
* | dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is validDirk Behme2019-04-231-1/+3
|/
* dmaengine: usb-dmac: Make DMAC system sleep callbacks explicitPhuong Nguyen2019-01-201-0/+2
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-1/+1
|\
| * dmaengine: sh: rcar-dmac: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
* | dmaengine: sh: Remove R-Mobile APE6 supportGeert Uytterhoeven2018-12-055-99/+1Star
* | dmaengine: sh: convert to SPDX identifiersKuninori Morimoto2018-11-111-0/+1
|/
* dmaengine: rcar-dmac: set scatter/gather max segment sizeWolfram Sang2018-10-071-0/+3
* dmaengine: use SPDX identifier for Renesas driversWolfram Sang2018-08-298-34/+8Star
* dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()Yoshihiro Shimoda2018-07-311-17/+0Star
* dmaengine: sh: rcar-dmac: Add dma_pause operationYoshihiro Shimoda2018-07-111-0/+12
* dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrierYoshihiro Shimoda2018-07-111-4/+11
* dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0Yoshihiro Shimoda2018-07-101-2/+3
* dmaengine: rcar-dmac: clear channel register when errorKuninori Morimoto2018-07-091-1/+9
* dmaengine: rcar-dmac: Disable interrupts while stopping channelsGeert Uytterhoeven2018-07-091-2/+2
* dmaengine: rcar-dmac: convert to SPDX identifiersKuninori Morimoto2018-07-061-4/+1Star
* dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto2018-06-281-50/+22Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-06-081-29/+21Star
|\
| * dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-04-251-29/+21Star
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-1/+1
|/
* Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-04-101-2/+11
|\
| * dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacksGeert Uytterhoeven2018-04-041-2/+2
| * dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()Yoshihiro Shimoda2018-03-051-0/+9
* | dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-02-271-1/+1
|/
* Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-311-1/+43
|\
| * dmaengine: rcar-dmac: use TCRB instead of TCR for residueKuninori Morimoto2017-11-291-1/+21
| * dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearingKuninori Morimoto2017-11-291-0/+22
* | dmaengine: rcar-dmac: Make DMAC reinit during system resume explicitGeert Uytterhoeven2018-01-171-17/+7Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmaengine: rcar-dmac: initialize all data before registering IRQ handlerKuninori Morimoto2017-08-251-42/+43
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-6/+21
|\
| * dmaengine: rcar-dmac: wait for ISR to finish before freeing resourcesNiklas Söderlund2017-05-191-1/+5
| * dmaengine: rcar-dmac: implement device_synchronize()Niklas Söderlund2017-05-191-0/+8
| * dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chanNiklas Söderlund2017-05-191-5/+8
* | rcar-dmac: fixup descriptor pointer for descriptor modeKuninori Morimoto2017-05-301-0/+3
* | dmaengine: usb-dmac: Fix DMAOR AE bit definitionHiroyuki Yokoyama2017-05-161-1/+1
|/
* dmaengine: rcar-dmac: enable descriptor mode on 40bitKuninori Morimoto2017-03-271-20/+32
* Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-02-221-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
|/
* dmaengine: usb-dmac: remove unused ‘uchan’Vinod Koul2016-12-121-3/+0Star
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-072-37/+107
|\