aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/mv_xor.c
AgeCommit message (Expand)Author
2019-03-12Merge branch 'topic/mv' into for-linusVinod Koul
2019-02-19dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy
2019-01-07dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki
2018-09-03dmaengine: mv_xor: move spin_lock_bh to spin_lock in taskletBarry Song
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-04-24dmaengine: mv_xor: use offset_in_page() macroGeliang Tang
2017-03-14dmaengine: mv_xor: remove redundant null check on cdColin Ian King
2016-11-25dmaengine: mv_xor: use builtin_platform_driverGeliang Tang
2016-11-25dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul
2016-10-03Merge branch 'topic/mv_xor' into for-linusVinod Koul
2016-09-15dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese
2016-08-08dmaengine: mv_xor: move unmap to before callbackDave Jiang
2016-08-08dmaengine: mv_xor: convert callback to helper functionDave Jiang
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-06-07dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese
2016-06-07dmaengine: mv_xor: Minor coding style fixStefan Roese
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni
2016-01-06dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni
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