summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu1-0/+14
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye1-40/+90
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye4-77/+95
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek1-3/+3
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld14-25/+3
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta3-6/+0
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li1-1/+0
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli1-1/+1
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye1-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye1-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe4-68/+123
2022-10-28crypto: rockchip - permit to have more than one resetCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe1-5/+3
2022-10-28crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2-12/+79
2022-10-28crypto: rockchip - store crypto_info in request contextCorentin Labbe3-10/+12
2022-10-28crypto: rockchip - use the rk_crypto_info given as parameterCorentin Labbe1-2/+2
2022-10-28crypto: rockchip - use a rk_crypto_info variable instead of lot of indirectionCorentin Labbe2-28/+32
2022-10-28crypto: rockchip - rework rk_handle_req functionCorentin Labbe1-51/+17
2022-10-28crypto: rockchip - rename ablk functions to cipherCorentin Labbe1-16/+16
2022-10-28crypto: rockchip - add support for rk3328Corentin Labbe1-0/+1
2022-10-28crypto: rockchip - fix style issueCorentin Labbe1-6/+6
2022-10-28crypto: rockchip - use read_poll_timeoutCorentin Labbe1-12/+12
2022-10-28crypto: rockchip - use clk_bulk to simplify clock managementCorentin Labbe2-61/+11
2022-10-28crypto: rockchip - handle reset also in PMCorentin Labbe1-12/+10
2022-10-28crypto: rockchip - introduce PMCorentin Labbe4-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe5-0/+91
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe4-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe1-2/+1
2022-10-21hwrng: stm32 - fix read of the last wordTomas Marek1-1/+1
2022-10-21hwrng: stm32 - fix number of returned bytes on readTomas Marek1-2/+4
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu1-3/+3
2022-10-21hwrng: mtk - add mt7986 supportMingming.Su1-2/+3