| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: sa2ul - Use bitfield helpers | Geert Uytterhoeven | 2021-12-03 | 1 | -9/+10 |
* | crypto: sa2ul - Use the defined variable to clean code | Tang Bin | 2021-10-29 | 1 | -7/+6 |
* | crypto: sa2ul - Remove unused auth_len variable | Herbert Xu | 2021-06-24 | 1 | -4/+0 |
* | crypto: sa2ul - Remove child devices in remove | Suman Anna | 2021-05-23 | 1 | -0/+2 |
* | crypto: sa2ul - Use devm_platform_ioremap_resource() | Suman Anna | 2021-05-23 | 1 | -5/+5 |
* | crypto: sa2ul - Use of_device_get_match_data() helper | Suman Anna | 2021-05-23 | 1 | -8/+4 |
* | crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe() | Suman Anna | 2021-05-23 | 1 | -0/+1 |
* | crypto: sa2ul - Fix leaks on failure paths with sa_dma_init() | Suman Anna | 2021-05-23 | 1 | -9/+12 |
* | crypto: sa2ul - Add support for AM64 | Peter Ujfalusi | 2021-04-22 | 1 | -39/+92 |
* | crypto: sa2ul - Support for per channel coherency | Peter Ujfalusi | 2021-04-22 | 1 | -1/+1 |
* | crypto: sa2ul - Fix PM reference leak in sa_ul_probe() | Shixin Liu | 2021-04-16 | 1 | -1/+1 |
* | crypto: sa2ul - Fix memory leak of rxd | Colin Ian King | 2021-04-09 | 1 | -2/+6 |
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+2 |
* | crypto: sa2ul - Reduce stack usage | Herbert Xu | 2020-10-30 | 1 | -57/+61 |
* | crypto: sa2ul - Fix DMA mapping API usage | Peter Ujfalusi | 2020-10-02 | 1 | -98/+117 |
* | crypto: sa2ul - Fix pm_runtime_get_sync() error checking | Dan Carpenter | 2020-09-18 | 1 | -1/+1 |
* | crypto: sa2ul - fix compiler warning produced by clang | Tero Kristo | 2020-09-11 | 1 | -4/+2 |
* | crypto: sa2ul - Simplify with dev_err_probe() | Krzysztof Kozlowski | 2020-09-04 | 1 | -11/+7 |
* | crypto: sa2ul - Fix pointer-to-int-cast warning | YueHaibing | 2020-08-28 | 1 | -2/+2 |
* | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR | Gustavo A. R. Silva | 2020-07-31 | 1 | -1/+1 |
* | crypto: sa2ul - add device links to child devices | Tero Kristo | 2020-07-23 | 1 | -0/+11 |
* | crypto: sa2ul - Add AEAD algorithm support | Keerthy | 2020-07-23 | 1 | -21/+517 |
* | crypto: sa2ul - add sha1/sha256/sha512 support | Keerthy | 2020-07-23 | 1 | -12/+537 |
* | crypto: sa2ul - Add crypto driver | Keerthy | 2020-07-23 | 1 | -0/+1388 |