| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: remove MODULE_LICENSE in non-modules | Nick Alcock | 2023-04-13 | 1 | -1/+0 |
* | dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" | Vinod Koul | 2022-03-10 | 1 | -3/+1 |
* | dmaengine: shdma: Fix runtime PM imbalance on error | Yongzhi Liu | 2022-02-15 | 1 | -1/+3 |
* | Merge tag 'dmaengine_topic_slave_id_removal_5.17' into next | Vinod Koul | 2021-12-17 | 1 | -8/+0 |
|\ |
|
| * | dmaengine: shdma: remove legacy slave_id parsing | Arnd Bergmann | 2021-12-17 | 1 | -8/+0 |
* | | dmaengine: sh: Use bitmap_zalloc() when applicable | Christophe JAILLET | 2021-12-17 | 1 | -4/+2 |
|/ |
|
* | dmaengine: sh: drop double zeroing | Julia Lawall | 2020-10-05 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | dmaengine: fix spelling mistake "exceds" -> "exceeds" | Colin Ian King | 2020-03-23 | 1 | -1/+1 |
* | dmaengine: use SPDX identifier for Renesas drivers | Wolfram Sang | 2018-08-29 | 1 | -4/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -2/+3 |
* | dmaengine: sh_shdma-base: convert callback to helper function | Dave Jiang | 2016-08-08 | 1 | -6/+6 |
* | dmaengine: shdma: use normal interface for passing slave id | Arnd Bergmann | 2015-02-23 | 1 | -20/+53 |
* | dmaengine: sh: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -39/+33 |
* | dmaengine: shdma: fix a race condition in __ld_cleanup() | Yoshihiro Shimoda | 2014-11-17 | 1 | -0/+2 |
* | dmaengine: sh: Remove chancnt affectations | Maxime Ripard | 2014-11-06 | 1 | -1/+1 |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dmaengine: shdma: Allocate cyclic sg list dynamically | Laurent Pinchart | 2014-07-31 | 1 | -2/+15 |
* | dmaengine: shdma: Make channel filter ignore unrelated devices | Laurent Pinchart | 2014-07-31 | 1 | -39/+45 |
* | dmaengine: sh: don't use dynamic static allocation | Vinod Koul | 2014-06-03 | 1 | -1/+9 |
* | dmaengine: sh: fix print specifier warnings | Vinod Koul | 2014-06-03 | 1 | -1/+1 |
* | dmaengine: sh: make shdma_prep_dma_cyclic static | Vinod Koul | 2014-06-03 | 1 | -1/+1 |
* | DMA: shdma: add cyclic transfer support | Kuninori Morimoto | 2014-05-02 | 1 | -7/+65 |
* | DMA: shdma: tidyup callback chunk finder | Kuninori Morimoto | 2014-05-02 | 1 | -9/+9 |
* | DMA: shdma: Fix warnings due to improper casts and printk formats | Laurent Pinchart | 2014-03-06 | 1 | -5/+5 |
* | dmaengine: sh: use DMA_COMPLETE for dma completion status | Vinod Koul | 2013-10-25 | 1 | -1/+1 |
* | DMA: shdma: switch DT mode to use configuration data from a match table | Guennadi Liakhovetski | 2013-08-27 | 1 | -6/+9 |
* | DMA: shdma: switch to managed resource allocation | Guennadi Liakhovetski | 2013-08-27 | 1 | -9/+2 |
* | DMA: shdma: add DT support | Guennadi Liakhovetski | 2013-07-05 | 1 | -6/+20 |
* | dma: sh/shdma-base.c: remove unnecessary null pointer check | Cong Ding | 2013-01-20 | 1 | -3/+0 |
* | dmaengine: shdma: restore partial transfer calculation | Guennadi Liakhovetski | 2012-08-01 | 1 | -0/+9 |
* | dma: sh: provide a migration path for slave drivers to stop using .private | Guennadi Liakhovetski | 2012-07-20 | 1 | -25/+89 |
* | dma: sh: use an integer slave ID to improve API compatibility | Guennadi Liakhovetski | 2012-07-20 | 1 | -12/+13 |
* | dmaengine: shdma: prepare to stop using struct dma_chan::private | Guennadi Liakhovetski | 2012-07-20 | 1 | -4/+5 |
* | dmaengine: add an shdma-base library | Guennadi Liakhovetski | 2012-07-13 | 1 | -0/+868 |