| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dmaengine: pl330: Check if the DMA descriptor is NULL | Javier Martinez Canillas | 2014-07-22 | 1 | -1/+6 |
* | dmaengine: pl330: Remove pl330_chan_ctrl() | Lars-Peter Clausen | 2014-07-15 | 1 | -61/+10 |
* | dmaengine: pl330: Simplify marking a request as unused | Lars-Peter Clausen | 2014-07-15 | 1 | -38/+13 |
* | dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc | Lars-Peter Clausen | 2014-07-15 | 1 | -90/+69 |
* | dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs | Lars-Peter Clausen | 2014-07-15 | 1 | -280/+192 |
* | dmaengine: pl330: Simplify is_manager() | Lars-Peter Clausen | 2014-07-15 | 1 | -7/+1 |
* | dmaengine: pl330: Remove uneccessary ccr validation | Lars-Peter Clausen | 2014-07-15 | 1 | -23/+0 |
* | dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * | Lars-Peter Clausen | 2014-07-15 | 1 | -20/+17 |
* | dmaengine: pl330: Remove useless xfer_cb indirection | Lars-Peter Clausen | 2014-07-15 | 1 | -38/+24 |
* | dmaengine: pl330: Remove unused mc_len field from _pl330_req struct | Lars-Peter Clausen | 2014-07-15 | 1 | -4/+1 |
* | dmaengine: pl330: Remove unused next field form pl330_xfer struct | Lars-Peter Clausen | 2014-07-15 | 1 | -15/+5 |
* | dmaengine: pl330: Remove unused client_data field form pl330_info | Lars-Peter Clausen | 2014-07-15 | 1 | -2/+0 |
* | dmaengine: pl330: Remove unused dmac_reset callback | Lars-Peter Clausen | 2014-07-15 | 1 | -12/+0 |
* | dmaengine: pl330: Remove unused pl330_chanstatus struct | Lars-Peter Clausen | 2014-07-15 | 1 | -29/+0 |
* | dmaengine: pl330: Remove duplicated cachecontrol enum | Lars-Peter Clausen | 2014-07-15 | 1 | -28/+17 |
* | dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype | Lars-Peter Clausen | 2014-07-15 | 1 | -17/+8 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2014-01-29 | 1 | -31/+34 |
|\ |
|
| * | dma: pl330: Use dma_get_slave_channel() in the of xlate callback | Lars-Peter Clausen | 2014-01-20 | 1 | -27/+8 |
| * | dma: pl330: Differentiate between submitted and issued descriptors | Lars-Peter Clausen | 2014-01-20 | 1 | -4/+20 |
| * | dma: pl330: Alloc dma_parms for the dma device | Lars-Peter Clausen | 2013-12-16 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'asoc/topic/dma' into for-tiwai | Mark Brown | 2014-01-16 | 1 | -0/+1 |
|\ \ |
|
| * | | dma: pl330: Set residue_granularity | Lars-Peter Clausen | 2014-01-14 | 1 | -0/+1 |
| |/ |
|
* / | dma: pl330: ensure DMA descriptors are zero-initialised | Will Deacon | 2013-12-18 | 1 | -4/+1 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-11-20 | 1 | -16/+16 |
|\ |
|
| * | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 2013-11-16 | 1 | -0/+2 |
| |\ |
|
| | * | dmaengine: prepare for generic 'unmap' data | Dan Williams | 2013-11-13 | 1 | -0/+2 |
| * | | dma: pl330: silence a compile warning | Dan Carpenter | 2013-11-13 | 1 | -1/+1 |
| * | | dma: pl330: off by one in pl330_probe() | Dan Carpenter | 2013-11-13 | 1 | -1/+1 |
| * | | dma: pl330: Remove unnecessary amba_set_drvdata() | Michal Simek | 2013-10-31 | 1 | -3/+0 |
| * | | dma: pl330: Support per channel irq allocation | Michal Simek | 2013-10-13 | 1 | -5/+12 |
| * | | dma: pl330: Simplify irq allocation | Michal Simek | 2013-10-07 | 1 | -8/+2 |
| |/ |
|
* / | DMA-API: dma: pl330: add dma_set_mask_and_coherent() call | Russell King | 2013-10-31 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'topic/api_caps' into for-linus | Vinod Koul | 2013-09-04 | 1 | -7/+8 |
|\ |
|
| * | dmaengine: pl330: use dma_set_max_seg_size to set the sg limit | Vinod Koul | 2013-09-03 | 1 | -7/+8 |
* | | Merge branch 'topic/api_caps' into for-linus | Vinod Koul | 2013-09-02 | 1 | -0/+27 |
|\| |
|
| * | dma: pl330: Implement device_slave_caps | Lars-Peter Clausen | 2013-07-15 | 1 | -0/+27 |
* | | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors | Lars-Peter Clausen | 2013-08-28 | 1 | -72/+39 |
* | | dma: pl330: split off common code to give back descriptors | Chanho Park | 2013-08-13 | 1 | -15/+23 |
* | | dma: use dev_get_platdata() | Jingoo Han | 2013-08-13 | 1 | -1/+1 |
* | | dma: pl330: Fix cyclic transfers | Lars-Peter Clausen | 2013-07-28 | 1 | -26/+67 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-07-07 | 1 | -25/+4 |
|\ |
|
| * | dma: pl330: use dma_addr_t for describing bus addresses | Will Deacon | 2013-07-05 | 1 | -1/+1 |
| * | dma: pl330: rip out broken, redundant ID probing | Will Deacon | 2013-07-05 | 1 | -24/+3 |
* | | drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() | Bartlomiej Zolnierkiewicz | 2013-07-03 | 1 | -2/+2 |
|/ |
|
* | dma: pl330: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-04-15 | 1 | -3/+4 |
* | DMA: PL330: allow submitting 2 requests at a time | Jassi Brar | 2013-04-15 | 1 | -2/+1 |
* | DMA: PL330: Add check if device tree compatible | Padmavathi Venna | 2013-04-02 | 1 | -11/+27 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 1 | -41/+60 |
|\ |
|
| * | DMA: PL330: Register the DMA controller with the generic DMA helpers | Padmavathi Venna | 2013-02-14 | 1 | -0/+10 |