aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23crypto: atmel-aes - fix typo and indentationCyrille Pitchen1-31/+25
2015-12-23crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - improve performances of data transferCyrille Pitchen1-378/+386
2015-12-23crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen1-0/+1
2015-12-23crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen1-22/+15
2015-12-23crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen1-5/+0
2015-12-23crypto: atmel-aes - rework crypto request completionCyrille Pitchen1-27/+47
2015-12-23crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen1-123/+93
2015-12-23crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen1-2/+1
2015-12-23crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen1-26/+49
2015-12-23crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen1-14/+10
2015-12-23crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen1-5/+11
2015-12-23crypto: atmel-aes - remove unused header includesCyrille Pitchen1-3/+0
2015-12-23crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen1-2/+3
2015-12-23crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen1-9/+11
2015-12-23crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-11-23crypto: atmel - fix 64-bit warningsArnd Bergmann1-6/+6
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin1-29/+9
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin1-1/+5
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King1-1/+1
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet1-1/+1
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-28crypto: atmel-aes - check alignment of cfb64 modeLeilei Zhao1-0/+6
2014-04-28crypto: atmel-aes - correct block size of cfb8 modeLeilei Zhao1-1/+1
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre1-49/+94
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer1-118/+353
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall1-1/+1
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-07crypto: remove duplicated includeWei Yongjun1-5/+0
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-2/+0
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer1-0/+1206