All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module
@ 2013-08-05 14:47 ` Lokesh Vutla
  0 siblings, 0 replies; 23+ messages in thread
From: Lokesh Vutla @ 2013-08-05 14:47 UTC (permalink / raw)
  To: linux-omap
  Cc: dsaxena, Lokesh Vutla, herbert, linux-crypto, mpm, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-08-09  6:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-05 14:47 [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module Lokesh Vutla
2013-08-05 14:47 ` Lokesh Vutla
2013-08-05 14:47 ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 1/6] hwrng: OMAP: Use module_platform_driver macro Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 2/6] hwrng: OMAP: Convert to devm_kzalloc() Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 3/6] hwrng: OMAP: Remove duplicated function call Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 4/6] hwrng: OMAP: Add device tree support Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 5/6] ARM: OMAP2+: Only manually add hwmod data when DT not used Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47 ` [PATCH 6/6] hwrng: OMAP: Add OMAP4 TRNG support Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-05 14:47   ` Lokesh Vutla
2013-08-09  6:42 ` [PATCH 0/6] hwrng: OMAP: Updates for OMAP RNG module Herbert Xu
2013-08-09  6:42   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.