summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sh/shdma-base.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* dmaengine: sh_shdma-base: convert callback to helper functionDave Jiang2016-08-081-6/+6
* dmaengine: shdma: use normal interface for passing slave idArnd Bergmann2015-02-231-20/+53
* dmaengine: sh: Split device_controlMaxime Ripard2014-12-221-39/+33
* dmaengine: shdma: fix a race condition in __ld_cleanup()Yoshihiro Shimoda2014-11-171-0/+2
* dmaengine: sh: Remove chancnt affectationsMaxime Ripard2014-11-061-1/+1
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart2014-07-311-2/+15
* dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart2014-07-311-39/+45
* dmaengine: sh: don't use dynamic static allocationVinod Koul2014-06-031-1/+9
* dmaengine: sh: fix print specifier warningsVinod Koul2014-06-031-1/+1
* dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul2014-06-031-1/+1
* DMA: shdma: add cyclic transfer supportKuninori Morimoto2014-05-021-7/+65
* DMA: shdma: tidyup callback chunk finderKuninori Morimoto2014-05-021-9/+9
* DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart2014-03-061-5/+5
* dmaengine: sh: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* DMA: shdma: switch DT mode to use configuration data from a match tableGuennadi Liakhovetski2013-08-271-6/+9
* DMA: shdma: switch to managed resource allocationGuennadi Liakhovetski2013-08-271-9/+2
* DMA: shdma: add DT supportGuennadi Liakhovetski2013-07-051-6/+20
* dma: sh/shdma-base.c: remove unnecessary null pointer checkCong Ding2013-01-201-3/+0
* dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2012-08-011-0/+9
* dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski2012-07-201-25/+89
* dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski2012-07-201-12/+13
* dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski2012-07-201-4/+5
* dmaengine: add an shdma-base libraryGuennadi Liakhovetski2012-07-131-0/+868
OpenPOWER on IntegriCloud