aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-tdes.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-04crypto: atmel - switch to SPDX license identifiersGravatar Tudor Ambarus 1-4/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six f...Gravatar Markus Elfring 1-7/+2
2017-11-06crypto: atmel - remove empty functionsGravatar Tudor-Dan Ambarus 1-18/+0
2017-11-03crypto: atmel - remove useless irq initGravatar Tudor-Dan Ambarus 1-2/+0
2017-11-03crypto: atmel - return appropriate error codeGravatar Tudor-Dan Ambarus 1-2/+1
2017-08-03crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gravatar Gustavo A. R. Silva 1-1/+1
2017-02-11crypto: atmel - fix 64-bit build warningsGravatar Arnd Bergmann 1-7/+7
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Gravatar Vladimir Zapolskiy 1-2/+2
2015-10-14crypto: atmel - use devm_xxx() managed functionGravatar LABBE Corentin 1-22/+7
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueGravatar LABBE Corentin 1-1/+5
2015-04-08crypto: atmel-tdes - initialize spinlock in probeGravatar Leilei Zhao 1-0/+1
2015-03-04crypto: atmel - fix typo in dev_err error messageGravatar Colin Ian King 1-1/+1
2015-01-26crypto: atmel - Free memory in error pathGravatar Christophe Jaillet 1-1/+1
2014-10-20crypto: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-01crypto: atmel-tdes - Switch to managed version of kzallocGravatar Pramod Gurav 1-7/+1
2013-12-12crypto: atmel-tdes - add support for Device TreeGravatar Nicolas Ferre 1-49/+94
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Gravatar Nicolas Royer 1-53/+341
2013-01-03Drivers: crypto: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-09-07crypto: remove duplicated includeGravatar Wei Yongjun 1-5/+0
2012-08-01crypto: drivers - remove cra_list initializationGravatar Jussi Kivilinna 1-1/+0
2012-07-11crypto: atmel - add Atmel DES/TDES driverGravatar Nicolas Royer 1-0/+1215