summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-sha.c
AgeCommit message (Expand)Author
2017-08-03crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva
2017-07-12crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen
2017-02-15crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann
2017-02-03crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen
2017-02-03crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen
2017-02-03crypto: atmel-sha - add simple DMA transfersCyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen
2017-02-03crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen
2017-02-03crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen
2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen
2015-12-17crypto: atmel-sha - Removed unused variable "err"Rahul Pathak
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin
2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao
2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao
2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao
2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches
2015-04-08crypto: atmel-sha - add new versionLeilei Zhao
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King
2014-12-22crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang
2014-08-01crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-09-07crypto: remove duplicated includeWei Yongjun
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer