From: Romain Perier Subject: Re: [PATCH 0/4] hwrng: omap - fixes and improvements Date: Wed, 8 Mar 2017 09:37:17 +0100 Message-ID: References: <1488896089-17586-1-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: linux-crypto@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Nadav Haklai , Hanna Hawa , Yehuda Yitschak To: Thomas Petazzoni , Deepak Saxena , Matt Mackall , Herbert Xu Return-path: Received: from bhuna.collabora.co.uk ([46.235.227.227]:33387 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840AbdCHKdC (ORCPT ); Wed, 8 Mar 2017 05:33:02 -0500 In-Reply-To: <1488896089-17586-1-git-send-email-thomas.petazzoni@free-electrons.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: Hello, Le 07/03/2017 ? 15:14, Thomas Petazzoni a ?crit : > 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, Reviewed-by: Romain Perier