summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-sha.c
Commit message (Expand)AuthorAge
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-22
* crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-03
* crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-03
* crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva2017-08-03
* crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-07-12
* crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen2017-02-15
* crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen2017-02-15
* crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-11
* crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen2017-02-03
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-03
* crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen2017-02-03
* crypto: atmel-sha - add simple DMA transfersCyrille Pitchen2017-02-03
* crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen2017-02-03
* crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen2017-02-03
* crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen2017-02-03
* crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen2017-02-03
* crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen2017-02-03
* crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen2017-02-03
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\
| * crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-11
| * crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-17
| * crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-17
| * crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-30
| * crypto: atmel-sha - fix context switchesCyrille Pitchen2016-01-25
| * crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen2016-01-25
| * crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen2016-01-25
| * crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen2016-01-25
* | crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-02-06
* | crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen2016-02-06
|/
* crypto: atmel-sha - Removed unused variable "err"Rahul Pathak2015-12-17
* crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-14
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-08
* crypto: atmel-sha - correct the max burst sizeLeilei Zhao2015-04-08
* crypto: atmel-sha - initialize spinlock in probeLeilei Zhao2015-04-08
* crypto: atmel-sha - fix sg list managementLeilei Zhao2015-04-08
* crypto: atmel-sha - correct the way data are splitLudovic Desroches2015-04-08
* crypto: atmel-sha - add new versionLeilei Zhao2015-04-08
* crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-04
* crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen2014-12-22
* crypto: drop owner assignment from platform_driversWolfram Sang2014-10-20
* crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav2014-08-01
* crypto: atmel-sha - add sha information to the logNicolas Ferre2013-12-12
* crypto: atmel-sha - add support for Device TreeNicolas Ferre2013-12-12
* crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-10
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* crypto: remove duplicated includeWei Yongjun2012-09-07
* crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer2012-07-11