summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.h
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2016-11-251-0/+1
* dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese2016-09-151-0/+7
* dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT2016-05-031-0/+1
* dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni2016-01-061-0/+1
* dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni2016-01-061-1/+0
* dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem2015-06-101-11/+6
* dmaengine: mv_xor: Enlarge descriptor pool sizeLior Amsalem2015-06-101-1/+1
* dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem2015-06-101-0/+7
* dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2015-06-101-0/+1
* dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem2014-09-231-5/+6
* dma: mv_xor: Remove dead codeEzequiel Garcia2014-09-231-20/+0
* dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem2014-09-231-1/+1
* dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia2014-09-231-1/+21
* dma: mv_xor: Remove multi-slot supportLior Amsalem2014-09-231-7/+2
* dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia2013-11-141-12/+13
* mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2013-08-221-1/+27
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-1/+0
* dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-221-0/+1
* dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-201-0/+1
* dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-201-0/+1
* dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_deviceThomas Petazzoni2012-11-201-1/+0
* dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni2012-11-201-2/+2
* dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-201-19/+6
* dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-201-1/+1
* dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-201-1/+1
* dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-201-1/+0
* dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-201-1/+0
* dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-201-2/+2
* dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni2012-11-201-3/+5
* dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni2012-11-201-0/+1
* ARM: Orion: XOR: Add support for clkAndrew Lunn2012-05-081-0/+1
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-2/+0
* dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2012-03-131-1/+0
* mv_xor: implement a private tx_listDan Williams2009-09-081-2/+2
* dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara2008-07-081-0/+183