Received: by 10.192.165.148 with SMTP id m20csp3534104imm; Mon, 23 Apr 2018 08:08:16 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/4/U3tFf523geofffQ/TE2a8Ku3oRVBk40QHtbxERnbb+W9473HQvdjRUeOwHx+SgiQzAD X-Received: by 10.98.113.196 with SMTP id m187mr17340157pfc.216.1524496095899; Mon, 23 Apr 2018 08:08:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524496095; cv=none; d=google.com; s=arc-20160816; b=oKz63ri4gGC0b6UWD99VqFnv2MX6Sc8NUpyrtCfekuQ18lnCQo7TC9QzikqFv/O8Mt 7TgKi7p9E0pDq9iB0WJWGhvj2hFUOVmY79aTHXUnzvz6HJrwDZpHwQk5GtGIVF4Ab5DD Cfl/hM3b3RjPfJ+oJF0Jnf1IRWthXgEUURQv8euBEiM4p7/maFGxV3eDuFVpIDTI/xzn LO1sk7S7KenRva6SWW5I+BMto+LdYTcPTGEA/mXDSEjQ0G8szNG0cr7RIZxqCXtnQiYH fqbGWuOyBkbxo1jyH1TN+y8impR7oV6N8wLXYfGA2QZGZAPEBqhsVdEX28CVR1+7+gPu JLvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=YJBm6bACdShxpw/e0ElgrQlda8P38tm7xMQN4NZU1g8=; b=v6bctFq4o0rZ64Xh95mzCj8jUxpl1G5EFCJ03xRyTZMO+0ZpRT3zcarjNj3sg2Bqq9 evVfSGu2joUg09pJqhUSf1g+vghQ4LGWyRlUqyN7WDyTuwf4ewgy37RASaiAcpq+EXzF R7HkG1NpFBZKSnQ5NuOmlgcVPadQJWW7tecp2Ut4p75S9nX70he/nTGLWjL/dIYSJI7r Gce9FGotyYmKX6g0yC+o4YI6R11GsU3yApY0XEzbKUizmg+x4Zml4v9wMiZ+Qaf7cxyC JdHnZy9XZyR5q2UwdvVXtmHaFhQBOGFgu0kBScQFDUCxmOs6fnO+YMMdX1bfd9yjMtje E8eg== 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 z84si11687861pfi.240.2018.04.23.08.08.01; Mon, 23 Apr 2018 08:08:15 -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 S1755548AbeDWPFE convert rfc822-to-8bit (ORCPT + 99 others); Mon, 23 Apr 2018 11:05:04 -0400 Received: from hermes.aosc.io ([199.195.250.187]:53239 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932069AbeDWPFC (ORCPT ); Mon, 23 Apr 2018 11:05:02 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id DC47959973; Mon, 23 Apr 2018 15:04:57 +0000 (UTC) Date: Mon, 23 Apr 2018 23:04:43 +0800 In-Reply-To: <20180423150309.dksr2rjazlrmlzx2@flea> References: <20180423144657.63264-1-icenowy@aosc.io> <20180423144657.63264-4-icenowy@aosc.io> <20180423150309.dksr2rjazlrmlzx2@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v3 3/3] ARM: dts: sun8i: h3: Add SY8106A regulator to Orange Pi PC To: Maxime Ripard CC: Liam Girdwood , Mark Brown , Rob Herring , Chen-Yu Tsai , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, Ondrej Jirman From: Icenowy Zheng Message-ID: <34DAE9CF-AB6D-4FB9-9FA6-FAE4E4D2D4C3@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年4月23日 GMT+08:00 下午11:03:09, Maxime Ripard 写到: >On Mon, Apr 23, 2018 at 10:46:57PM +0800, Icenowy Zheng wrote: >> From: Ondrej Jirman >> >> Add SY8106A regulator to r_i2c bus and enable the r_i2c bus on >> Orange Pi PC, then set the power supply of the ARM cores to this >> regulator, in order to enable DVFS. >> >> Signed-off-by: Ondrej Jirman >> [Icenowy: Enable DVFS in this patch, slight changes and change commit >> message] >> Signed-off-by: Icenowy Zheng >> Reviewed-by: Chen-Yu Tsai >> [wens@csie.org: Rename regulator label] >> Signed-off-by: Chen-Yu Tsai > >Why is there Chen-Yu's SoB? It doesn't really make much sense, unless >Chen-Yu would have applied this patch already, but then you wouldn't >post it, right? This is taken from sunxi/h3-h5-for-4.18 branch, which has label name change from wens, and then added microvolt property. So his SoB is from when he apply it for the first time. > >Maxime > >> ---