summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/aspeed
AgeCommit message (Expand)AuthorLines
2023-03-14crypto: aspeed - fix uninitialized symbol 'idx' warningNeal Liu-1/+1
2023-03-14crypto: aspeed - add error handling if dmam_alloc_coherent() failedNeal Liu-1/+4
2023-03-14crypto: aspeed - Use devm_platform_ioremap_resource()Yang Li-5/+2
2023-02-14crypto: aspeed - Fix modular aspeed-acryHerbert Xu-1/+3
2023-02-10crypto: aspeed - fix type warningsNeal Liu-4/+4
2023-01-27crypto: aspeed - Use devm_platform_get_and_ioremap_resource()ye xingchen-4/+1
2023-01-27crypto: aspeed - change aspeed_acry_akcipher_algs to staticYang Yingliang-1/+1
2023-01-20crypto: aspeed - Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2023-01-13crypto: aspeed - Add ACRY RSA driverNeal Liu-0/+841
2022-09-30crypto: aspeed - Remove redundant dev_err callShang XiaoJing-3/+1
2022-09-30crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing-3/+1
2022-09-30crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu-5/+5
2022-09-09crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke-2/+2
2022-09-07crypto: aspeed - Fix sparse warningsHerbert Xu-40/+40
2022-09-07crypto: aspeed: fix format unexpected build warningNeal Liu-3/+3
2022-09-06crypto: aspeed - fix build module errorNeal Liu-7/+4
2022-09-02crypto: aspeed - Enable compile testingHerbert Xu-1/+1
2022-08-26crypto: aspeed - add HACE crypto driverNeal Liu-3/+1352
2022-08-26crypto: aspeed - Add HACE hash driverNeal Liu-0/+1819