summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32
AgeCommit message (Expand)Author
2024-04-19crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait
2023-12-22crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König
2023-10-27crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert 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
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij
2022-12-09crypto: stm32/cryp - enable for use with Ux500Linus Walleij
2022-12-09crypto: stm32 - enable drivers to be used on Ux500Linus Walleij
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu