summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia2013-11-141-4/+0
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-43/+1
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-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/+2
* | mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2013-08-221-2/+9
* | mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni2013-08-221-18/+18
|/
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-81/+4
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-24/+16
|\
| * dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-071-24/+16
* | 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
| * dma: mv_xor: add Device Tree bindingThomas Petazzoni2012-11-201-4/+54
| * dma: mv_xor: add missing free_irq() callThomas Petazzoni2012-11-201-1/+4
| * dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni2012-11-201-9/+6
| * dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni2012-11-201-3/+3
| * 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-33/+33
| * dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni2012-11-201-36/+28
| * dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni2012-11-201-11/+6
| * dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni2012-11-201-7/+7
| * dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni2012-11-201-6/+6
| * dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni2012-11-201-5/+4
| * dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni2012-11-201-29/+32
| * dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni2012-11-201-6/+2
| * dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni2012-11-201-3/+0
| * dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni2012-11-201-2/+0
| * dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni2012-11-201-12/+12
| * dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-201-1/+1
| * dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni2012-11-201-1/+1
| * dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni2012-11-201-1/+1
| * dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni2012-11-201-48/+1
| * dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni2012-11-201-0/+45
| * dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni2012-11-201-27/+48
OpenPOWER on IntegriCloud