summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32/stm32-crc32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin2023-12-221-1/+1
* crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-10/+5
* crypto: stm32 - remove unnecessary alignmaskEric Biggers2023-10-271-2/+0
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2021-12-311-2/+2
* crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2020-09-251-3/+12
* crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-281-3/+2
* crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-251-0/+2
* crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff2020-05-221-2/+45
* crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff2020-05-221-9/+36
* crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-05-221-12/+36
* crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-05-221-3/+3
* crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-05-221-50/+48
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-1/+1
* crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-031-0/+387