| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-04-24 | 1 | -1/+1 |
|\ |
|
| * | dmaengine: constify of_device_id array | Fabian Frederick | 2015-03-18 | 1 | -1/+1 |
* | | dmaengine: mmp_pdma: fix warning about slave caps | Robert Jarzmik | 2015-03-05 | 1 | -0/+7 |
* | | dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issue | Qiao Zhou | 2015-02-23 | 1 | -0/+3 |
|/ |
|
* | dmaengine: mmp-pdma: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -53/+56 |
* | dmaengine: Remove .owner field for driver | Kiran Padwal | 2014-11-06 | 1 | -1/+0 |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dma: mmp_pdma: add support for residue reporting | Daniel Mack | 2014-05-07 | 1 | -3/+84 |
* | dma: mmp_pdma: Fix physical channel memory allocation size | Laurent Pinchart | 2014-05-02 | 1 | -4/+2 |
* | dma: mmp_pdma: Simplify access to channel drcmr value | Laurent Pinchart | 2014-05-02 | 1 | -1/+1 |
* | dma: mmp_pdma: add IRQF_SHARED when request irq | Chao Xie | 2014-03-06 | 1 | -4/+4 |
* | dmaengine: mmp_pdma: fix mismerge | Arnd Bergmann | 2014-01-29 | 1 | -8/+0 |
* | Merge branch 'topic/of' into for-linus | Vinod Koul | 2014-01-07 | 1 | -13/+4 |
|\ |
|
| * | dma: add dma_get_any_slave_channel(), for use in of_xlate() | Stephen Warren | 2013-12-10 | 1 | -23/+7 |
* | | mmp_pdma: Style neatening | Joe Perches | 2013-12-16 | 1 | -99/+105 |
* | | dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe() | Wei Yongjun | 2013-11-28 | 1 | -0/+1 |
|/ |
|
* | dma: misc: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-13 | 1 | -2/+2 |
* | dma: mmp_pdma: use list_move instead of list_del/list_add | Wei Yongjun | 2013-10-07 | 1 | -2/+1 |
* | dma: mmp_pdma: set DMA_PRIVATE | Daniel Mack | 2013-08-25 | 1 | -0/+1 |
* | dma: mmp_pdma: add support for cyclic DMA descriptors | Daniel Mack | 2013-08-25 | 1 | -1/+111 |
* | dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chain | Daniel Mack | 2013-08-25 | 1 | -20/+2 |
* | dma: mmp_pdma: only complete one transaction from dma_do_tasklet() | Daniel Mack | 2013-08-25 | 1 | -14/+21 |
* | dma: mmp: simplify use of devm_ioremap_resource | Julia Lawall | 2013-08-14 | 1 | -3/+0 |
* | dma: mmp_pdma: add support for byte-aligned transfers | Daniel Mack | 2013-08-14 | 1 | -1/+16 |
* | dma: mmp_pdma: remove duplicate assignment | Daniel Mack | 2013-08-14 | 1 | -1/+0 |
* | dma: mmp_pdma: print the number of channels at probe time | Daniel Mack | 2013-08-14 | 1 | -1/+1 |
* | dma: mmp_pdma: make the controller a DMA provider | Daniel Mack | 2013-08-14 | 1 | -0/+44 |
* | dma: mmp_pdma: add filter function | Daniel Mack | 2013-08-14 | 1 | -1/+20 |
* | dma: mmp_pdma: fix maximum transfer length | Daniel Mack | 2013-08-14 | 1 | -1/+1 |
* | dma: mmp_pdma: refactor unlocking path in lookup_phy() | Daniel Mack | 2013-08-14 | 1 | -4/+5 |
* | dma: mmp_pdma: factor out DRCMR register calculation | Daniel Mack | 2013-08-14 | 1 | -4/+4 |
* | dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor() | Jingoo Han | 2013-08-13 | 1 | -1/+2 |
* | dma: mmp_pdma: clear DRCMR when free a phy channel | Xiang Wang | 2013-08-05 | 1 | -0/+6 |
* | dma: mmp_pdma: add protect when alloc/free phy channels | Xiang Wang | 2013-08-05 | 1 | -16/+26 |
* | mmp_pdma: remove useless use of lock | Andy Shevchenko | 2013-08-05 | 1 | -9/+1 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 1 | -4/+2 |
|\ |
|
| * | dma: remove unnecessary null pointer check in mmp_pdma.c | Cong Ding | 2013-01-20 | 1 | -4/+2 |
* | | dma: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-25 | 1 | -3/+4 |
* | | Drivers: dma: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -1/+1 |
|/ |
|
* | dma: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | dma: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | dmaengine: mmp-pdma support | Zhangfei Gao | 2012-09-14 | 1 | -0/+875 |