commit | 4c13ac1cf0e40c1fea8993354e54822ef643425e | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Wed Nov 18 21:59:01 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Nov 23 20:55:54 2015 +0800 |
tree | 546ba7ff47448880ca37ab54a0aa3185ff46aefa | |
parent | 56b85c9d7a45a90bf7cb8b5e8c2693f8064b2c09 [diff] |
hwrng: omap3-rom - convert timer to delayed work We cannot put the HW RNG to idle using a timer because we cannot disable clocks from atomic context. Use a delayed work instead. Fixes a warning with CONFIG_DEBUG_MUTEXES on Nokia N900 during boot. Reported-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>