From: Nicolas Ferre Subject: Re: [PATCH RESEND 0/4] hrng: atmel: add DT support Date: Wed, 19 Nov 2014 18:35:56 +0100 Message-ID: <546CD4FC.9030701@atmel.com> References: <1416413278-10197-1-git-send-email-boris.brezillon@free-electrons.com> <546CC233.6090605@atmel.com> <20141119171824.1e8dc40d@bbrezillon> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Matt Mackall , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Andrew Victor , Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , , , To: Boris Brezillon , Herbert Xu , Peter Korsgaard Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:7285 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755100AbaKSRgD (ORCPT ); Wed, 19 Nov 2014 12:36:03 -0500 In-Reply-To: <20141119171824.1e8dc40d@bbrezillon> Sender: linux-crypto-owner@vger.kernel.org List-ID: On 19/11/2014 17:18, Boris Brezillon : > On Wed, 19 Nov 2014 17:15:47 +0100 > Nicolas Ferre wrote: > >> On 19/11/2014 17:07, Boris Brezillon : >>> Hello, >>> >>> This series adds DT support for the TRNG (True Random Generator) block and >>> adds missing trng nodes to dtsi files. >> >> Nitpicking: subject of this cover letter seems not good ;-) > > Sorry, you should read: > > "hrng: atmel: add DT support" Yep >> Herbert, do you think you can take this series yourself or do I have to >> take it? Oh, and BTW some "Acked-by" tags from Peter are missing, did forget them or changed something? >> Bye, >> >>> Boris Brezillon (4): >>> hwrng: atmel: use clk_prepapre_enable/_disable_unprepare >>> hwrng: atmel: add DT support >>> hwrng: atmel: Add TRNG DT binding doc >>> ARM: at91/dt: add trng node >>> >>> Documentation/devicetree/bindings/hwrng/atmel-trng.txt | 16 ++++++++++++++++ >>> arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++++++ >>> drivers/char/hw_random/Kconfig | 2 +- >>> drivers/char/hw_random/atmel-rng.c | 15 +++++++++++---- >>> 4 files changed, 35 insertions(+), 5 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/hwrng/atmel-trng.txt >>> >> >> > > > -- Nicolas Ferre