aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/mv_cesa.c
AgeCommit message (Expand)Author
2013-10-16crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-10-07crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat
2013-09-24crypto: mv_cesa - Staticize local symbolsSachin Kamat
2013-05-24crypto: mv_cesa: Remove redundant platform_set_drvdata()Sachin Kamat
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-09-22Crypto: CESA: Add support for DT based instantiation.Andrew Lunn
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter
2012-05-08ARM: Orion: CESA: Add support for clkAndrew Lunn
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-02-28crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin
2011-11-25Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-11-21crypto: mv_cesa - fix hashing of chunks > 1920 bytesPhil Sutter
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC casePhil Sutter
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Phil Sutter
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkPhil Sutter
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failPhil Sutter
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupPhil Sutter
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just oncePhil Sutter
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofPhil Sutter
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Dan Carpenter
2010-05-14crypto: mv_cesa - Use resource_sizeTobias Klauser
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversUri Simchoni
2010-04-13crypto: mv_cesa - Support processing of data from previous requestsUri Simchoni
2010-04-13crypto: mv_cesa - Make the copy-back of data optionalUri Simchoni
2010-04-13crypto: mv_cesa - Execute some code via function pointers rathr than direct c...Uri Simchoni
2010-04-13crypto: mv_cesa - Rename a variable to a more suitable nameUri Simchoni
2010-04-13crypto: mv_cesa - Enqueue generic async requestsUri Simchoni
2010-04-13crypto: mv_cesa - Fix situations where the src sglist spans more data than th...Uri Simchoni
2010-04-13crypto: mv_cesa - Fix situation where the dest sglist is organized differentl...Uri Simchoni
2010-04-13crypto: mv_cesa - Remove compiler warning in mv_cesa driverUri Simchoni
2010-04-13crypto: mv_cesa - Invoke the user callback from a softirq contextUri Simchoni
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-10crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior