summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32/stm32-hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-241-2/+1
* crypto: stm32 - Save and restore between each requestHerbert Xu2023-03-171-108/+56
* crypto: stm32 - Fix empty message processingHerbert Xu2023-03-171-9/+13
* crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu2023-03-171-4/+0
* crypto: stm32 - Move hash state into separate structureHerbert Xu2023-03-171-56/+71
* crypto: stm32 - Remove unused hdev->err fieldHerbert Xu2023-03-171-3/+0
* crypto: stm32 - Simplify finupHerbert Xu2023-03-171-22/+19
* crypto: stm32 - Move polling into do_one_requestHerbert Xu2023-03-171-17/+12
* crypto: stm32 - Save 54 CSR registersHerbert Xu2023-03-171-1/+1
* crypto: stm32/hash - Support Ux500 hashLinus Walleij2023-02-031-35/+219
* crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij2023-02-031-0/+3
* crypto: stm32/hash - Use existing busy poll functionLinus Walleij2023-02-031-2/+4
* crypto: stm32/hash - Simplify codeLinus Walleij2023-02-031-2/+1
* crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2021-12-111-3/+3
* crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu2021-04-161-4/+4
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-8/+3
* crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-281-2/+2
* crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-251-0/+1
* crypto: stm32/hash - don't print error on probe deferralLionel Debieve2020-05-081-2/+5
* crypto: stm32/hash - defer probe for dma deviceEtienne Carriere2020-05-081-7/+15
* crypto: stm32/hash - defer probe for reset controllerEtienne Carriere2020-05-081-2/+7
* crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-271-3/+3
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-3/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-1/+1
|\
| * crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu2019-07-121-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-3/+3
|\ \ | |/
| * crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-15/+1
|/
* crypto: stm32/hash - Fix self test issue during exportLionel Debieve2019-04-181-3/+1
* crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan2019-02-281-1/+1
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-16/+8
* crypto: stm32/hash - Add power management supportlionel.debieve@st.com2018-07-091-0/+71
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* crypto: stm32/hash - rework padding lengthLionel Debieve2018-02-151-1/+1
* crypto: stm32/hash - fix performance issuesLionel Debieve2018-02-151-2/+6
* crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve2018-02-151-5/+6
* crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-15/+5
|\
| * crypto: stm32/hash - Fix return issue on updateLionel Debieve2017-11-101-7/+1
| * crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
| * crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2
* | crypto: stm32 - Try to fix hash paddingArnd Bergmann2017-10-071-6/+9
|/
* crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com2017-07-281-0/+1575