summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32/stm32-hash.c
AgeCommit message (Expand)Author
2024-04-19crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin
2023-03-24crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li
2023-03-17crypto: stm32 - Save and restore between each requestHerbert Xu
2023-03-17crypto: stm32 - Fix empty message processingHerbert Xu
2023-03-17crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu
2023-03-17crypto: stm32 - Move hash state into separate structureHerbert Xu
2023-03-17crypto: stm32 - Remove unused hdev->err fieldHerbert Xu
2023-03-17crypto: stm32 - Simplify finupHerbert Xu
2023-03-17crypto: stm32 - Move polling into do_one_requestHerbert Xu
2023-03-17crypto: stm32 - Save 54 CSR registersHerbert Xu
2023-02-03crypto: stm32/hash - Support Ux500 hashLinus Walleij
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij
2023-02-03crypto: stm32/hash - Use existing busy poll functionLinus Walleij
2023-02-03crypto: stm32/hash - Simplify codeLinus Walleij
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: stm32/hash - Add power management supportlionel.debieve@st.com
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-15crypto: stm32/hash - rework padding lengthLionel Debieve
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve