Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1858006ybn; Thu, 26 Sep 2019 03:18:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqxRauDieakwdpbXLe1dUrqHdPX8Cl/VdizhCEJk9Bxo2456MpdxLFAbJkUQs7nzwFfKq4fn X-Received: by 2002:a17:906:34d0:: with SMTP id h16mr2360664ejb.190.1569493109489; Thu, 26 Sep 2019 03:18:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569493109; cv=none; d=google.com; s=arc-20160816; b=CW90CntDsoI1/8mbiXgvPCHw7KV65q2Zs0s+j6wIdJ4mnkFR+obHWph4bAE3aZ4Awr +GTPlRU7LISiRbd7Tv97sAmj+qWFqfjWwtHbvS07hTtuiBvCSmQmR7tircKyt1lanw4Y 732eBePaG5vI1//wVodjbHmSACTDw7LR4bh/J4tW/GBHdXZWPuqrgpqKYZ3faWUPKbDu Kp1HqOEBrDkG2Zc0X+FPpxfWqEeAF1n9rZBigSHbkP+rES/3siWD7niw8rQh82hQAwFn +NEo+3RKHNrBolMsc4LHDohOEX0q31sCvOgHjpBO+ZI6y9JTyJ/Cx/kOMrjxocQ46VaZ q9uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=rVuS7QHDgkelXMhm+3kzG+FOuGvFTdArBzknAiBurqo=; b=YD6zj4+fTYlBIV39wwrWxpzQpvcVQEnQdbAAd3CsV51WIydCNsPHOxVykFbL1C+rhO eL/8K9T5hbIpIXJAh8gHQyi7buxJx8EVok3mGBunSHwlHhS+I0NXt0TdGbNbm0ByygeZ WXA1fsiPExjzio5Nex7iLcpEQO4O4T8IghJaJ2OPhnRZCYhYLX4FOt9M8QahaqBGFWJa de+Vf55dGBbCktnRiHHBsYdN8f5buZ9LxsZ9UY/HXESHLCbZIi/S99QkfVee2ALMxgL9 IcwkySvmplzf+ywy8wmiMhueFs63lshBADwMPUS4WmlMCkdddcgeixtDZ0paPo9nLtwR k9rA== 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 w30si894518edd.137.2019.09.26.03.18.05; Thu, 26 Sep 2019 03:18:29 -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 S2390655AbfIZDkz (ORCPT + 99 others); Wed, 25 Sep 2019 23:40:55 -0400 Received: from mail-sz.amlogic.com ([211.162.65.117]:16169 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733221AbfIZDky (ORCPT ); Wed, 25 Sep 2019 23:40:54 -0400 Received: from [10.28.19.63] (10.28.19.63) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1591.10; Thu, 26 Sep 2019 11:40:36 +0800 Subject: Re: [PATCH v2 2/3] dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller To: Kevin Hilman , Philipp Zabel , Neil Armstrong CC: Jianxin Pan , Rob Herring , Jerome Brunet , Hanjie Lin , , , , References: <1569227661-4261-1-git-send-email-xingyu.chen@amlogic.com> <1569227661-4261-3-git-send-email-xingyu.chen@amlogic.com> <7htv90rnp2.fsf@baylibre.com> From: Xingyu Chen Message-ID: <5d2af18b-1b0a-0b35-9855-b27bbae3a71b@amlogic.com> Date: Thu, 26 Sep 2019 11:40:36 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <7htv90rnp2.fsf@baylibre.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Originating-IP: [10.28.19.63] X-ClientProxiedBy: mail-sz.amlogic.com (10.28.11.5) To mail-sz.amlogic.com (10.28.11.5) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Kevin Thanks for your review On 2019/9/26 6:55, Kevin Hilman wrote: > Xingyu Chen writes: > >> Add DT bindings for the Meson-A1 SoC Reset Controller include file, >> and also slightly update documentation. >> >> Signed-off-by: Xingyu Chen >> Signed-off-by: Jianxin Pan > > The order here doesn't look right. As the sender, your sign-off should > be last. Is Jianxin the author or are you? If Jianxin, there should be > a "From:" line at the beginning of the changelog to indicate authorship > that's different from the sender. I am an author for this patchset, i will reorder Signed-off in next version. > >> --- >> .../bindings/reset/amlogic,meson-reset.yaml | 1 + >> include/dt-bindings/reset/amlogic,meson-a1-reset.h | 59 ++++++++++++++++++++++ >> 2 files changed, 60 insertions(+) >> create mode 100644 include/dt-bindings/reset/amlogic,meson-a1-reset.h >> >> diff --git a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml >> index 00917d8..b3f57d8 100644 >> --- a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml >> +++ b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml >> @@ -16,6 +16,7 @@ properties: >> - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs >> - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs >> - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs >> + - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs >> >> reg: >> maxItems: 1 >> diff --git a/include/dt-bindings/reset/amlogic,meson-a1-reset.h b/include/dt-bindings/reset/amlogic,meson-a1-reset.h >> new file mode 100644 >> index 00000000..8d76a47 >> --- /dev/null >> +++ b/include/dt-bindings/reset/amlogic,meson-a1-reset.h >> @@ -0,0 +1,59 @@ >> +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) >> + * >> + * Copyright (c) 2019 Amlogic, Inc. All rights reserved. >> + * Author: Xingyu Chen >> + * >> + */ >> + >> +#ifndef _DT_BINDINGS_AMLOGIC_MESON_A1_RESET_H >> +#define _DT_BINDINGS_AMLOGIC_MESON_A1_RESET_H >> + >> +/* RESET0 */ >> +#define RESET_AM2AXI_VAD 1 > > minor nit: can you use comments/whitespace here to indicate holes? > Please see the other amlogic files in this dir for examples. I will fix it in next version. > > Kevin > > . >