All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes
Date: Fri, 6 May 2016 15:24:56 +0200	[thread overview]
Message-ID: <572C9B28.40608@atmel.com> (raw)
In-Reply-To: <1462293864-32551-1-git-send-email-mike@mikebwilliams.com>

Le 03/05/2016 18:44, Mike Williams a ?crit :
> Adds support for the true hardware random number generator.
> 
> Tested on a SAMA5D3 Xplained board.
> 
> Mike Williams (3):
>   ARM: at91/dt: sama5d2: add trng node
>   ARM: at91/dt: sama5d3: add trng node
>   ARM: at91/dt: sama5d4: add trng node
> 
>  arch/arm/boot/dts/sama5d2.dtsi | 7 +++++++
>  arch/arm/boot/dts/sama5d3.dtsi | 7 +++++++
>  arch/arm/boot/dts/sama5d4.dtsi | 7 +++++++
>  3 files changed, 21 insertions(+)

Oh, yes: they were missing indeed.

BTW, I reduce the size of the register memory map to 0x100 like this on
all patches (no need to re-send):

@@ -1170,7 +1170,7 @@

                        trng at fc01c000 {
                                compatible = "atmel,at91sam9g45-trng";
-                               reg = <0xfc01c000 0x4000>;
+                               reg = <0xfc01c000 0x100>;
                                interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
                                clocks = <&trng_clk>;
                        };


and take advantage of this to do the same on
arch/arm/boot/dts/at91sam9g45.dtsi as well.

Thanks and:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

I stack the patches on top of at91-4.7-dt and build a pull-request soon.

Bye,
-- 
Nicolas Ferre

      parent reply	other threads:[~2016-05-06 13:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 16:44 [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes Mike Williams
2016-05-03 16:44 ` [PATCH 1/3] ARM: at91/dt: sama5d2: add trng node Mike Williams
2016-05-06 13:29   ` Nicolas Ferre
2016-05-03 16:44 ` [PATCH 2/3] ARM: at91/dt: sama5d3: " Mike Williams
2016-05-03 16:44 ` [PATCH 3/3] ARM: at91/dt: sama5d4: " Mike Williams
2016-05-06 13:24 ` Nicolas Ferre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=572C9B28.40608@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.