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 2CEDDC433F5 for ; Mon, 30 May 2022 06:36:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231372AbiE3GgS (ORCPT ); Mon, 30 May 2022 02:36:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232927AbiE3GgK (ORCPT ); Mon, 30 May 2022 02:36:10 -0400 Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFE9F5AEEA for ; Sun, 29 May 2022 23:36:07 -0700 (PDT) Received: by mail-ed1-x530.google.com with SMTP id h11so12166765eda.8 for ; Sun, 29 May 2022 23:36:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=5bd1zwKRQTw/2MjiuPSE5DqQLCXMdl35GogRqqM/QtM=; b=wVlhwLoaWUsouT9vMx/mCqe/7TZKl8tamH79+YO4YuwFM5hc1LdMGx8OBwDpTwWOws AXZwiXsGSVAIQUIUhMUMBggCGcC8IBXI1+aX48+F1lxgVfwn1O9MhIQbIJ0ukAtCJGxw /5Z8oeQQR284eD7TUdj42jevAzWBeM/jQ78UGvw4yrQq9WluUTe1aYr2SGtLzlAt7toU WAQxUgfq3phYEgrTqaKpBTVcGsz6+DtfBh4wkVEymLk4pFnjhPdb68quRuUQi0ct39S2 YNO1/fyEWx8k0ryTPMsn77qMeH1B4+XYpQazC4XwgHzMB4BsrlvlC1nz2ut3LjABPS06 YNwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=5bd1zwKRQTw/2MjiuPSE5DqQLCXMdl35GogRqqM/QtM=; b=wmciHRJKnI7oy2CCU7NqHIqj2U/dO+ZJHHwPPyGwGujEQc5T/n1NDrAz/IwWcrWVbC aYFOJcPwbWpttKLeCHC2pO6mFxV5F2I2rLboxVrWPlIH4LYiLHSP16LZoz37CKbnLb6k BkIAWUaf7WyhptNShL9QNTp+yrkSy4mUC1/FkhGYkUQ6d4Iw1en2QFY8LetIARDv3vaK GDHjegA31J+HbKVbYAviACQs4cw/kK+1hzQ/KliaDSPUQENJ9aQxyi8J9/ZLddkkRd6u 6yC/vfKvjq7N/zWYcYSXlLbyMtH16Raj3+efwfOC26JhCTX8IFKV6BvJO1otfOYZAD7s ONHw== X-Gm-Message-State: AOAM5337GsAJ2muX4tILPNfpFkt1qpdN3ctwxk7XUIILQNgy56O5d+bG T5MRvyLaMYVBqGu/OhtheEnTUQ== X-Google-Smtp-Source: ABdhPJyja4KRmwbKmKLPAb7nAmnDug+V58kJEX9P4Yro5qWo7ELR6+8slML/nbk//NNQv+itfYT2xg== X-Received: by 2002:aa7:cacb:0:b0:428:b435:dc43 with SMTP id l11-20020aa7cacb000000b00428b435dc43mr55583300edt.123.1653892566393; Sun, 29 May 2022 23:36:06 -0700 (PDT) Received: from [192.168.0.179] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id b23-20020a1709065e5700b006fe9ba21333sm3668636eju.113.2022.05.29.23.36.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 29 May 2022 23:36:05 -0700 (PDT) Message-ID: <0a5f8b4e-87d1-cd77-3e7b-38e56d6a7e12@linaro.org> Date: Mon, 30 May 2022 08:36:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] arm64: dts: intel: socfpga_agilex: use defined GIC interrupt type for ECC Content-Language: en-US To: niravkumar.l.rabara@intel.com, Dinh Nguyen , Rob Herring , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220530061212.1682439-1-niravkumar.l.rabara@intel.com> From: Krzysztof Kozlowski In-Reply-To: <20220530061212.1682439-1-niravkumar.l.rabara@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 30/05/2022 08:12, niravkumar.l.rabara@intel.com wrote: > From: Niravkumar L Rabara > > Use defined GIC interrupt type instead of hard-coded numbers for ECC What is an ECC in the context of commit log? Please also add full-stop. The code looks good, so with some explanation of ECC: Reviewed-by: Krzysztof Kozlowski > > Signed-off-by: Niravkumar L Rabara > --- > arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > Best regards, Krzysztof