summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/cesa.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
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-03-03crypto: marvell/cesa - Clean up redundant #includeRobin Murphy
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-18crypto: marvell/cesa - Fix DMA API misuseRobin Murphy
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON
2017-11-03crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON
2017-11-03crypto: marvell - Add a platform_device_id tableBoris BREZILLON
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier
2016-07-28crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain 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 - Add a macro constant for the size of the crypto queueRomain Perier
2016-04-20crypto: marvell/cesa - Improving code readabilityRomain Perier
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON