summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/aspeed/aspeed-acry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-191-1/+1
* crypto: drivers - Drop sign/verify operationsLukas Wunner2024-10-051-2/+0
* crypto: aspeed-acry - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-3/+0
* crypto: aspeed - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-19/+20
* crypto: aspeed - Remove prepare/unprepare requestHerbert Xu2023-08-181-2/+0
* 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 type warningsNeal Liu2023-02-101-4/+4
* crypto: aspeed - change aspeed_acry_akcipher_algs to staticYang Yingliang2023-01-271-1/+1
* crypto: aspeed - Add ACRY RSA driverNeal Liu2023-01-131-0/+828