summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: caam - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu
2022-12-02crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou
2022-12-02crypto: caam - warn if blob_gen key is insecureNikolaus Voss
2022-12-02crypto: qat - fix error return code in adf_probeWang Yufen
2022-11-25hwrng: u2fzero - account for high quality RNGJason A. Donenfeld
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian
2022-11-25crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-25crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-25Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe
2022-10-28crypto: rockchip - fix style issueCorentin Labbe
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe
2022-10-28crypto: rockchip - introduce PMCorentin Labbe
2022-10-28crypto: rockchip - add debugfsCorentin Labbe
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe