All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	linux-crypto@vger.kernel.org, linux-amlogic@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Matt Mackall <mpm@selenic.com>
Subject: Re: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver
Date: Mon, 13 Jun 2016 15:10:28 -0700	[thread overview]
Message-ID: <m2wplsviy3.fsf@baylibre.com> (raw)
In-Reply-To: <20160613123109.GA8674@gondor.apana.org.au> (Herbert Xu's message of "Mon, 13 Jun 2016 20:31:09 +0800")

Hi Herbert,

Herbert Xu <herbert@gondor.apana.org.au> writes:

> On Fri, Jun 10, 2016 at 10:21:52AM +0200, Neil Armstrong wrote:
>> Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver.
>> The generator is a single 32bit wide register.
>> Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings.
>> 
>> Changes since v1 at http://lkml.kernel.org/r/1464943621-18278-1-git-send-email-narmstrong@baylibre.com :
>> - change to depend on ARCH_MESON || COMPILE_TEST
>> - check buffer max size in read
>> 
>> Neil Armstrong (3):
>>   char: hw_random: Add Amlogic Meson Hardware Random Generator
>>   dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator
>>     bindings
>>   ARM64: dts: meson-gxbb: Add Hardware Random Generator node
>
> All applied.  Thanks.

Could you take just the driver please?

Due to lots of other activity in the DT, I'd prefer to send the DT &
bindings though the arm-soc (via the amlogic tree.)

Thanks,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver
Date: Mon, 13 Jun 2016 15:10:28 -0700	[thread overview]
Message-ID: <m2wplsviy3.fsf@baylibre.com> (raw)
In-Reply-To: <20160613123109.GA8674@gondor.apana.org.au> (Herbert Xu's message of "Mon, 13 Jun 2016 20:31:09 +0800")

Hi Herbert,

Herbert Xu <herbert@gondor.apana.org.au> writes:

> On Fri, Jun 10, 2016 at 10:21:52AM +0200, Neil Armstrong wrote:
>> Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver.
>> The generator is a single 32bit wide register.
>> Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings.
>> 
>> Changes since v1 at http://lkml.kernel.org/r/1464943621-18278-1-git-send-email-narmstrong at baylibre.com :
>> - change to depend on ARCH_MESON || COMPILE_TEST
>> - check buffer max size in read
>> 
>> Neil Armstrong (3):
>>   char: hw_random: Add Amlogic Meson Hardware Random Generator
>>   dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator
>>     bindings
>>   ARM64: dts: meson-gxbb: Add Hardware Random Generator node
>
> All applied.  Thanks.

Could you take just the driver please?

Due to lots of other activity in the DT, I'd prefer to send the DT &
bindings though the arm-soc (via the amlogic tree.)

Thanks,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver
Date: Mon, 13 Jun 2016 15:10:28 -0700	[thread overview]
Message-ID: <m2wplsviy3.fsf@baylibre.com> (raw)
In-Reply-To: <20160613123109.GA8674@gondor.apana.org.au> (Herbert Xu's message of "Mon, 13 Jun 2016 20:31:09 +0800")

Hi Herbert,

Herbert Xu <herbert@gondor.apana.org.au> writes:

> On Fri, Jun 10, 2016 at 10:21:52AM +0200, Neil Armstrong wrote:
>> Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver.
>> The generator is a single 32bit wide register.
>> Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings.
>> 
>> Changes since v1 at http://lkml.kernel.org/r/1464943621-18278-1-git-send-email-narmstrong at baylibre.com :
>> - change to depend on ARCH_MESON || COMPILE_TEST
>> - check buffer max size in read
>> 
>> Neil Armstrong (3):
>>   char: hw_random: Add Amlogic Meson Hardware Random Generator
>>   dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator
>>     bindings
>>   ARM64: dts: meson-gxbb: Add Hardware Random Generator node
>
> All applied.  Thanks.

Could you take just the driver please?

Due to lots of other activity in the DT, I'd prefer to send the DT &
bindings though the arm-soc (via the amlogic tree.)

Thanks,

Kevin

  reply	other threads:[~2016-06-13 22:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  8:21 [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver Neil Armstrong
2016-06-10  8:21 ` Neil Armstrong
2016-06-10  8:21 ` Neil Armstrong
2016-06-10  8:21 ` [PATCH v2 1/3] char: hw_random: Add Amlogic Meson Hardware Random Generator Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21 ` [PATCH v2 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21 ` [PATCH v2 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-10  8:21   ` Neil Armstrong
2016-06-13 22:09   ` Kevin Hilman
2016-06-13 22:09     ` Kevin Hilman
2016-06-13 22:09     ` Kevin Hilman
2016-06-14  4:59     ` Neil Armstrong
2016-06-14  4:59       ` Neil Armstrong
2016-06-14  4:59       ` Neil Armstrong
2016-06-13 12:31 ` [PATCH v2 0/3] hw_random: Add Amlogic Meson SoCs Random Generator driver Herbert Xu
2016-06-13 12:31   ` Herbert Xu
2016-06-13 12:31   ` Herbert Xu
2016-06-13 22:10   ` Kevin Hilman [this message]
2016-06-13 22:10     ` Kevin Hilman
2016-06-13 22:10     ` Kevin Hilman
2016-06-14 10:33     ` Herbert Xu
2016-06-14 10:33       ` Herbert Xu
2016-06-14 10:33       ` 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=m2wplsviy3.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpm@selenic.com \
    --cc=narmstrong@baylibre.com \
    /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.