summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-02-061-5/+13
* crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen2016-02-061-7/+0
* crypto: atmel-sha - Removed unused variable "err"Rahul Pathak2015-12-171-2/+1
* crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-141-18/+9
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-081-1/+5
* crypto: atmel-sha - correct the max burst sizeLeilei Zhao2015-04-081-8/+2
* crypto: atmel-sha - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
* crypto: atmel-sha - fix sg list managementLeilei Zhao2015-04-081-2/+14
* crypto: atmel-sha - correct the way data are splitLudovic Desroches2015-04-081-1/+1
* crypto: atmel-sha - add new versionLeilei Zhao2015-04-081-0/+6
* crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-041-1/+1
* crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen2014-12-221-44/+6
* crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav2014-08-011-7/+2
* crypto: atmel-sha - add sha information to the logNicolas Ferre2013-12-121-1/+3
* crypto: atmel-sha - add support for Device TreeNicolas Ferre2013-12-121-24/+75
* crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-101-100/+486
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* crypto: remove duplicated includeWei Yongjun2012-09-071-5/+0
* crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer2012-07-111-0/+1112