Hi Thomas, On Tue, Mar 07, 2017 at 03:14:45PM +0100, Thomas Petazzoni wrote: > Hello, > > This small patch series brings a few fixes and improvements to the > omap_rng driver. The first fix is particularly important, as it fixes > using the driver built as a module on SoCs that require a clock for > the IP to work properly. > > Thanks, > > Thomas > > Thomas Petazzoni (4): > hwrng: omap - write registers after enabling the clock > hwrng: omap - use devm_clk_get() instead of of_clk_get() > hwrng: omap - Do not access INTMASK_REG on EIP76 > hwrng: omap - move clock related code to omap_rng_probe() > > drivers/char/hw_random/omap-rng.c | 36 +++++++++++++++++++++++++----------- > 1 file changed, 25 insertions(+), 11 deletions(-) For the whole series, Acked-by: Jason Cooper <jason@xxxxxxxxxxxxxx> thx, Jason.