Age | Commit message (Expand) | Author | Files | Lines |
2023-12-08 | crypto: aspeed - Remove cfb and ofb | Herbert Xu | 2 | -233/+1 |
2023-10-27 | crypto: aspeed-hace - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-27 | crypto: aspeed-acry - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-13 | crypto: aspeed-hace - Use device_get_match_data() | Rob Herring | 1 | -7/+3 |
2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 1 | -3/+0 |
2023-08-18 | crypto: aspeed - Remove non-standard sha512 algorithms | Herbert Xu | 1 | -212/+0 |
2023-08-18 | crypto: aspeed - Use new crypto_engine_op interface | Herbert Xu | 5 | -105/+202 |
2023-08-18 | crypto: aspeed - Remove prepare/unprepare request | Herbert Xu | 3 | -10/+8 |
2023-03-14 | crypto: aspeed - fix uninitialized symbol 'idx' warning | Neal Liu | 1 | -1/+1 |
2023-03-14 | crypto: aspeed - add error handling if dmam_alloc_coherent() failed | Neal Liu | 1 | -1/+4 |
2023-03-14 | crypto: aspeed - Use devm_platform_ioremap_resource() | Yang Li | 1 | -5/+2 |
2023-02-14 | crypto: aspeed - Fix modular aspeed-acry | Herbert Xu | 1 | -1/+3 |
2023-02-10 | crypto: aspeed - fix type warnings | Neal Liu | 1 | -4/+4 |
2023-01-27 | crypto: aspeed - Use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -4/+1 |
2023-01-27 | crypto: aspeed - change aspeed_acry_akcipher_algs to static | Yang Yingliang | 1 | -1/+1 |
2023-01-20 | crypto: aspeed - Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2023-01-13 | crypto: aspeed - Add ACRY RSA driver | Neal Liu | 3 | -0/+841 |
2022-09-30 | crypto: aspeed - Remove redundant dev_err call | Shang XiaoJing | 1 | -3/+1 |
2022-09-30 | crypto: aspeed - Fix check for platform_get_irq() errors | YueHaibing | 1 | -3/+1 |
2022-09-30 | crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabled | Neal Liu | 2 | -5/+5 |
2022-09-09 | crypto: aspeed - fix return value check in aspeed_hace_probe() | Sun Ke | 1 | -2/+2 |
2022-09-07 | crypto: aspeed - Fix sparse warnings | Herbert Xu | 2 | -40/+40 |
2022-09-07 | crypto: aspeed: fix format unexpected build warning | Neal Liu | 1 | -3/+3 |
2022-09-06 | crypto: aspeed - fix build module error | Neal Liu | 1 | -7/+4 |
2022-09-02 | crypto: aspeed - Enable compile testing | Herbert Xu | 1 | -1/+1 |
2022-08-26 | crypto: aspeed - add HACE crypto driver | Neal Liu | 5 | -3/+1352 |
2022-08-26 | crypto: aspeed - Add HACE hash driver | Neal Liu | 5 | -0/+1819 |