aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24dmaengine: mv_xor: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-09-18dmaengine: mv_xor: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-03-12Merge branch 'topic/mv' into for-linusVinod Koul1-1/+4
2019-02-19dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy1-1/+1
2019-01-07dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki1-1/+4
2018-09-03dmaengine: mv_xor: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-161/+1
2017-04-24dmaengine: mv_xor: use offset_in_page() macroGeliang Tang1-2/+2
2017-03-14dmaengine: mv_xor: remove redundant null check on cdColin Ian King1-5/+0
2016-11-25dmaengine: mv_xor: use builtin_platform_driverGeliang Tang1-6/+1
2016-11-25dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese1-4/+179
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul1-1/+1
2016-10-03Merge branch 'topic/mv_xor' into for-linusVinod Koul1-1/+94
2016-09-15dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese1-1/+94
2016-08-08dmaengine: mv_xor: move unmap to before callbackDave Jiang1-1/+1
2016-08-08dmaengine: mv_xor: convert callback to helper functionDave Jiang1-4/+1
2016-07-28Merge tag 'dmaengine-4.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2016-06-07dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese1-4/+6
2016-06-07dmaengine: mv_xor: Minor coding style fixStefan Roese1-1/+1
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas1-7/+49
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT1-12/+28
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT1-2/+2
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-2/+2
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni1-0/+53
2016-01-06dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni1-38/+3
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni1-1/+0
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-40/+29
2015-08-23drivers/dma: make mv_xor.c driver explicitly non-modularPaul Gortmaker1-33/+3
2015-08-19dmaengine: mv_xor: optimize performance by using a subset of the XOR channelsThomas Petazzoni1-1/+23
2015-08-19dmaengine: mv_xor: remove support for dmacap,* DT propertiesThomas Petazzoni1-6/+3
2015-07-31dmaengine: mv_xor: fix big endian operation in register modeThomas Petazzoni1-4/+5
2015-06-10dmaengine: mv_xor: improve descriptors list handling and reduce lockingLior Amsalem1-94/+47
2015-06-10dmaengine: mv_xor: add support for a38x command in descriptor modeLior Amsalem1-14/+68
2015-06-10dmaengine: mv_xor: Rename function for consistent namingMaxime Ripard1-43/+44
2015-06-10dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem1-26/+46
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-12-22dmaengine: mv_xor: Remove device_controlMaxime Ripard1-9/+0
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-174/+94
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-17/+63
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem1-0/+34
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia1-2/+0
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem1-4/+10
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia1-19/+9
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem1-86/+30
2014-09-23dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem1-65/+12