aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2016-06-07dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese1-4/+6
2016-06-07dmaengine: mv_xor: Minor coding style fixStefan Roese1-1/+1
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas1-7/+49
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT1-12/+28
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT1-2/+2
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-2/+2
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni1-0/+53
2016-01-06dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni1-38/+3
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni1-1/+0
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-40/+29
2015-08-23drivers/dma: make mv_xor.c driver explicitly non-modularPaul Gortmaker1-33/+3
2015-08-19dmaengine: mv_xor: optimize performance by using a subset of the XOR channelsThomas Petazzoni1-1/+23
2015-08-19dmaengine: mv_xor: remove support for dmacap,* DT propertiesThomas Petazzoni1-6/+3
2015-07-31dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni1-4/+5
2015-06-10dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem1-94/+47
2015-06-10dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem1-14/+68
2015-06-10dmaengine: mv_xor: Rename function for consistent namingMaxime Ripard1-43/+44
2015-06-10dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem1-26/+46
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-12-22dmaengine: mv_xor: Remove device_controlMaxime Ripard1-9/+0
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-174/+94
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-17/+63
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem1-0/+34
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia1-2/+0
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem1-4/+10
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia1-19/+9
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem1-86/+30
2014-09-23dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem1-65/+12
2014-09-23dma: mv_xor: Replace printk with dev_infoEzequiel Garcia1-2/+3
2014-05-21dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia1-5/+3
2014-04-10dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()Ezequiel Garcia1-12/+5
2014-04-10dma: mv_xor: Remove all callers of mv_xor_slot_cleanup()Ezequiel Garcia1-4/+11
2014-04-10dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() callEzequiel Garcia1-3/+1
2014-04-10dma: mv_xor: Add DMA API error checksEzequiel Garcia1-4/+52
2014-02-12dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson1-12/+12
2013-12-12dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King1-11/+13
2013-12-12dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia1-21/+50
2013-12-12dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper1-6/+0
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-48/+4
2013-11-14dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia1-1/+2
2013-11-14dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia1-4/+0
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-43/+1
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-25dmaengine: mv_xor: use DMA_COMPLETE for dma completion statusVinod Koul1-3/+3
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat1-4/+2
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni1-2/+9