This patch series adding support for OMAP3 ROM Random Number Generator on Nokia N900. In previous version I forgot to send patch which changing clk dev id to new driver name. Pali Rohár (3): omap2: Change clk dev id for rng to omap3-rom-rng hwrng: OMAP3 ROM Random Number Generator support RX-51: Add support for OMAP3 ROM Random Number Generator arch/arm/mach-omap2/board-rx51-peripherals.c | 19 ++++ arch/arm/mach-omap2/cclock3xxx_data.c | 2 +- arch/arm/mach-omap2/omap-secure.c | 11 ++ arch/arm/mach-omap2/omap-secure.h | 1 + drivers/char/hw_random/Kconfig | 13 +++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/omap3-rom-rng.c | 141 ++++++++++++++++++++++++++ 7 files changed, 187 insertions(+), 1 deletion(-) create mode 100644 drivers/char/hw_random/omap3-rom-rng.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html