summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna2021-07-141-0/+1
* crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna2021-07-141-9/+12
* crypto: sa2ul - Fix memory leak of rxdColin Ian King2021-05-141-2/+6
* crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu2021-05-111-1/+1
* crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi2020-10-021-98/+117
* crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-181-1/+1
* crypto: sa2ul - fix compiler warning produced by clangTero Kristo2020-09-111-4/+2
* crypto: sa2ul - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-11/+7
* crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing2020-08-281-2/+2
* crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-07-311-1/+1
* crypto: sa2ul - add device links to child devicesTero Kristo2020-07-231-0/+11
* crypto: sa2ul - Add AEAD algorithm supportKeerthy2020-07-231-21/+517
* crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy2020-07-231-12/+537
* crypto: sa2ul - Add crypto driverKeerthy2020-07-231-0/+1388