summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/aspeed
Commit message (Expand)AuthorAgeFilesLines
* crypto: aspeed - fix uninitialized symbol 'idx' warningNeal Liu2023-03-141-1/+1
* crypto: aspeed - add error handling if dmam_alloc_coherent() failedNeal Liu2023-03-141-1/+4
* crypto: aspeed - Use devm_platform_ioremap_resource()Yang Li2023-03-141-5/+2
* crypto: aspeed - Fix modular aspeed-acryHerbert Xu2023-02-141-1/+3
* crypto: aspeed - fix type warningsNeal Liu2023-02-101-4/+4
* crypto: aspeed - Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-271-4/+1
* crypto: aspeed - change aspeed_acry_akcipher_algs to staticYang Yingliang2023-01-271-1/+1
* crypto: aspeed - Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-01-201-1/+1
* crypto: aspeed - Add ACRY RSA driverNeal Liu2023-01-133-0/+841
* crypto: aspeed - Remove redundant dev_err callShang XiaoJing2022-09-301-3/+1
* crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing2022-09-301-3/+1
* crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu2022-09-302-5/+5
* crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke2022-09-091-2/+2
* crypto: aspeed - Fix sparse warningsHerbert Xu2022-09-072-40/+40
* crypto: aspeed: fix format unexpected build warningNeal Liu2022-09-071-3/+3
* crypto: aspeed - fix build module errorNeal Liu2022-09-061-7/+4
* crypto: aspeed - Enable compile testingHerbert Xu2022-09-021-1/+1
* crypto: aspeed - add HACE crypto driverNeal Liu2022-08-265-3/+1352
* crypto: aspeed - Add HACE hash driverNeal Liu2022-08-265-0/+1819