aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-58/+142
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen1-34/+10
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-5/+13
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen1-7/+0
2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen1-1/+60
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen1-25/+80
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen1-0/+6
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen1-6/+13
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen1-0/+1
2015-12-17crypto: atmel-sha - Removed unused variable "err"Rahul Pathak1-2/+1
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin1-18/+9
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin1-1/+5
2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao1-8/+2
2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao1-2/+14
2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches1-1/+1
2015-04-08crypto: atmel-sha - add new versionLeilei Zhao1-0/+6
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King1-1/+1
2014-12-22crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen1-44/+6
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-01crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav1-7/+2
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre1-1/+3
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre1-24/+75
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer1-100/+486
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-07crypto: remove duplicated includeWei Yongjun1-5/+0
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer1-0/+1112