aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2016-11-25dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese1-0/+1
2016-09-15dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese1-0/+7
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT1-0/+1
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni1-0/+1
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni1-1/+0
2015-06-10dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem1-11/+6
2015-06-10dmaengine: mv_xor: Enlarge descriptor pool sizeLior Amsalem1-1/+1
2015-06-10dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem1-0/+7
2015-06-10dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem1-0/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem1-5/+6
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia1-20/+0
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem1-1/+1
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia1-1/+21
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem1-7/+2
2013-11-14dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia1-12/+13
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni1-1/+27
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-1/+0
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni1-0/+1
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni1-0/+1
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni1-0/+1
2012-11-20dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni1-1/+0
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni1-2/+2
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni1-19/+6
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni1-1/+1
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni1-1/+1
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni1-1/+0
2012-11-20dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni1-1/+0
2012-11-20dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni1-2/+2
2012-11-20dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni1-3/+5
2012-11-20dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni1-0/+1
2012-05-08ARM: Orion: XOR: Add support for clkAndrew Lunn1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-2/+0
2012-03-13dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux1-1/+0
2009-09-08mv_xor: implement a private tx_listDan Williams1-2/+2
2008-07-08dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara1-0/+183