Searched +full:ixp46x +full:- +full:rng (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/rng/ |
D | intel,ixp46x-rng.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rng/intel,ixp46x-rng.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Intel IXP46x RNG bindings 10 The Intel IXP46x has a random number generator at a fixed physical 15 - Linus Walleij <linus.walleij@linaro.org> 19 const: intel,ixp46x-rng 25 - compatible 26 - reg [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | intel-ixp45x-ixp46x.dtsi | 1 // SPDX-License-Identifier: ISC 4 * in the IXP45x and IXP46x series. This series has 64 interrupts and adds a 8 #include "intel-ixp4xx.dtsi" 13 compatible = "intel,ixp46x-expansion-bus-controller", "syscon"; 18 rng@70002100 { 19 compatible = "intel,ixp46x-rng"; 23 interrupt-controller@c8003000 { 24 compatible = "intel,ixp43x-interrupt"; 32 compatible = "intel,ixp4xx-udc"; 39 compatible = "intel,ixp4xx-i2c"; [all …]
|
/Linux-v5.15/drivers/char/hw_random/ |
D | ixp4xx-rng.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * drivers/char/hw_random/ixp4xx-rng.c 5 * RNG driver for Intel IXP4xx family of NPUs 27 static int ixp4xx_rng_data_read(struct hwrng *rng, u32 *buffer) in ixp4xx_rng_data_read() argument 29 void __iomem * rng_base = (void __iomem *)rng->priv; in ixp4xx_rng_data_read() 44 struct device *dev = &pdev->dev; in ixp4xx_rng_probe() 48 return -ENOSYS; in ixp4xx_rng_probe() 61 .compatible = "intel,ixp46x-rng", 69 .name = "ixp4xx-hwrandom", 77 MODULE_DESCRIPTION("H/W Pseudo-Random Number Generator (RNG) driver for IXP45x/46x");
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 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 this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|