From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/6] ARM: at91/dt: add trng node
Date: Wed, 19 Nov 2014 16:57:56 +0100 [thread overview]
Message-ID: <546CBE04.1000705@atmel.com> (raw)
In-Reply-To: <1412093987-30241-6-git-send-email-boris.brezillon@free-electrons.com>
On 30/09/2014 18:19, Boris Brezillon :
> Add a DT node for the TRNG (True Random Number Generator) block.
>
> Keep this block enabled as it does not depend on any external connection,
> and thus should be available on all boards.
>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
For patches 2 to 5, you can add my:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
while re-sending a series. Maybe add linux-crypto and the "HARDWARE
RANDOM NUMBER GENERATOR CORE" guys to the CC list.
Bye,
> ---
> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
> index 932a669..790c890 100644
> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
> @@ -934,6 +934,13 @@
> status = "disabled";
> };
>
> + trng at fffcc000 {
> + compatible = "atmel,at91sam9g45-trng";
> + reg = <0xfffcc000 0x4000>;
> + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
> + clocks = <&trng_clk>;
> + };
> +
> i2c0: i2c at fff84000 {
> compatible = "atmel,at91sam9g10-i2c";
> reg = <0xfff84000 0x100>;
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>,
Peter Korsgaard <jacmet@sunsite.dk>,
Matt Mackall <mpm@selenic.com>,
Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-arm-kernel@lists.infradead.org,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/6] ARM: at91/dt: add trng node
Date: Wed, 19 Nov 2014 16:57:56 +0100 [thread overview]
Message-ID: <546CBE04.1000705@atmel.com> (raw)
In-Reply-To: <1412093987-30241-6-git-send-email-boris.brezillon@free-electrons.com>
On 30/09/2014 18:19, Boris Brezillon :
> Add a DT node for the TRNG (True Random Number Generator) block.
>
> Keep this block enabled as it does not depend on any external connection,
> and thus should be available on all boards.
>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
For patches 2 to 5, you can add my:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
while re-sending a series. Maybe add linux-crypto and the "HARDWARE
RANDOM NUMBER GENERATOR CORE" guys to the CC list.
Bye,
> ---
> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
> index 932a669..790c890 100644
> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
> @@ -934,6 +934,13 @@
> status = "disabled";
> };
>
> + trng@fffcc000 {
> + compatible = "atmel,at91sam9g45-trng";
> + reg = <0xfffcc000 0x4000>;
> + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
> + clocks = <&trng_clk>;
> + };
> +
> i2c0: i2c@fff84000 {
> compatible = "atmel,at91sam9g10-i2c";
> reg = <0xfff84000 0x100>;
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
"Jean-Christophe Plagniol-Villard" <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>,
Peter Korsgaard <jacmet@sunsite.dk>,
Matt Mackall <mpm@selenic.com>,
"Herbert Xu" <herbert@gondor.apana.org.au>
Cc: <linux-arm-kernel@lists.infradead.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 5/6] ARM: at91/dt: add trng node
Date: Wed, 19 Nov 2014 16:57:56 +0100 [thread overview]
Message-ID: <546CBE04.1000705@atmel.com> (raw)
In-Reply-To: <1412093987-30241-6-git-send-email-boris.brezillon@free-electrons.com>
On 30/09/2014 18:19, Boris Brezillon :
> Add a DT node for the TRNG (True Random Number Generator) block.
>
> Keep this block enabled as it does not depend on any external connection,
> and thus should be available on all boards.
>
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
For patches 2 to 5, you can add my:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
while re-sending a series. Maybe add linux-crypto and the "HARDWARE
RANDOM NUMBER GENERATOR CORE" guys to the CC list.
Bye,
> ---
> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
> index 932a669..790c890 100644
> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
> @@ -934,6 +934,13 @@
> status = "disabled";
> };
>
> + trng@fffcc000 {
> + compatible = "atmel,at91sam9g45-trng";
> + reg = <0xfffcc000 0x4000>;
> + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 0>;
> + clocks = <&trng_clk>;
> + };
> +
> i2c0: i2c@fff84000 {
> compatible = "atmel,at91sam9g10-i2c";
> reg = <0xfff84000 0x100>;
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-11-19 15:57 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-30 16:19 [PATCH 0/6] ARM: at91: remove at91sam9g45/9m10 legacy board support Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:19 ` [PATCH 1/6] " Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:56 ` Nicolas Ferre
2014-09-30 16:56 ` Nicolas Ferre
2014-09-30 16:56 ` Nicolas Ferre
2014-10-01 15:59 ` Alexandre Belloni
2014-10-01 15:59 ` Alexandre Belloni
2014-10-01 15:59 ` Alexandre Belloni
2014-09-30 16:19 ` [PATCH 2/6] hwrng: atmel: use clk_prepapre_enable/_disable_unprepare Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:55 ` Peter Korsgaard
2014-09-30 16:55 ` Peter Korsgaard
2014-09-30 16:55 ` Peter Korsgaard
2014-10-01 7:13 ` [PATCH v2 " Boris Brezillon
2014-10-01 7:13 ` Boris Brezillon
2014-09-30 16:19 ` [PATCH 3/6] hwrng: atmel: add DT support Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:57 ` Peter Korsgaard
2014-09-30 16:57 ` Peter Korsgaard
2014-09-30 16:19 ` [PATCH 4/6] hwrng: atmel: Add TRNG DT binding doc Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-09-30 17:12 ` Peter Korsgaard
2014-09-30 17:12 ` Peter Korsgaard
2014-09-30 17:12 ` Peter Korsgaard
2014-09-30 17:21 ` Boris Brezillon
2014-09-30 17:21 ` Boris Brezillon
2014-09-30 17:35 ` Peter Korsgaard
2014-09-30 17:35 ` Peter Korsgaard
2014-09-30 17:35 ` Peter Korsgaard
2014-09-30 16:19 ` [PATCH 5/6] ARM: at91/dt: add trng node Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-11-19 15:57 ` Nicolas Ferre [this message]
2014-11-19 15:57 ` Nicolas Ferre
2014-11-19 15:57 ` Nicolas Ferre
2014-09-30 16:19 ` [PATCH 6/6] ARM: at91/dt: add ISI node Boris Brezillon
2014-09-30 16:19 ` Boris Brezillon
2014-11-19 15:51 ` Nicolas Ferre
2014-11-19 15:51 ` Nicolas Ferre
2014-11-19 15:51 ` Nicolas Ferre
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=546CBE04.1000705@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.