Hi, On Fri, Sep 13, 2019 at 03:09:16PM -0700, Tony Lindgren wrote: > Here are fixes and improvments for omap3-rom-rng that's been broken for > a while. > > The first four patches get it working, and then the last two patches add > support for runtime PM. Nice cleanups, the series is Reviewed-by: Sebastian Reichel Assuming you use clk_prepare_enable() in the runtime PM handler, I suggest to add another patch and go all the way to managed resources: devm_add_action() can be used for disabling runtime PM and devm_hwrng_register() can be used to register the hwrng device. -- Sebastian