From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E17D7CA5503 for ; Wed, 13 Sep 2023 07:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238707AbjIMH6g (ORCPT ); Wed, 13 Sep 2023 03:58:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238694AbjIMH6d (ORCPT ); Wed, 13 Sep 2023 03:58:33 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A27F198A for ; Wed, 13 Sep 2023 00:58:29 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id ffacd0b85a97d-313e742a787so377985f8f.1 for ; Wed, 13 Sep 2023 00:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1694591907; x=1695196707; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=nFueJl78mh+PKTiVs6I5JpNS70hNWQMI7pbyEB+VCP4=; b=XHEPFG3YTQIVJJ7ZQK8w3pYkzpQbJT4n4GkBIVBv+u1i2+CPDrRYtPqUkvWkilI/6l ziCtydPGH+UsKSDaWOpJtflVWxrpV1y/hXDWzURTHTbUxosxZzot2TaXFVqJMiZfocN7 kiX+fEfTaLa191+QVSyjFx++u6VFf8vtAnV7/YlJY6ZItXTADrDl9yXQqGAHc1hudKJh r5sRpT6sM5gBWZeYdzPsg0E5A4uXvXKSWsJMQN1wjKJTm1d7N65CUsZ/iuswTziUr0A0 cr6K6pDzwnkrAokPS6FojU0wX/gRBa+7WnnIvxLj0nG92zThwEivfVtTbLkxx8Tq5Apx v/sA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694591907; x=1695196707; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nFueJl78mh+PKTiVs6I5JpNS70hNWQMI7pbyEB+VCP4=; b=hmPvQbi/hH4SWGWzaDFJLbk7WAfbaadRcyllVT7Wddylu/VzCxnut9t31Uw0O+WKSn 1s64v2IBy8FCAePLpT3mR1ORKb5MF5yo/nFsZ+7uHJqqEidLYoOvpMB+dBjnMwHNmW0w kmMKbfBjt44zvcbkSn5TODx8bfOnXRrFEGByx2do0iYQiCaHnEyiPzy/JLOtTAMfchuZ 86DRL+BTC9SeQS3U048muPmRaT5oYyufzb978NufKn6Njo1YZ+8cN5DGTK8sFrZi6W4w dZVF6jivH2Vq/tv4ZI41r7HVtZsp+reZ+bCurEIXnNXkV4CW2uKItjbdKa4zAuOW1cAw pv9g== X-Gm-Message-State: AOJu0Yw1taC+bRujZTcWf3teoMvf2oLAEc0MiOu8wtfURq3gCGaJV3SR 1bg2MLnNNO9njnEDBzCautaJIg== X-Google-Smtp-Source: AGHT+IHUg+HymGtIogUF6zI/UwDj8czk/y4R74TkkVBPkkz6kjD4I29RU6Ea65Zrv7c1m/0uHXvrjA== X-Received: by 2002:a05:6000:1364:b0:31c:8c5f:877e with SMTP id q4-20020a056000136400b0031c8c5f877emr3711400wrz.33.1694591907432; Wed, 13 Sep 2023 00:58:27 -0700 (PDT) Received: from [192.168.1.20] ([178.197.214.188]) by smtp.gmail.com with ESMTPSA id f2-20020a7bc8c2000000b003fefca26c72sm1244434wml.23.2023.09.13.00.58.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 13 Sep 2023 00:58:26 -0700 (PDT) Message-ID: Date: Wed, 13 Sep 2023 09:58:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH v2 07/10] dt-bindings: rng: add st,rng-lock-conf Content-Language: en-US To: Gatien CHEVALLIER , Olivia Mackall , Herbert Xu , Rob Herring , Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue Cc: Lionel Debieve , linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230911120203.774632-1-gatien.chevallier@foss.st.com> <20230911120203.774632-8-gatien.chevallier@foss.st.com> <28ec58a3-63d5-f604-cef9-571b062fe244@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/09/2023 09:48, Gatien CHEVALLIER wrote: > On 9/12/23 16:38, Krzysztof Kozlowski wrote: >> On 11/09/2023 14:02, Gatien Chevallier wrote: >>> If st,rng-lock-conf is set, the RNG configuration in RNG_CR, RNG_HTCR >>> and RNG_NSCR will be locked. It is supported starting from the RNG >>> version present in the STM32MP13 >>> >>> Signed-off-by: Gatien Chevallier >> >> How did you implement the comment? There is no changelog, so was it ignored? >> >> Best regards, >> Krzysztof >> > > Hello Krzysztof, > > I've sent V2 before Rob's review. I'll apply Rob's comment for V3. Ah, ok. Best regards, Krzysztof