Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1858111ybn; Thu, 26 Sep 2019 03:18:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqxTf9mco7Xg5JWMOMKMudggg1igfJ2e70Few5Qicy8itEnSZYr/trDUpj9NaAjtaUj+5KNg X-Received: by 2002:a50:d49c:: with SMTP id s28mr2641437edi.101.1569493114818; Thu, 26 Sep 2019 03:18:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569493114; cv=none; d=google.com; s=arc-20160816; b=xAgcZVf5qvB8SrS+f14DUOnk+ZnS7gMg+42HRdoG5B5yB3+Ggx6oxgfZk0V1o1n07P HF1jzkCsBb+QZux3jD2rGV38v9+m/WsoVHljqzArO+15qfGT14GQhgSXibNGDFwWMwfq n8Lk2Hasd5/NZDCuT6zgr4uyXWKu5ctazbwML3mXvPgUR/pB+aPwPEeZ6p9nNJooAEi1 hsGzRfNoCIbzc1Lr/Zb2hsiXpMduHdkjbb8QlI8sH21K9c43ECu434WCf5tlPIViUI6K MbyFD9WJVguktD5zaXT3Mlg3+9ITODw5Zj5Wp8zBZqwfmT4Y1NEG4DeGtBw4jCEb86hW ll1g== 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=/L599BHaSTyvsbCBCUigyG1Z5yXUZn7ZB0tBMZfeUTQ=; b=kgkjA1MGxPQpETBuB8GJ0CuGhdBP8CnQhv+PO4e2UntuzW0/w+1SF1O0ni4mq7jyGM fLvxWQ73H7kdvUuchZrDfGkEsxU1ig2ao5FIkk3NgmZ70kenfzn+NnQcKldQM4zXCAOp r9saD5I44CD8gw/vwGfZXS9GKxq6IpWeA5K74AhgDNjRSBBB0fwFXox6GofQyhb/S3Mq Wp6kU4fJETpnsaBWj1fRizUqnkKOqn19MN+AbfyqQADhFC5F/9zHr3B4TA9H3xuRHO1q 574EKkNAQ6EJVRJtBc3PnsV/9N2zNGtt6ZnLR4cmuurQy4QAedGpVbK1+GEHqJpCbMHf V5cQ== 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 rl13si705930ejb.228.2019.09.26.03.18.11; Thu, 26 Sep 2019 03:18:34 -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 S2391695AbfIZDo1 (ORCPT + 99 others); Wed, 25 Sep 2019 23:44:27 -0400 Received: from mail-sz.amlogic.com ([211.162.65.117]:18333 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391561AbfIZDo1 (ORCPT ); Wed, 25 Sep 2019 23:44:27 -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:44:25 +0800 Subject: Re: [PATCH v2 3/3] reset: add support 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-4-git-send-email-xingyu.chen@amlogic.com> <7hlfucrnlo.fsf@baylibre.com> From: Xingyu Chen Message-ID: <85eeda38-f04f-71d7-3c45-bc03e8c13953@amlogic.com> Date: Thu, 26 Sep 2019 11:44:25 +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: <7hlfucrnlo.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 reminder On 2019/9/26 6:57, Kevin Hilman wrote: > Hi Xingyu, > > Xingyu Chen writes: > >> The number of RESET registers and offset of RESET_LEVEL register for >> Meson-A1 are different from previous SoCs, In order to describe these >> differences, we introduce the struct meson_reset_param. >> >> Signed-off-by: Xingyu Chen >> Signed-off-by: Jianxin Pan >> Reviewed-by: Neil Armstrong > > Again, order here isn't quite right. Add the reviewed-by tags first, > and the sender should be the last sign-off. I will reorder Signed-off and Reviewed in next version > > Other than that, driver looks good. > > Reviewed-by: Kevin Hilman > Kevin > > . >