aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: sa2ul - Check engine status before enablingAndrew Davis1-8/+7
2022-07-15crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis1-1/+9
2022-04-21crypto: sa2ul - Add the new compatible for AM62Jayesh Choudhary1-0/+1
2021-12-03crypto: sa2ul - Use bitfield helpersGeert Uytterhoeven1-9/+10
2021-10-29crypto: sa2ul - Use the defined variable to clean codeTang Bin1-7/+6
2021-06-24crypto: sa2ul - Remove unused auth_len variableHerbert Xu1-4/+0
2021-05-23crypto: sa2ul - Remove child devices in removeSuman Anna1-0/+2
2021-05-23crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna1-5/+5
2021-05-23crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna1-8/+4
2021-05-23crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna1-0/+1
2021-05-23crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna1-9/+12
2021-04-22crypto: sa2ul - Add support for AM64Peter Ujfalusi1-39/+92
2021-04-22crypto: sa2ul - Support for per channel coherencyPeter Ujfalusi1-1/+1
2021-04-16crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu1-1/+1
2021-04-09crypto: sa2ul - Fix memory leak of rxdColin Ian King1-2/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-10-30crypto: sa2ul - Reduce stack usageHerbert Xu1-57/+61
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