Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp799387ybc; Tue, 19 Nov 2019 09:26:11 -0800 (PST) X-Google-Smtp-Source: APXvYqxd2H0aE3ia85ubAI8NUQhdKQOIdHIN//vc4mMMCYV/JqybDtJlJ+8OI4mz9PmHRmbWgUDz X-Received: by 2002:a17:906:7051:: with SMTP id r17mr18556983ejj.30.1574184371584; Tue, 19 Nov 2019 09:26:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574184371; cv=none; d=google.com; s=arc-20160816; b=OxPqb/oQBML7ggBYx6yDdptuK7uo8HUOijsDPvaXiigCqgPLpdTYZPcUHIpPIud7wb Uqi4r+8p74ULp9/yECVmDFSUBttVoB97ltiaHhUEZcKBAdOjDC7oiXb91XSjAxRMbOTh mQ8PoQOuU2UKirOufajnXnYoYBz2Y6znPNpE1T16ZW1+WMVDfQ5DYn3f2vt4J4Xux2ae kqwdAFbfC3uBY/2UQJtoYrTK6B6U1d8Bs3yqbOe4vnAFWdl6U9n23XZ2FVQyDcODL6Wr 0vFSxTDbu/NEEwACZGfyFPQBnpZm22GMEAgvOTTsldYyGKADnkEj7x1BU3HGmd6sI2wt XtKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=1pMu6jCon+4vXImJNAY6f7rbMQnT8+JnG9kKmgmOWt8=; b=V38ueVr/A8VkOxaG1U93Xg0I+8M9pImqTriPPaN4R2NLRSwhIpwG4ZhUyjaIz+WgLM HWfpsEF6VY/OJVp4+O+zPTUlYGD/Z6TU5NZg0s75GmA1IzWshq1Xq34YPwYU+3v6uqsh pbQxsx0cIGQvW5stoMEFEj36q/ZSbJWT36RxqXZvwA+kAHHKMCEzyHrBNgZutKt+Zp3Z rcL7lRsfQcHp2BI5hXhKgpix81XIZg4OWkStIce6pcB8fEdNZeLvMOaoNcGEsOVkuZrW s7OYYNcVo72uCSceXAIeu7P/5IqH9Jv6dU/N+e+wth3souD4g/Nu/T7is1iGA5eLzI7g 32NQ== 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 9si1617495eju.352.2019.11.19.09.25.45; Tue, 19 Nov 2019 09:26:11 -0800 (PST) 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 S1727805AbfKSRZW (ORCPT + 99 others); Tue, 19 Nov 2019 12:25:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:58448 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726985AbfKSRZW (ORCPT ); Tue, 19 Nov 2019 12:25:22 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B4EA7B20B; Tue, 19 Nov 2019 17:25:19 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2 3/3] ARM: dts: bcm2711: Enable HWRNG support From: Nicolas Saenz Julienne To: Stephen Brennan Cc: Mark Rutland , devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, Florian Fainelli , Herbert Xu , Scott Branden , Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Ray Jui , linux-kernel@vger.kernel.org, Eric Anholt , Rob Herring , bcm-kernel-feedback-list@broadcom.com, Stefan Wahren , Matt Mackall , Arnd Bergmann , linux-crypto@vger.kernel.org Date: Tue, 19 Nov 2019 18:25:16 +0100 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-Q1OudO4sDtl+ITj8Di/3" User-Agent: Evolution 3.34.1 MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org --=-Q1OudO4sDtl+ITj8Di/3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2019-11-19 at 09:09 -0800, Stephen Brennan wrote: > Hi Nicolas, >=20 > On Tue Nov 19, 2019 at 11:07 AM, Nicolas Saenz Julienne wrote: > > Hi Stephen, thanks for the follow-up. > >=20 > >=20 > > On Mon, 2019-11-18 at 22:14 -0800, Stephen Brennan wrote: > > > BCM2711 features a RNG200 hardware random number generator block, whi= ch i=3D > > s > > > different from the BCM283x from which it inherits. Move the rng block= fro=3D > > m > > > BCM283x into a separate common file, and update the rng declaration o= f > > > BCM2711. > > > =3D20 > > > Signed-off-by: Stephen Brennan > > > --- > >=20 > > It's petty in this case but you should add a list of changes here too. >=20 > To make sure I understand, you mean listing out the changes in each=20 > revision of the patch series? What's generally expected is for the cover letter to contain an overview of= the series changes. No need to go into specific detail. Then, every patch shoul= d list its local modifications. Also remember to add the list of changes after the '---' line in your patch= , this way they won't show up in the final commit log. If in doubt have a look at the kernel mailing lists, there are plenty of examples. Regards, Nicolas --=-Q1OudO4sDtl+ITj8Di/3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl3UJXwACgkQlfZmHno8 x/5J8gf/Wg/IrKzrAi1fKuJaY4CfPJSLpKvLtmOfDqcchsMm6aq0nBODopwXGT0y bcPiG7OOnwcDqlD8pxyBL8iBG48gsidg51JSizuSnJ6lgxPpSN6JHoD4HUi2hnS5 y0wXzThHmoZB00Vep0o6EmBsY2hHU/URLfH1uWnSwut9CRQfC/dVJ8UhxPVuCaqJ HLYdPveYV3S6P1YUk0RgO95RqhjEegya1zsvT3W0pGwda042QbvweKzaUtzRERT2 GwN2eIcP2SJ+8S/P8edIPwd3T6uL7gMLLsw7WWCp9DOQPI/ORFPm7c2dUEkdXW1l mAscggOyCMH1qNaOc7lVVZ7o92N1mA== =d9p8 -----END PGP SIGNATURE----- --=-Q1OudO4sDtl+ITj8Di/3--