public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>,
	"'linux-arm-kernel@lists.infradead.org'" 
	<linux-arm-kernel@lists.infradead.org>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>,
	Peter Korsgaard <jacmet@sunsite.dk>,
	herbert@gondor.hengli.com.au,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Subject: [GIT PULL] at91: driver for Atmel true hardware random number generator
Date: Mon, 10 Oct 2011 11:46:17 +0200	[thread overview]
Message-ID: <4E92BEE9.5090604@atmel.com> (raw)

Hi Arnd,

Here is a couple of patches for adding the True Random Number Generator
that can be find on some AT91SAM SoCs.
Herbert Xu told me that this material can go through the ARM SoC tree.

They may conflict with future work on at91 gpio that can be found on at91-next 
branch. We will recall you this during the "pull request" that we will send you 
for those bits...

The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:

  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)

are available in the git repository at:
git://github.com/at91linux/linux-at91.git for-arnd/at91-trng

Peter Korsgaard (2):
      ARM: at91: at91sam9g45: add trng clock and platform device
      hw_random: add driver for atmel true hardware random number generator

 arch/arm/mach-at91/at91sam9g45.c         |    7 ++
 arch/arm/mach-at91/at91sam9g45_devices.c |   29 ++++++
 drivers/char/hw_random/Kconfig           |   13 +++
 drivers/char/hw_random/Makefile          |    1 +
 drivers/char/hw_random/atmel-rng.c       |  158 ++++++++++++++++++++++++++++++
 5 files changed, 208 insertions(+), 0 deletions(-)
 create mode 100644 drivers/char/hw_random/atmel-rng.c

Thanks, cheers,
-- 
Nicolas Ferre

             reply	other threads:[~2011-10-10  9:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-10  9:46 Nicolas Ferre [this message]
2011-10-18 14:53 ` [GIT PULL] at91: driver for Atmel true hardware random number generator Nicolas Ferre
2011-10-20 16:31   ` Arnd Bergmann

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=4E92BEE9.5090604@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=arnd@arndb.de \
    --cc=herbert@gondor.hengli.com.au \
    --cc=jacmet@sunsite.dk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox