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 E20D6C433EF for ; Tue, 14 Jun 2022 15:53:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242479AbiFNPx5 (ORCPT ); Tue, 14 Jun 2022 11:53:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230018AbiFNPxz (ORCPT ); Tue, 14 Jun 2022 11:53:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E6E61A81D; Tue, 14 Jun 2022 08:53:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CBE06612C5; Tue, 14 Jun 2022 15:53:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68808C3411D; Tue, 14 Jun 2022 15:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655222033; bh=tzwTRrFZAMJPPq7ecbtUI4HyV63VU6K1AACFhR5zqsQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=eu50ignc9yRb5mIbzTwy2FNyIF7jCgD5BRTNkIVlSh980z2gHu3TmmVKH631rl+0N 0F/Q6DgxqhobBNg4k7Dqm/H908nM3EyWEBHTrqZYajynrbcaf9jaQxeovkk3Dc39jx KhhnfJt6fOB7j+rthwtz33dRNLamvpmG8fuXCzvSWCAIjN1r1iwUehYfr1O86u9Gy1 caswm5gOJnWBBAgYLK5LGf1gac1i1J3vQJ65U9o5kPa00Ag6DpDTXmURtbuH0NeHT4 0Q15+oxLOvVoPWnuNUXBtYa7dg95Lxe35dxF+L9qMuje88kPtdbx9fSUT1BGtzCBBt PSYZbjLo5b1xA== Message-ID: Date: Tue, 14 Jun 2022 10:53:51 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2] arm64: dts: intel: socfpga_agilex: use defined GIC interrupt type for ECC Content-Language: en-US To: Krzysztof Kozlowski , niravkumar.l.rabara@intel.com, Krzysztof Kozlowski Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220530061212.1682439-1-niravkumar.l.rabara@intel.com> <20220530072530.1685970-1-niravkumar.l.rabara@intel.com> <0b5bb492-dfe6-0388-491c-b2afc531f35b@linaro.org> From: Dinh Nguyen In-Reply-To: <0b5bb492-dfe6-0388-491c-b2afc531f35b@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/30/22 02:31, Krzysztof Kozlowski wrote: > On 30/05/2022 09:25, niravkumar.l.rabara@intel.com wrote: >> From: Niravkumar L Rabara >> >> Use defined GIC interrupt type instead of hard-coded numbers for ECC >> (Error Correction Code) memory, which creates edac sysfs interface. > > Ah, ECC was about device node... sounds fine. > > Anyway, please always include tags you received. > > Reviewed-by: Krzysztof Kozlowski > > > Best regards, > Krzysztof Applied! Thanks, Dinh