From: Jason Cooper Subject: Re: [PATCH 0/4] hwrng: omap - fixes and improvements Date: Tue, 7 Mar 2017 15:14:06 +0000 Message-ID: <20170307151406.GS11350@io.lakedaemon.net> References: <1488896089-17586-1-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Deepak Saxena , Matt Mackall , Herbert Xu , linux-crypto@vger.kernel.org, romain.perier@collabora.com, Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Nadav Haklai , Hanna Hawa , Yehuda Yitschak To: Thomas Petazzoni Return-path: Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:51655 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756122AbdCGTfJ (ORCPT ); Tue, 7 Mar 2017 14:35:09 -0500 Content-Disposition: inline In-Reply-To: <1488896089-17586-1-git-send-email-thomas.petazzoni@free-electrons.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: 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 thx, Jason.