summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/tdma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1Star
* crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-161-1/+8
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-211-14/+19
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-231-0/+86
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-231-4/+4
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-231-0/+29
* crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-231-2/+3
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-231-0/+2
* crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-031-3/+2Star
* crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-201-3/+6
* crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-201-1/+1
* crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-201-3/+2Star
* crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-201-3/+3
* crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-201-10/+10
* crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-191-0/+224