summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-221-7/+2
* crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-031-2/+0
* crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-031-2/+1
* crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva2017-08-031-1/+1
* crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-07-121-1/+3
* crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen2017-02-151-5/+22
* crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen2017-02-151-5/+5
* crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-111-8/+8
* crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen2017-02-031-2/+108
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-031-14/+330
* crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen2017-02-031-1/+597
* crypto: atmel-sha - add simple DMA transfersCyrille Pitchen2017-02-031-0/+116
* crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen2017-02-031-0/+90
* crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen2017-02-031-0/+13
* crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen2017-02-031-13/+32
* crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen2017-02-031-5/+16
* crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen2017-02-031-20/+54
* crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen2017-02-031-4/+11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-58/+142
|\
| * crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
| * crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-171-22/+2
| * crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-171-34/+10
| * crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-301-1/+60
| * crypto: atmel-sha - fix context switchesCyrille Pitchen2016-01-251-25/+80
| * crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen2016-01-251-0/+6
| * crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen2016-01-251-6/+13
| * crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen2016-01-251-0/+1
* | 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
OpenPOWER on IntegriCloud