summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-18crypto: aspeed - Remove non-standard sha512 algorithmsHerbert Xu1-212/+0
2023-08-18crypto: aspeed - Use new crypto_engine_op interfaceHerbert Xu5-105/+202
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceHerbert Xu3-29/+47
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu4-131/+177
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu4-125/+180
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu3-3/+4
2023-08-18crypto: omap - Include internal/engine.hHerbert Xu1-16/+14
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu1-0/+1
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu1-5/+5
2023-08-18crypto: zynqmp - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu2-4/+0
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu1-30/+7
2023-08-18crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu2-50/+11
2023-08-18crypto: rk3288 - Remove prepare/unprepare requestHerbert Xu1-5/+8
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu4-39/+19
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu2-6/+0
2023-08-18crypto: sl3516 - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: aspeed - Remove prepare/unprepare requestHerbert Xu3-10/+8
2023-08-18crypto: amlogic - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu2-4/+0
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2-8/+14
2023-08-18crypto: qcom-rng: Make the core clock optional regardless of ACPI presenceKonrad Dybcio1-7/+3
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann3-3/+6
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli1-0/+25
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua1-2/+1
2023-08-18crypto: exynos - fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing1-8/+0
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing2-5/+0
2023-08-18crypto: caam/jr - fix shared IRQ line handlingHoria Geantă1-1/+1
2023-08-18crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan1-1/+9
2023-08-18crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann2-4/+4
2023-08-11crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...Ruan Jinjie1-2/+2
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang1-2/+1
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König1-5/+1
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang1-2/+2
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring1-0/+1
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring3-16/+19
2023-08-04hwrng: Explicitly include correct DT includesRob Herring12-21/+12
2023-08-04crypto: atmel - Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta4-21/+306
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND1-7/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET1-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET1-2/+1
2023-07-28hwrng: cn10k - use dev_err_probeMartin Kaiser1-8/+4
2023-07-28hwrng: cn10k - delete empty remove functionMartin Kaiser1-6/+0
2023-07-28hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser1-20/+10
2023-07-28hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser1-20/+4