Age | Commit message (Expand) | Author | Files | Lines |
2015-09-04 | Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -0/+3 |
2015-08-19 | dmaengine: pl330: do not emit loop for 1 byte transfer. | Michal Suchanek | 1 | -0/+3 |
2015-07-07 | dmaengine: pl330: Really fix choppy sound because of wrong residue calculation | Krzysztof Kozlowski | 1 | -1/+1 |
2015-07-07 | dmaengine: pl330: Fix overflow when reporting residue in memcpy | Krzysztof Kozlowski | 1 | -0/+1 |
2015-06-29 | Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -3/+5 |
2015-06-08 | dmaengine: pl330: fix wording in mcbufsz message | Michal Suchanek | 1 | -2/+2 |
2015-05-25 | dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check... | Maninder Singh | 1 | -1/+3 |
2015-05-22 | dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boards | Krzysztof Kozlowski | 1 | -0/+3 |
2015-03-18 | dmaengine: pl330: fix return status on pending transfers | Ben Dooks | 1 | -1/+11 |
2015-03-18 | dmaengine: pl330: make unexported functions static | Ben Dooks | 1 | -3/+3 |
2015-03-18 | dmaengine: pl330: fix issues with big-endian armv7 | Ben Dooks | 1 | -4/+4 |
2015-02-16 | dmaengine: pl330: add DMA_PAUSE feature | Robert Baldyga | 1 | -0/+28 |
2015-02-16 | dmaengine: pl330: improve pl330_tx_status() function | Robert Baldyga | 1 | -2/+72 |
2015-02-10 | dmaengine: pl330: fix bug that cause start the same descs in cyclic | Addy Ke | 1 | -0/+6 |
2014-12-22 | dmaengine: pl330: Declare slave capabilities for the generic code | Maxime Ripard | 1 | -14/+4 |
2014-12-22 | dmaengine: pl330: Split device_control | Maxime Ripard | 1 | -65/+51 |
2014-12-22 | dmaengine: Make the destination abbreviation coherent | Maxime Ripard | 1 | -1/+1 |
2014-12-12 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -4/+95 |
2014-12-12 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -3/+4 |
2014-12-05 | dmaengine: pl330: update author info | Jassi Brar | 1 | -1/+1 |
2014-11-27 | ARM: 8206/1: dmaengine: pl330: Add PM sleep support | Krzysztof Kozlowski | 1 | -0/+41 |
2014-11-17 | ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12 | Krzysztof Kozlowski | 1 | -4/+54 |
2014-11-17 | dmaengine: pl330: Correct device assignment. | Andrew Jackson | 1 | -2/+3 |
2014-11-17 | dmaengine: Fix allocation size for PL330 data buffer depth. | Liviu Dudau | 1 | -2/+2 |
2014-11-17 | dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entries | Jon Medhurst | 1 | -1/+1 |
2014-11-17 | dmaengine: pl330: Align DMA memcpy operations to MFIFO width | Jon Medhurst | 1 | -4/+13 |
2014-10-15 | dmaengine: pl330: Fix NULL pointer dereference on driver unbind | Krzysztof Kozlowski | 1 | -2/+4 |
2014-10-15 | dmaengine: pl330: Fix NULL pointer dereference on probe failure | Krzysztof Kozlowski | 1 | -2/+4 |
2014-10-15 | dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req() | Krzysztof Kozlowski | 1 | -3/+0 |
2014-10-15 | dmaengine: pl330: Remove non-NULL check for pl330_submit_req parameters | Krzysztof Kozlowski | 1 | -4/+0 |
2014-08-04 | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 1 | -1/+1 |
2014-07-22 | dmaengine: pl330: Check if the DMA descriptor is NULL | Javier Martinez Canillas | 1 | -1/+6 |
2014-07-15 | dmaengine: pl330: Remove pl330_chan_ctrl() | Lars-Peter Clausen | 1 | -61/+10 |
2014-07-15 | dmaengine: pl330: Simplify marking a request as unused | Lars-Peter Clausen | 1 | -38/+13 |
2014-07-15 | dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc | Lars-Peter Clausen | 1 | -90/+69 |
2014-07-15 | dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs | Lars-Peter Clausen | 1 | -280/+192 |
2014-07-15 | dmaengine: pl330: Simplify is_manager() | Lars-Peter Clausen | 1 | -7/+1 |
2014-07-15 | dmaengine: pl330: Remove uneccessary ccr validation | Lars-Peter Clausen | 1 | -23/+0 |
2014-07-15 | dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * | Lars-Peter Clausen | 1 | -20/+17 |
2014-07-15 | dmaengine: pl330: Remove useless xfer_cb indirection | Lars-Peter Clausen | 1 | -38/+24 |
2014-07-15 | dmaengine: pl330: Remove unused mc_len field from _pl330_req struct | Lars-Peter Clausen | 1 | -4/+1 |
2014-07-15 | dmaengine: pl330: Remove unused next field form pl330_xfer struct | Lars-Peter Clausen | 1 | -15/+5 |
2014-07-15 | dmaengine: pl330: Remove unused client_data field form pl330_info | Lars-Peter Clausen | 1 | -2/+0 |
2014-07-15 | dmaengine: pl330: Remove unused dmac_reset callback | Lars-Peter Clausen | 1 | -12/+0 |
2014-07-15 | dmaengine: pl330: Remove unused pl330_chanstatus struct | Lars-Peter Clausen | 1 | -29/+0 |
2014-07-15 | dmaengine: pl330: Remove duplicated cachecontrol enum | Lars-Peter Clausen | 1 | -28/+17 |
2014-07-15 | dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype | Lars-Peter Clausen | 1 | -17/+8 |
2014-01-29 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -31/+34 |
2014-01-20 | dma: pl330: Use dma_get_slave_channel() in the of xlate callback | Lars-Peter Clausen | 1 | -27/+8 |
2014-01-20 | dma: pl330: Differentiate between submitted and issued descriptors | Lars-Peter Clausen | 1 | -4/+20 |