summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta-6/+0
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li-1/+0
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-1/+1
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli-1/+1
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye-2/+1
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe-68/+123
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe-1/+1
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe-5/+3
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe-12/+79
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe-10/+12
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe-2/+2
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe-28/+32
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe-51/+17
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe-16/+16
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe-0/+1
2022-10-28crypto: rockchip - fix style issueCorentin Labbe-6/+6
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe-12/+12
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe-61/+11
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe-0/+91
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe-365/+221
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe-13/+90
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe-2/+1
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu-3/+3
2022-10-21crypto: n2 - add missing hash statesizeCorentin Labbe-0/+6
2022-10-21crypto: ixp4xx - Fix sparse warningsHerbert Xu-5/+5
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King-2/+2
2022-10-21crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello-1/+10
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova-0/+1
2022-10-21crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can-7/+0
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe-1/+1
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem-15/+35
2022-10-21crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-2/+2
2022-10-21crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie-2/+2
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian-2/+2