aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/tdma.c
AgeCommit message (Expand)Author
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha
2016-12-16crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni
2016-07-19crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier
2016-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier
2016-05-03crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall
2015-10-20crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King
2015-10-20crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King
2015-10-20crypto: marvell/cesa - use gfp_t for gfp flagsRussell King
2015-10-20crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King
2015-10-20crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON