summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-10-284-8/+6
* crypto: rockchip - do not use uninitialized variableCorentin Labbe2022-10-281-1/+1
* crypto: rockchip - use dev_err for error message about interruptCorentin Labbe2022-10-281-2/+1
* hwrng: stm32 - fix read of the last wordTomas Marek2022-10-211-1/+1
* hwrng: stm32 - fix number of returned bytes on readTomas Marek2022-10-211-2/+4
* crypto: talitos - Use the defined variable to clean codejianchunfu2022-10-211-3/+3
* hwrng: mtk - add mt7986 supportMingming.Su2022-10-211-2/+3
* crypto: n2 - add missing hash statesizeCorentin Labbe2022-10-211-0/+6
* crypto: ixp4xx - Fix sparse warningsHerbert Xu2022-10-211-5/+5
* hwrng: npcm - Add NPCM8XX supportTomer Maimon2022-10-211-4/+10
* crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King2022-10-211-2/+2
* crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello2022-10-211-1/+10
* crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova2022-10-211-0/+1
* crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can2022-10-211-7/+0
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-10-211-1/+1
* crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2022-10-212-1/+13
* crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2022-10-212-4/+11
* crypto: inside-secure - Expand soc data structurePeter Harliman Liem2022-10-212-15/+35
* crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-211-2/+2
* crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie2022-10-211-2/+2
* crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian2022-10-211-1/+1
* crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian2022-10-211-1/+1
* crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian2022-10-211-2/+2
* crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang2022-10-211-6/+4
* crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song2022-10-211-8/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1657-116/+103
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-111-6/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-118-13/+13
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1124-32/+32
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-112-2/+2
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-119-13/+13
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1125-53/+41
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
|\ \
| * \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| |\ \
| | * | clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | * | clk: tests: Add tests for notifiersMaxime Ripard2022-10-101-0/+156
| | * | clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-101-28/+11
| | * | clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | * | clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | * | clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-151-0/+16
| | * | clk: Zero the clk_rate_request structureMaxime Ripard2022-09-151-0/+2
| | * | clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-156-16/+274
| | * | clk: Constify clk_has_parent()Maxime Ripard2022-09-151-1/+1
| | * | clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-152-15/+65
| | * | clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard2022-09-151-3/+10
| | * | clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard2022-09-151-6/+1
| | * | clk: Introduce clk_hw_init_rate_request()Maxime Ripard2022-09-152-10/+30
| | * | clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Maxime Ripard2022-09-151-5/+3
| | * | clk: Change clk_core_init_rate_req prototypeMaxime Ripard2022-09-151-4/+6
| | * | clk: Set req_rate on reparentingMaxime Ripard2022-09-152-0/+261