summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: rcar-dmac: Add support for R-Car V3UGeert Uytterhoeven2021-02-011-23/+58
* dmaengine: rcar-dmac: Add helpers for clearing DMA channel statusGeert Uytterhoeven2021-02-011-2/+13
* dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helperGeert Uytterhoeven2021-02-011-12/+10
* dmaengine: rcar-dmac: drop double zeroingJulia Lawall2020-10-051-1/+1
* dmaengine: sh: drop double zeroingJulia Lawall2020-10-051-1/+1
* dmaengine: Kconfig: Update description for RCAR_DMAC configLad Prabhakar2020-09-111-2/+2
* Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-111-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | dmaengine: rcar-dmac: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
|/
* dmaengine: sh: usb-dmac: set tx_result parametersYoshihiro Shimoda2020-06-241-0/+2
* dmaengine: fix spelling mistake "exceds" -> "exceeds"Colin Ian King2020-03-232-2/+2
* dmaengine: rcar-dmac: Add dma-channel-mask property supportYoshihiro Shimoda2019-10-141-1/+9
* dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()Yoshihiro Shimoda2019-10-141-3/+1
* dmaengine: rcar-dmac: Use of_data values instead of a macroYoshihiro Shimoda2019-10-141-5/+28
* Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-09-172-6/+2
|\
| * dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-312-6/+2
* | dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mappedYoshihiro Shimoda2019-09-041-9/+19
|/
* 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/+2
* 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/+0
* 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-011-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/+1
* | 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/+8
* dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()Yoshihiro Shimoda2018-07-311-17/+0
* 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/+1
* dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto2018-06-281-50/+22
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-06-081-29/+21
|\
| * dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-04-251-29/+21
* | 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
|\