summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-021-1/+1
* crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing2022-12-021-1/+1
* crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2022-12-022-2/+1
* crypto: virtio - Use helper to set reqsizeHerbert Xu2022-12-021-2/+3
* crypto: caam - Use helper to set reqsizeHerbert Xu2022-12-021-1/+2
* crypto: qat - Use helper to set reqsizeHerbert Xu2022-12-021-2/+4
* crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu2022-12-021-6/+13
* crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou2022-12-021-2/+1
* crypto: caam - warn if blob_gen key is insecureNikolaus Voss2022-12-022-0/+12
* crypto: qat - fix error return code in adf_probeWang Yufen2022-12-021-0/+1
* hwrng: u2fzero - account for high quality RNGJason A. Donenfeld2022-11-251-1/+0
* crypto: hisilicon/qm - add device status check when start failsWeili Qian2022-11-251-2/+8
* crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian2022-11-251-1/+1
* crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König2022-11-251-3/+3
* crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König2022-11-251-3/+3
* Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu2022-11-251-0/+14
|\
| * i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-141-0/+14
* | crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2022-11-221-1/+1
* | crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2022-11-182-2/+0
* | crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye2022-11-181-2/+2
* | crypto: hisilicon/qm - the command dump process is modifiedKai Ye2022-11-181-40/+90
* | crypto: hisilicon/qm - split a debugfs.c from qmKai Ye2022-11-184-1172/+1192
* | crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-184-77/+95
* | crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye2022-11-181-1/+0
* | crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui2022-11-181-1/+9
* | hwrng: stm32 - rename readl return valueTomas Marek2022-11-181-3/+3
* | hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-1814-25/+3
* | crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta2022-11-113-6/+0
* | crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li2022-11-111-1/+0
* | crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-111-1/+1
* | crypto: octeontx - fix repeated words in commentswangjianli2022-10-281-1/+1
* | crypto: hisilicon/qm - delete redundancy checkKai Ye2022-10-281-3/+0
* | crypto: hisilicon/qm - add pci bdf number checkKai Ye2022-10-281-25/+12
* | crypto: hisilicon/qm - increase the memory of local variablesKai Ye2022-10-281-2/+1
* | crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-284-68/+123
* | crypto: rockchip - permit to have more than one resetCorentin Labbe2022-10-281-1/+1
* | crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe2022-10-281-5/+3
* | crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2022-10-282-12/+79
* | crypto: rockchip - store crypto_info in request contextCorentin Labbe2022-10-283-10/+12
* | crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe2022-10-281-2/+2
* | crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe2022-10-282-28/+32
* | crypto: rockchip - rework rk_handle_req functionCorentin Labbe2022-10-281-51/+17
* | crypto: rockchip - rename ablk functions to cipherCorentin Labbe2022-10-281-16/+16
* | crypto: rockchip - add support for rk3328Corentin Labbe2022-10-281-0/+1
* | crypto: rockchip - fix style issueCorentin Labbe2022-10-281-6/+6
* | crypto: rockchip - use read_poll_timeoutCorentin Labbe2022-10-281-12/+12
* | crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2022-10-282-61/+11
* | crypto: rockchip - handle reset also in PMCorentin Labbe2022-10-281-12/+10
* | crypto: rockchip - introduce PMCorentin Labbe2022-10-284-2/+69
* | crypto: rockchip - add debugfsCorentin Labbe2022-10-285-0/+91