aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/shdma-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-05dmaengine: sh: drop double zeroingJulia Lawall1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-23dmaengine: fix spelling mistake "exceds" -> "exceeds"Colin Ian King1-1/+1
2018-08-29dmaengine: use SPDX identifier for Renesas driversWolfram Sang1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2016-08-08dmaengine: sh_shdma-base: convert callback to helper functionDave Jiang1-6/+6
2015-02-23dmaengine: shdma: use normal interface for passing slave idArnd Bergmann1-20/+53
2014-12-22dmaengine: sh: Split device_controlMaxime Ripard1-39/+33
2014-11-17dmaengine: shdma: fix a race condition in __ld_cleanup()Yoshihiro Shimoda1-0/+2
2014-11-06dmaengine: sh: Remove chancnt affectationsMaxime Ripard1-1/+1
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-07-31dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart1-2/+15
2014-07-31dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart1-39/+45
2014-06-03dmaengine: sh: don't use dynamic static allocationVinod Koul1-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsVinod Koul1-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul1-1/+1
2014-05-02DMA: shdma: add cyclic transfer supportKuninori Morimoto1-7/+65
2014-05-02DMA: shdma: tidyup callback chunk finderKuninori Morimoto1-9/+9
2014-03-06DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart1-5/+5
2013-10-25dmaengine: sh: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-08-27DMA: shdma: switch DT mode to use configuration data from a match tableGuennadi Liakhovetski1-6/+9
2013-08-27DMA: shdma: switch to managed resource allocationGuennadi Liakhovetski1-9/+2
2013-07-05DMA: shdma: add DT supportGuennadi Liakhovetski1-6/+20
2013-01-20dma: sh/shdma-base.c: remove unnecessary null pointer checkCong Ding1-3/+0
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski1-0/+9
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski1-25/+89
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski1-12/+13
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski1-4/+5
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski1-0/+868