aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/mv_cesa.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-13Crypto: mv_cesa - Switch to using managed resourcesGravatar Nadim almas 1-3/+1
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceGravatar Arnd Bergmann 1-5/+2
2015-07-03crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameGravatar Stephen Rothwell 1-2/+2
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsGravatar Boris BREZILLON 1-1/+3
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionGravatar Boris BREZILLON 1-15/+43
2015-05-25crypto: mv_cesa - request registers memory regionGravatar Boris BREZILLON 1-8/+5
2015-04-21crypto: mv_cesa - ensure backlog is initialisedGravatar Colin Ian King 1-1/+1
2014-10-20crypto: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cGravatar Behan Webster 1-23/+18
2014-05-22crypto: cesa - tfm->__crt_alg->cra_type directlyGravatar Marek Vasut 1-2/+2
2014-05-22crypto: cesa - tfm->__crt_alg->cra_name directlyGravatar Marek Vasut 1-1/+1
2013-10-16crypto: mv_cesa: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-10-07crypto: mv_cesa - Remove redundant of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-09-24crypto: mv_cesa - Staticize local symbolsGravatar Sachin Kamat 1-5/+5
2013-05-24crypto: mv_cesa: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-01-03Drivers: crypto: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-09-22Crypto: CESA: Add support for DT based instantiation.Gravatar Andrew Lunn 1-2/+15
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkGravatar Simon Baatz 1-0/+4
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataGravatar Phil Sutter 1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroGravatar Phil Sutter 1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongGravatar Phil Sutter 1-10/+31
2012-05-08ARM: Orion: CESA: Add support for clkGravatar Andrew Lunn 1-0/+14
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-4/+8
2012-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+1
2012-02-28crypto: mv_cesa - fix final callback not ignoring input dataGravatar Phil Sutter 1-0/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Nikos Mavrogiannopoulos 1-4/+8
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-11/+1
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2011-11-25Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 1-5/+7
2011-11-21crypto: mv_cesa - fix hashing of chunks > 1920 bytesGravatar Phil Sutter 1-5/+7
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 1-0/+1
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofGravatar Phil Sutter 1-6/+2
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placeGravatar Phil Sutter 1-8/+6
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC caseGravatar Phil Sutter 1-3/+3
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Gravatar Phil Sutter 1-15/+10
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failGravatar Phil Sutter 1-2/+8
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupGravatar Phil Sutter 1-3/+0
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just onceGravatar Phil Sutter 1-2/+1
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofGravatar Phil Sutter 1-3/+1
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerGravatar Roel Kluin 1-1/+1
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Gravatar Dan Carpenter 1-5/+5
2010-05-14crypto: mv_cesa - Use resource_sizeGravatar Tobias Klauser 1-2/+2
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 1-0/+1
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversGravatar Uri Simchoni 1-7/+507
2010-04-13crypto: mv_cesa - Support processing of data from previous requestsGravatar Uri Simchoni 1-3/+5
2010-04-13crypto: mv_cesa - Make the copy-back of data optionalGravatar Uri Simchoni 1-22/+27
2010-04-13crypto: mv_cesa - Execute some code via function pointers rathr than direct c...Gravatar Uri Simchoni 1-4/+9