Files
linux-kernel-test/drivers/char
Amit Shah d3cc799647 hwrng: fetch randomness only after device init
Commit d9e7972619 "hwrng: add randomness to system from rng sources"
added a call to rng_get_data() from the hwrng_register() function.
However, some rng devices need initialization before data can be read
from them.

This commit makes the call to rng_get_data() depend on no init fn
pointer being registered by the device.  If an init function is
registered, this call is made after device init.

CC: Kees Cook <keescook@chromium.org>
CC: Jason Cooper <jason@lakedaemon.net>
CC: Herbert Xu <herbert@gondor.apana.org.au>
CC: <stable@vger.kernel.org> # For v3.15+
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-07-14 20:48:17 +08:00
..
2014-05-06 13:05:00 -07:00
2014-04-16 14:31:13 -07:00
2014-06-03 23:12:27 +02:00
2014-04-16 14:21:06 -07:00
2013-12-18 16:39:54 -08:00
2013-12-19 15:10:49 +01:00
2013-10-16 12:36:10 -07:00
2014-04-16 14:21:06 -07:00