Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1329580 > unrolled thread

[PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator

Started byJoshua Henderson <joshua.henderson@microchip.com>
First post2016-02-08 22:20 +0100
Last post2016-02-19 18:30 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator Joshua Henderson <joshua.henderson@microchip.com> - 2016-02-08 22:20 +0100
    Re: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random  number generator Herbert Xu <herbert@gondor.apana.org.au> - 2016-02-16 21:30 +0100
      Re: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random  number generator Joshua Henderson <joshua.henderson@microchip.com> - 2016-02-19 18:30 +0100

#1329580 — [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator

FromJoshua Henderson <joshua.henderson@microchip.com>
Date2016-02-08 22:20 +0100
Subject[PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator
Message-ID<r01nX-2ow-5@gated-at.bofh.it>
Document the devicetree bindings for the random number generator found
on Microchip PIC32 class devices.

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 .../bindings/rng/microchip,pic32-rng.txt           |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/microchip,pic32-rng.txt

diff --git a/Documentation/devicetree/bindings/rng/microchip,pic32-rng.txt b/Documentation/devicetree/bindings/rng/microchip,pic32-rng.txt
new file mode 100644
index 0000000..c6d1003
--- /dev/null
+++ b/Documentation/devicetree/bindings/rng/microchip,pic32-rng.txt
@@ -0,0 +1,17 @@
+* Microchip PIC32 Random Number Generator
+
+The PIC32 RNG provides a pseudo random number generator which can be seeded by
+another true random number generator.
+
+Required properties:
+- compatible : should be "microchip,pic32mzda-rng"
+- reg : Specifies base physical address and size of the registers.
+- clocks: clock phandle.
+
+Example:
+
+	rng: rng@1f8e6000 {
+		compatible = "microchip,pic32mzda-rng";
+		reg = <0x1f8e6000 0x1000>;
+		clocks = <&PBCLK5>;
+	};
-- 
1.7.9.5

[toc] | [next] | [standalone]


#1335794 — Re: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-02-16 21:30 +0100
SubjectRe: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator
Message-ID<r2UpX-4mk-11@gated-at.bofh.it>
In reply to#1329580
On Mon, Feb 08, 2016 at 02:17:52PM -0700, Joshua Henderson wrote:
> Document the devicetree bindings for the random number generator found
> on Microchip PIC32 class devices.
> 
> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
> Acked-by: Rob Herring <robh@kernel.org>

All applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[toc] | [prev] | [next] | [standalone]


#1338371 — Re: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator

FromJoshua Henderson <joshua.henderson@microchip.com>
Date2016-02-19 18:30 +0100
SubjectRe: [PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator
Message-ID<r3X2q-8uR-17@gated-at.bofh.it>
In reply to#1335794
On 02/16/2016 01:21 PM, Herbert Xu wrote:
> On Mon, Feb 08, 2016 at 02:17:52PM -0700, Joshua Henderson wrote:
>> Document the devicetree bindings for the random number generator found
>> on Microchip PIC32 class devices.
>>
>> Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
>> Acked-by: Rob Herring <robh@kernel.org>
> 
> All applied.

Thank you Herbert.

Josh

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web