| To: | Ralf Baechle <ralf@linux-mips.org>, akpm@linux-foundation.org, Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Subject: | [PATCH 0/2] New hardware RNG for Octeon SOCs. |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Mon, 10 Aug 2009 11:21:29 -0700 |
| Cc: | linux-mips <linux-mips@linux-mips.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (X11/20090320) |
Behold the Random Number Generator driver for Octeon! The first patch adds some port definitions and the octeon_rng platform device. The second is the driver. I am copying AKPM and Linus as there seems to be no hw_random maintainer. Since Octeon is a mips port, we might want to merge both patches via Ralf's tree. Comments? David Daney (2): MIPS: Octeon: Add hardware RNG platform device. hw_random: Add hardware RNG for Octeon SOCs. arch/mips/cavium-octeon/setup.c | 44 ++++++++ arch/mips/include/asm/octeon/cvmx-rnm-defs.h | 86 +++++++++++++++ drivers/char/hw_random/Kconfig | 13 +++ drivers/char/hw_random/Makefile | 1 +drivers/char/hw_random/octeon-rng.c | 146 ++++++++++++++++++++++++++ 5 files changed, 290 insertions(+), 0 deletions(-) create mode 100644 arch/mips/include/asm/octeon/cvmx-rnm-defs.h create mode 100644 drivers/char/hw_random/octeon-rng.c |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: add support for gzip/bzip2/lzma compressed kernel images, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 2/2] hw_random: Add hardware RNG for Octeon SOCs., David Daney |
| Previous by Thread: | [PATCH -v1] MIPS: add support for gzip/bzip2/lzma compressed kernel images, Wu Zhangjin |
| Next by Thread: | [PATCH 2/2] hw_random: Add hardware RNG for Octeon SOCs., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |