summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/shdma-base.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13dmaengine: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2022-03-10dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"Vinod Koul1-3/+1
2022-02-15dmaengine: shdma: Fix runtime PM imbalance on errorYongzhi Liu1-1/+3
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul1-8/+0
2021-12-17dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-12-17dmaengine: shdma: remove legacy slave_id parsingArnd Bergmann1-8/+0
2020-10-05dmaengine: sh: drop double zeroingJulia Lawall1-1/+1
2020-08-24treewide: 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-13treewide: 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