summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla1-615/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-03-03crypto: marvell/cesa - Clean up redundant #includeRobin Murphy1-1/+0
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+12
2018-01-18crypto: marvell/cesa - Fix DMA API misuseRobin Murphy1-7/+12
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-0/+1
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON1-0/+1
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef1-2/+1
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON1-5/+5
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON1-7/+0
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON1-0/+6
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-2/+0
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier1-4/+0
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier1-0/+1
2016-07-28crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier1-3/+4
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier1-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier1-25/+90
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier1-18/+16
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier1-0/+1
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier1-1/+2
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier1-0/+4
2016-06-23crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier1-1/+4
2016-04-20crypto: marvell/cesa - Improving code readabilityRomain Perier1-5/+5
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON1-1/+1
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON1-1/+1
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-3/+2
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON1-0/+2
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON1-0/+68
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON1-0/+417