This patch series adds support for OMAP4 version of RNG module. This module produce a 64 bit random number and also allows to de tune FROs when repeated pattern is coming out of FROs. This series also has few fixes for the driver. Lokesh Vutla (6): hwrng: OMAP: Use module_platform_driver macro hwrng: OMAP: Convert to devm_kzalloc() hwrng: OMAP: Remove duplicated function call hwrng: OMAP: Add device tree support ARM: OMAP2+: Only manually add hwmod data when DT not used. hwrng: OMAP: Add OMAP4 TRNG support arch/arm/mach-omap2/devices.c | 2 +- drivers/char/hw_random/Kconfig | 6 +- drivers/char/hw_random/omap-rng.c | 386 ++++++++++++++++++++++++++++++------- 3 files changed, 319 insertions(+), 75 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html