summaryrefslogtreecommitdiff
path: root/drivers/dma/mv_xor.c
AgeCommit message (Expand)Author
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-08-23drivers/dma: make mv_xor.c driver explicitly non-modularPaul Gortmaker
2015-08-19dmaengine: mv_xor: optimize performance by using a subset of the XOR channelsThomas Petazzoni
2015-08-19dmaengine: mv_xor: remove support for dmacap,* DT propertiesThomas Petazzoni
2015-07-31dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni
2015-06-10dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem
2015-06-10dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem
2015-06-10dmaengine: mv_xor: Rename function for consistent namingMaxime Ripard
2015-06-10dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula
2014-12-22dmaengine: mv_xor: Remove device_controlMaxime Ripard
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem
2014-09-23dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem
2014-09-23dma: mv_xor: Replace printk with dev_infoEzequiel Garcia
2014-05-21dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia
2014-04-10dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()Ezequiel Garcia
2014-04-10dma: mv_xor: Remove all callers of mv_xor_slot_cleanup()Ezequiel Garcia
2014-04-10dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() callEzequiel Garcia
2014-04-10dma: mv_xor: Add DMA API error checksEzequiel Garcia
2014-02-12dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson
2013-12-12dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King
2013-12-12dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia
2013-12-12dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia
2013-11-14dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-10-25dmaengine: mv_xor: use DMA_COMPLETE for dma completion statusVinod Koul
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2013-01-06dma: mv_xor: fix error handling for clocksThomas Petazzoni
2013-01-06dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-28dma: remove use of __devinitBill Pemberton