lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Oct 2011 11:46:17 +0200
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Arnd Bergmann <arnd@...db.de>,
	"'linux-arm-kernel@...ts.infradead.org'" 
	<linux-arm-kernel@...ts.infradead.org>
CC:	Linux Kernel list <linux-kernel@...r.kernel.org>,
	Peter Korsgaard <jacmet@...site.dk>,
	herbert@...dor.hengli.com.au,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
Subject: [GIT PULL] at91: driver for Atmel true hardware random number generator

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ