summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sa2ul.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - remove unnecessary (void*) conversionsYu Zhe2023-03-241-3/+3
* crypto: sa2ul - Check engine status before enablingAndrew Davis2022-07-151-8/+7
* crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis2022-07-151-1/+9
* crypto: sa2ul - Add the new compatible for AM62Jayesh Choudhary2022-04-211-0/+1
* crypto: sa2ul - Use bitfield helpersGeert Uytterhoeven2021-12-031-9/+10
* crypto: sa2ul - Use the defined variable to clean codeTang Bin2021-10-291-7/+6
* crypto: sa2ul - Remove unused auth_len variableHerbert Xu2021-06-241-4/+0
* crypto: sa2ul - Remove child devices in removeSuman Anna2021-05-231-0/+2
* crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna2021-05-231-5/+5
* crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna2021-05-231-8/+4
* crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna2021-05-231-0/+1
* crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna2021-05-231-9/+12
* crypto: sa2ul - Add support for AM64Peter Ujfalusi2021-04-221-39/+92
* crypto: sa2ul - Support for per channel coherencyPeter Ujfalusi2021-04-221-1/+1
* crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu2021-04-161-1/+1
* crypto: sa2ul - Fix memory leak of rxdColin Ian King2021-04-091-2/+6
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: sa2ul - Reduce stack usageHerbert Xu2020-10-301-57/+61
* 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