i.MX31: Add hw-random for RNGA
authorAlan Carvalho de Assis <acassis@gmail.com>
Thu, 2 Apr 2009 15:38:41 +0000 (12:38 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2009 14:17:16 +0000 (16:17 +0200)
commit45001e92d0249a8c4b9f6c3695215652e8e8493d
tree5461b1aec6f78fd0524476d2421487329888d6e9
parent220bbcea278b4fef7ef0a45ce754222f8ed9d134
i.MX31: Add hw-random for RNGA

This hw-random driver add support to RNGA hardware found
on some i.MX processors.

Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/Kconfig
arch/arm/mach-mx3/devices.c
arch/arm/plat-mxc/Kconfig
drivers/char/hw_random/Kconfig
drivers/char/hw_random/Makefile
drivers/char/hw_random/mxc-rnga.c [new file with mode: 0644]