aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02crypto: sa2ul - Fix DMA mapping API usagePeter Ujfalusi1-98/+117
2020-09-18crypto: sa2ul - Fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-11crypto: sa2ul - fix compiler warning produced by clangTero Kristo1-4/+2
2020-09-04crypto: sa2ul - Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+7
2020-08-28crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing1-2/+2
2020-07-31crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-07-23crypto: sa2ul - add device links to child devicesTero Kristo1-0/+11
2020-07-23crypto: sa2ul - Add AEAD algorithm supportKeerthy1-21/+517
2020-07-23crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy1-12/+537
2020-07-23crypto: sa2ul - Add crypto driverKeerthy1-0/+1388