Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp5337520ybe; Tue, 10 Sep 2019 02:03:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqx8dSMRKBpUFIrxDd3JFKaSkGM4YF/PATZxW1i0jh9orGZnjLoFLz57lMPvjNMtahpKMWW+ X-Received: by 2002:aa7:c6ca:: with SMTP id b10mr29113251eds.233.1568106211719; Tue, 10 Sep 2019 02:03:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568106211; cv=none; d=google.com; s=arc-20160816; b=rO3Qs68XdO2Z425XU6lw8Vnvwnjt7q31jQD7D4aOsAjN6D9HQpA1VmIcJj2F53rjwJ +QHUA9ddARqWM7xOVJvCMzR6BtfyV4JxF60kMT5w0HY5gUPq56ZVomg+bdsqXBgXKR0P uXkbyJG07Aaxkx97xnkKylOWmYS3Gf17L1FC9vFmRCuwatyrYaA/nBDoH4/lAJqfMxOr 7qyeQeVujvmhiti7pDPb7cHniwAuQjWSPlNrIwEKJVtShXOTg4cqtggJd364mpuEnYEP M1Mm+ld/VuuxJtD+fRYWMOF1DFrIOM1LhgCFUl+MlQvQ46lUC/b0YoGYmtZzd2ZRhP+Q p2kw== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=iRxpkU+jo/6gcvPM9HNC1NexbMtLBTe+bQsjw/7eBBY=; b=Tw2iOxgxcYoAStsiDleQD/SfSHQxbV8DbfZSoLYOTNp3Haa/a+Pdn+pZC/SeCyyMrg kEE1xHSfYLAhaVa71OfnECO/bqoydeQmqEenxajrhbroIudcoI3RmYw1l8nrV32kbpk2 utsT9tO8JoZpGyW1yMViq7IP1NYXK07KIfe3GBqY2UfkfvFeLDUJFCtUU1bqB/iWntqf hcQta2F0zAz6aoqf5os2hcj9VJ/qKFp1plJN5hRHMSMkyVH9c1S/DPC1x6EX5oEB2YJC 2G6ZIdyU5FraRdUc2jrGdV486hhCLz3+PzsKlbddiIpAqpN2Wl+OYpf1UL7z2LgDC3b+ 8BJg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-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 b13si10265383edt.403.2019.09.10.02.03.07; Tue, 10 Sep 2019 02:03:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729124AbfIIQfs (ORCPT + 99 others); Mon, 9 Sep 2019 12:35:48 -0400 Received: from muru.com ([72.249.23.125]:60412 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727764AbfIIQfs (ORCPT ); Mon, 9 Sep 2019 12:35:48 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1DEAB80BF; Mon, 9 Sep 2019 16:36:17 +0000 (UTC) Date: Mon, 9 Sep 2019 09:35:43 -0700 From: Tony Lindgren To: Pali =?utf-8?B?Um9ow6Fy?= Cc: Adam Ford , Linux-OMAP , Tero Kristo , Aaro Koskinen , Adam Ford , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , Russell King , Paul Walmsley , devicetree , Linux Kernel Mailing List , arm-soc Subject: Re: [RFC] ARM: omap3: Enable HWMODS for HW Random Number Generator Message-ID: <20190909163543.GQ52127@atomide.com> References: <20190828150037.2640-1-aford173@gmail.com> <20190905230443.GA52127@atomide.com> <20190909134033.s26eiurpat3iekse@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190909134033.s26eiurpat3iekse@pali> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pali Rohár [190909 13:41]: > On Monday 09 September 2019 08:37:09 Adam Ford wrote: > > I applied this on 5.3 and it is working. I assume the same is true in for-next. Hmm I noticed I stopped getting RNG data after several rmmod modprobe cycles, or several hd /dev/random reads. Anybody else seeing that? > > Do you want to submit a formal patch? I can mark it as 'tested-by' > > This really helps speed up the startup sequence on boards with sshd > > because it delays for nearly 80 seconds waiting for entropy without > > the hwrng. > > Hi! When applying a patch, could you please disable this rng for n900? > > In omap3-n900.dts for rng should be status = "disabled" (as Tony already > wrote), similarly like for aes. Yeah I'll post a proper patch after -rc1. Regards, Tony