aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/crypto-2.6Linus 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