From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Peter Korsgaard <peter@korsgaard.com>
Cc: Matt Mackall <mpm@selenic.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>,
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-arm-kernel@lists.infradead.org>,
<linux-crypto@vger.kernel.org>
Subject: Re: [PATCH RESEND 0/4] hrng: atmel: add DT support
Date: Wed, 19 Nov 2014 18:35:56 +0100 [thread overview]
Message-ID: <546CD4FC.9030701@atmel.com> (raw)
In-Reply-To: <20141119171824.1e8dc40d@bbrezillon>
On 19/11/2014 17:18, Boris Brezillon :
> On Wed, 19 Nov 2014 17:15:47 +0100
> Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
>
>> On 19/11/2014 17:07, Boris Brezillon :
>>> Hello,
>>>
>>> This series adds DT support for the TRNG (True Random Generator) block and
>>> adds missing trng nodes to dtsi files.
>>
>> Nitpicking: subject of this cover letter seems not good ;-)
>
> Sorry, you should read:
>
> "hrng: atmel: add DT support"
Yep
>> Herbert, do you think you can take this series yourself or do I have to
>> take it?
Oh, and BTW some "Acked-by" tags from Peter are missing, did forget them
or changed something?
>> Bye,
>>
>>> Boris Brezillon (4):
>>> hwrng: atmel: use clk_prepapre_enable/_disable_unprepare
>>> hwrng: atmel: add DT support
>>> hwrng: atmel: Add TRNG DT binding doc
>>> ARM: at91/dt: add trng node
>>>
>>> Documentation/devicetree/bindings/hwrng/atmel-trng.txt | 16 ++++++++++++++++
>>> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
>>> drivers/char/hw_random/Kconfig | 2 +-
>>> drivers/char/hw_random/atmel-rng.c | 15 +++++++++++----
>>> 4 files changed, 35 insertions(+), 5 deletions(-)
>>> create mode 100644 Documentation/devicetree/bindings/hwrng/atmel-trng.txt
>>>
>>
>>
>
>
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND 0/4] hrng: atmel: add DT support
Date: Wed, 19 Nov 2014 18:35:56 +0100 [thread overview]
Message-ID: <546CD4FC.9030701@atmel.com> (raw)
In-Reply-To: <20141119171824.1e8dc40d@bbrezillon>
On 19/11/2014 17:18, Boris Brezillon :
> On Wed, 19 Nov 2014 17:15:47 +0100
> Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
>
>> On 19/11/2014 17:07, Boris Brezillon :
>>> Hello,
>>>
>>> This series adds DT support for the TRNG (True Random Generator) block and
>>> adds missing trng nodes to dtsi files.
>>
>> Nitpicking: subject of this cover letter seems not good ;-)
>
> Sorry, you should read:
>
> "hrng: atmel: add DT support"
Yep
>> Herbert, do you think you can take this series yourself or do I have to
>> take it?
Oh, and BTW some "Acked-by" tags from Peter are missing, did forget them
or changed something?
>> Bye,
>>
>>> Boris Brezillon (4):
>>> hwrng: atmel: use clk_prepapre_enable/_disable_unprepare
>>> hwrng: atmel: add DT support
>>> hwrng: atmel: Add TRNG DT binding doc
>>> ARM: at91/dt: add trng node
>>>
>>> Documentation/devicetree/bindings/hwrng/atmel-trng.txt | 16 ++++++++++++++++
>>> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
>>> drivers/char/hw_random/Kconfig | 2 +-
>>> drivers/char/hw_random/atmel-rng.c | 15 +++++++++++----
>>> 4 files changed, 35 insertions(+), 5 deletions(-)
>>> create mode 100644 Documentation/devicetree/bindings/hwrng/atmel-trng.txt
>>>
>>
>>
>
>
>
--
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>,
Herbert Xu <herbert@gondor.apana.org.au>,
Peter Korsgaard <peter@korsgaard.com>
Cc: Matt Mackall <mpm@selenic.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>,
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-arm-kernel@lists.infradead.org,
linux-crypto@vger.kernel.org
Subject: Re: [PATCH RESEND 0/4] hrng: atmel: add DT support
Date: Wed, 19 Nov 2014 18:35:56 +0100 [thread overview]
Message-ID: <546CD4FC.9030701@atmel.com> (raw)
In-Reply-To: <20141119171824.1e8dc40d@bbrezillon>
On 19/11/2014 17:18, Boris Brezillon :
> On Wed, 19 Nov 2014 17:15:47 +0100
> Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
>
>> On 19/11/2014 17:07, Boris Brezillon :
>>> Hello,
>>>
>>> This series adds DT support for the TRNG (True Random Generator) block and
>>> adds missing trng nodes to dtsi files.
>>
>> Nitpicking: subject of this cover letter seems not good ;-)
>
> Sorry, you should read:
>
> "hrng: atmel: add DT support"
Yep
>> Herbert, do you think you can take this series yourself or do I have to
>> take it?
Oh, and BTW some "Acked-by" tags from Peter are missing, did forget them
or changed something?
>> Bye,
>>
>>> Boris Brezillon (4):
>>> hwrng: atmel: use clk_prepapre_enable/_disable_unprepare
>>> hwrng: atmel: add DT support
>>> hwrng: atmel: Add TRNG DT binding doc
>>> ARM: at91/dt: add trng node
>>>
>>> Documentation/devicetree/bindings/hwrng/atmel-trng.txt | 16 ++++++++++++++++
>>> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++
>>> drivers/char/hw_random/Kconfig | 2 +-
>>> drivers/char/hw_random/atmel-rng.c | 15 +++++++++++----
>>> 4 files changed, 35 insertions(+), 5 deletions(-)
>>> create mode 100644 Documentation/devicetree/bindings/hwrng/atmel-trng.txt
>>>
>>
>>
>
>
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-11-19 17:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-19 16:07 [PATCH RESEND 0/4] ARM: at91: remove at91sam9g45/9m10 legacy board support Boris Brezillon
2014-11-19 16:07 ` Boris Brezillon
2014-11-19 16:07 ` [PATCH RESEND 1/4] hwrng: atmel: use clk_prepapre_enable/_disable_unprepare Boris Brezillon
2014-11-19 16:07 ` Boris Brezillon
2014-11-19 16:07 ` [PATCH RESEND 2/4] hwrng: atmel: add DT support Boris Brezillon
2014-11-19 16:07 ` Boris Brezillon
[not found] ` <1416413278-10197-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-11-19 16:07 ` [PATCH RESEND 3/4] hwrng: atmel: Add TRNG DT binding doc Boris Brezillon
2014-11-19 16:07 ` Boris Brezillon
2014-11-19 16:07 ` [PATCH RESEND 4/4] ARM: at91/dt: add trng node Boris Brezillon
2014-11-19 16:07 ` Boris Brezillon
2014-11-19 16:15 ` [PATCH RESEND 0/4] ARM: at91: remove at91sam9g45/9m10 legacy board support Nicolas Ferre
2014-11-19 16:15 ` Nicolas Ferre
2014-11-19 16:15 ` Nicolas Ferre
2014-11-19 16:18 ` [PATCH RESEND 0/4] hrng: atmel: add DT support Boris Brezillon
2014-11-19 16:18 ` Boris Brezillon
2014-11-19 16:18 ` Boris Brezillon
2014-11-19 17:35 ` Nicolas Ferre [this message]
2014-11-19 17:35 ` Nicolas Ferre
2014-11-19 17:35 ` Nicolas Ferre
2014-11-19 17:39 ` Boris Brezillon
2014-11-19 17:39 ` Boris Brezillon
2014-11-19 17:39 ` Boris Brezillon
2014-11-20 4:05 ` [PATCH RESEND 0/4] ARM: at91: remove at91sam9g45/9m10 legacy board support Herbert Xu
2014-11-20 4:05 ` Herbert Xu
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=546CD4FC.9030701@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=boris.brezillon@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=herbert@gondor.apana.org.au \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=mark.rutland@arm.com \
--cc=mpm@selenic.com \
--cc=pawel.moll@arm.com \
--cc=peter@korsgaard.com \
--cc=plagnioj@jcrosoft.com \
--cc=robh+dt@kernel.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.