Searched +full:exynos4 +full:- +full:rng (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/rng/samsung,exynos4-rng.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>15 - samsung,exynos4-rng # for Exynos4210 and Exynos441216 - samsung,exynos5250-prng # for Exynos5250+24 clock-names:26 - const: secss29 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * exynos-rng.c - Random Number Generator driver for the Exynos7 * Loosely based on old driver from drivers/char/hw_random/exynos-rng.c:21 #include <crypto/internal/rng.h>51 * Driver re-seeds itself with generated random numbers to hinder54 * Time for next re-seed in ms.66 struct exynos_rng_dev *rng; member87 static u32 exynos_rng_readl(struct exynos_rng_dev *rng, u32 offset) in exynos_rng_readl() argument89 return readl_relaxed(rng->mem + offset); in exynos_rng_readl()92 static void exynos_rng_writel(struct exynos_rng_dev *rng, u32 val, u32 offset) in exynos_rng_writel() argument[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung's Exynos4 SoC series common device tree source5 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.7 * Copyright (c) 2010-2011 Linaro Ltd.10 * Samsung's Exynos4 SoC series device nodes are listed in this file. Particular11 * SoCs from Exynos4 series can include this file and provide values for SoCs15 * Exynos4 SoCs. As device tree coverage for Exynos4 increases, additional19 #include <dt-bindings/clock/exynos4.h>20 #include <dt-bindings/clock/exynos-audss-clk.h>21 #include <dt-bindings/interrupt-controller/arm-gic.h>[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]