summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem2015-06-101-94/+47Star
* 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/+0Star
* dmaengine: mv_xor: Remove device_controlMaxime Ripard2014-12-221-9/+0Star
* dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-191-174/+94Star
|\
| * dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem2014-09-231-0/+34
| * dma: mv_xor: Remove dead codeEzequiel Garcia2014-09-231-2/+0Star
| * 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/+9Star
| * dma: mv_xor: Remove multi-slot supportLior Amsalem2014-09-231-86/+30Star
| * dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem2014-09-231-65/+12Star
| * 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-081-17/+63
|\ \ | |/ |/|
| * dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()Ezequiel Garcia2014-04-101-12/+5Star
| * 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/+1Star
| * 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/+3Star
|/
* dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson2014-02-131-12/+12
* dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King2013-12-131-11/+13
* dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia2013-12-131-21/+50
* dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper2013-12-131-6/+0Star
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-48/+4Star
|\
| * dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia2013-11-141-1/+2
| * dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia2013-11-141-4/+0Star
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-43/+1Star
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+1
* | dmaengine: mv_xor: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-3/+3
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-2/+2
|\
| * dma: use dev_get_platdata()Jingoo Han2013-08-131-1/+1
| * dma: mv_xor: use NULL instead of 0Jingoo Han2013-08-131-1/+1
* | dma: mv_xor: Fix incorrect error pathSachin Kamat2013-09-091-4/+2Star
* | mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2013-08-231-2/+9
* | mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni2013-08-231-18/+18
|/
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-041-81/+4Star
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-24/+16Star
|\
| * dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-081-24/+16Star
* | dma: mv_xor: fix error handling for clocksThomas Petazzoni2013-01-061-2/+5
* | dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni2013-01-061-1/+1
|/
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-141-185/+244
|\
| * dma: mv_xor: fix error handling pathThomas Petazzoni2012-11-221-0/+1
| * dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni2012-11-221-2/+2
| * dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni2012-11-221-5/+6
| * dma: mv_xor: clear the window override control registersThomas Petazzoni2012-11-221-0/+2
| * dma: mv_xor: Add a device_control functionAndrew Lunn2012-11-201-0/+9
| * dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni2012-11-201-3/+3