aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32/stm32-hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu1-3/+3
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+3
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu1-2/+2
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu1-0/+1
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve1-2/+5
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere1-7/+15
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere1-2/+7
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-15/+1
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve1-3/+1
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan1-1/+1
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-16/+8
2018-07-09crypto: stm32/hash - Add power management supportlionel.debieve@st.com1-0/+71
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-02-15crypto: stm32/hash - rework padding lengthLionel Debieve1-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve1-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve1-5/+6
2018-02-15crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE1-7/+13
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-15/+5
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve1-7/+1
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com1-3/+2
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com1-0/+1575