aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni1-18/+18
2013-08-13dma: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han1-1/+1
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-81/+4
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-24/+16
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-24/+16
2013-01-06dma: mv_xor: fix error handling for clocksThomas Petazzoni1-2/+5
2013-01-06dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni1-1/+1
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-185/+244
2012-11-28dma: remove use of __devinitBill Pemberton1-3/+3
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-22dma: mv_xor: fix error handling pathThomas Petazzoni1-0/+1
2012-11-22dma: mv_xor: fix error checking of irq_of_parse_and_map()Thomas Petazzoni1-2/+2
2012-11-22dma: mv_xor: use request_irq() instead of devm_request_irq()Thomas Petazzoni1-5/+6
2012-11-22dma: mv_xor: clear the window override control registersThomas Petazzoni1-0/+2
2012-11-20dma: mv_xor: Add a device_control functionAndrew Lunn1-0/+9
2012-11-20dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and removeThomas Petazzoni1-3/+3
2012-11-20dma: mv_xor: add Device Tree bindingThomas Petazzoni1-4/+54
2012-11-20dma: mv_xor: add missing free_irq() callThomas Petazzoni1-1/+4
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni1-9/+6
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni1-3/+3
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-33/+33
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni1-36/+28
2012-11-20dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni1-11/+6
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni1-7/+7
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni1-6/+6
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni1-5/+4
2012-11-20dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni1-29/+32
2012-11-20dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni1-6/+2
2012-11-20dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni1-3/+0