Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2489081ybe; Sat, 14 Sep 2019 16:27:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqztDhpOsZ1s5Xl8dBWMWbMfd/+Y2AyBI2Qbn4RM49gEYHoPA1/a3DECKGN2t63k7MHQC+jx X-Received: by 2002:aa7:db02:: with SMTP id t2mr6796956eds.252.1568503622989; Sat, 14 Sep 2019 16:27:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568503622; cv=none; d=google.com; s=arc-20160816; b=CffP4KKFLgPy1/lW+HfzUZHXCe0Y91gQZN6VEL15+OJPkXa3WaU2fFSWwgfJqRJXlU S7iYq76U1S0f3ZAp0I0ZSHjrtxaejmIQpvyQM9cOQOrLmwP5NBQesz+bgRBGxFcwHhNp l+BsOLbCCDVERnSP7DwmcXCvaE3l3DP3zXUoSyXlHsN+fMI7FtkgfPB6VwzD7OL7Tqow KLY0vi9o21+3V21BMSWmMPJSPMb8q0M+wgELAJXJG0MPkb55Hc1sx3Ib+xMlL7HbLy7J 9aJeZboSXtKwLDwkG2cKtcOtTEa7Dxy7LhebpUGeoFNulexjROOeAaFahdD33y9vLU0p BOdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kZWTWo3K08doU0tzg0auFbAIGNy99UT0V1vftA41sM8=; b=noqbjZYpLQjm5zyUcm6aHf7RK4N8CjPo8exJnWBb9idkdSCNVoB7OGAfOwI4hvdiAN F4wY3591x+wpM/O6bFARmMRocHMvTO+MGSnyufcpTLJI1lGBsNlsar9D8hIJgNTl+zLR 7o1rGMfVSdD9ymwwuMydDBAL0aHBn4THfpWSRkoAQLb/5OH/RyB20GdvbUqjwAvk8pMu 4Vkw2w8ph5jWCclc0IPFYYCk8ev5V0ig+nL6deA2h283po21xi0pbZn58EmpWaxZZ4e5 004tfYpHmb+wufnpM86+Tll7WvQMH67sT1oK246Toqho4di86Kc4lssS1CnteiSduxry WtFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z6si14230056edm.316.2019.09.14.16.26.39; Sat, 14 Sep 2019 16:27:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731039AbfINR7R (ORCPT + 99 others); Sat, 14 Sep 2019 13:59:17 -0400 Received: from muru.com ([72.249.23.125]:32854 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731038AbfINR7R (ORCPT ); Sat, 14 Sep 2019 13:59:17 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 31E978105; Sat, 14 Sep 2019 17:59:47 +0000 (UTC) Date: Sat, 14 Sep 2019 10:59:13 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Matt Mackall , Herbert Xu , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-crypto@vger.kernel.org, Aaro Koskinen , Adam Ford , Pali =?utf-8?B?Um9ow6Fy?= , Rob Herring , Tero Kristo , devicetree@vger.kernel.org Subject: Re: [PATCH 0/6] Non-urgent fixes and improvments for omap3-rom-rng Message-ID: <20190914175913.GW52127@atomide.com> References: <20190913220922.29501-1-tony@atomide.com> <20190914130540.jvtxaame7pat7jph@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190914130540.jvtxaame7pat7jph@earth.universe> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org * Sebastian Reichel [190914 13:06]: > 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. Sure good idea. I'll post a patch for that when I post v2 of this set. Regards, Tony