summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-151-1/+1
* crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1Star
* crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-071-23/+0Star
|\
| * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-23/+0Star
* | crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-281-1/+1
|/
* crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-241-0/+41
* crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-161-0/+1
* crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-031-1/+5
* crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-221-1/+1
* crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-221-3/+1Star
* crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert2016-09-071-2/+5
* crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-201-0/+727