aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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