[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init

2015-03-15 Thread Andre Wolokita
omap4_rng_init() checks bit 10 of the RNG_CONFIG_REG to determine whether the RNG is already running before performing any initiliasation. This is not the correct register to check, as the enable bit is in RNG_CONFIG_CONTROL. Read from RNG_CONTROL_REG instead. Signed-off-by: Andre Wolokita --- d

[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG in init

2015-02-19 Thread Andre Wolokita
Signed-off-by: Andre Wolokita --- drivers/char/hw_random/omap-rng.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/hw_random/omap-rng.c b/drivers/char/hw_random/omap-rng.c index d14dcf7..ff74e5d 100644 --- a/drivers/char/hw_random/omap-rng.c +++ b/drivers/cha