summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-7/+12
|\
| * crypto: marvell/cesa - Fix DMA API misuseRobin Murphy2018-01-181-7/+12
* | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
|/
* crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
* crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-031-2/+1Star
* crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-031-5/+5
* crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-031-7/+0Star
* crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0Star
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-211-4/+0Star
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-231-25/+90
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-231-18/+16Star
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-231-0/+1
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-231-1/+2
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-231-0/+4
* crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier2016-06-231-1/+4
* crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-231-1/+1
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-171-1/+1
* | crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-061-1/+1
|/
* crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-141-1/+0Star
* genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy2015-07-011-3/+2Star
* crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard2015-06-191-1/+12
* crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON2015-06-191-7/+35
* crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON2015-06-191-0/+4
* crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON2015-06-191-0/+12
* crypto: marvell/cesa - add SHA256 supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add MD5 supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add DES supportBoris BREZILLON2015-06-191-0/+2
* crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-191-0/+68
* crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON2015-06-191-0/+417