aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-dmaengine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-15crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King1-1/+1
2017-10-07crypto:ccp - invoke the DMA callback in a standard wayamd1-3/+1
2017-10-07crypto: ccp - unmap pages and remove unmap objects in callbackamd1-0/+1
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-23/+0
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-23/+0
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook1-1/+1
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook1-0/+41
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook1-0/+1
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGary R Hook1-1/+5
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun1-1/+1
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert1-2/+5
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook1-0/+727