summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mv_xor: use builtin_platform_driverGeliang Tang2016-11-251-6/+1
* dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2016-11-251-4/+179
* Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul2016-10-031-1/+1
|\
| * dmaengine: mv_xor: move unmap to before callbackDave Jiang2016-08-081-1/+1
* | Merge branch 'topic/mv_xor' into for-linusVinod Koul2016-10-031-1/+94
|\ \ | |/ |/|
| * dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese2016-09-151-1/+94
* | dmaengine: mv_xor: convert callback to helper functionDave Jiang2016-08-081-4/+1
|/
* Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-07-281-1/+1
|\
| * dmaengine: mv_xor: Minor coding style fixStefan Roese2016-06-071-1/+1
* | dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese2016-06-071-4/+6
|/
* dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas2016-05-031-7/+49
* dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT2016-05-031-12/+28
* dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT2016-05-031-2/+2
* dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-2/+2
* dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni2016-01-061-0/+53
* dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni2016-01-061-38/+3
* dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni2016-01-061-1/+0
* Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-09-041-40/+29
|\
| * drivers/dma: make mv_xor.c driver explicitly non-modularPaul Gortmaker2015-08-231-33/+3
| * dmaengine: mv_xor: optimize performance by using a subset of the XOR channelsThomas Petazzoni2015-08-191-1/+23
| * dmaengine: mv_xor: remove support for dmacap,* DT propertiesThomas Petazzoni2015-08-191-6/+3
* | dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni2015-07-311-4/+5
|/
* dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem2015-06-101-94/+47
* dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem2015-06-101-14/+68
* dmaengine: mv_xor: Rename function for consistent namingMaxime Ripard2015-06-101-43/+44
* dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2015-06-101-26/+46
* dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
* dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* dmaengine: mv_xor: Remove device_controlMaxime Ripard2014-12-221-9/+0
* dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-181-174/+94
|\
| * dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem2014-09-231-0/+34
| * dma: mv_xor: Remove dead codeEzequiel Garcia2014-09-231-2/+0
| * dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem2014-09-231-4/+10
| * dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia2014-09-231-19/+9
| * dma: mv_xor: Remove multi-slot supportLior Amsalem2014-09-231-86/+30
| * dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem2014-09-231-65/+12
| * dma: mv_xor: Replace printk with dev_infoEzequiel Garcia2014-09-231-2/+3
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-17/+63
|\ \ | |/ |/|
| * dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()Ezequiel Garcia2014-04-101-12/+5
| * dma: mv_xor: Remove all callers of mv_xor_slot_cleanup()Ezequiel Garcia2014-04-101-4/+11
| * dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() callEzequiel Garcia2014-04-101-3/+1
| * dma: mv_xor: Add DMA API error checksEzequiel Garcia2014-04-101-4/+52
* | dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia2014-05-211-5/+3
|/
* dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson2014-02-121-12/+12
* dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King2013-12-121-11/+13
* dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia2013-12-121-21/+50
* dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper2013-12-121-6/+0
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-48/+4
|\
| * dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia2013-11-141-1/+2