Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp2324026ima; Thu, 25 Oct 2018 13:15:35 -0700 (PDT) X-Google-Smtp-Source: AJdET5c+GjxXcE6N5iVi+f/9RX/D95jQWa4ImNpkrtUFJHNnvAK9rxFBbpvwdfWzK1z/W7rxVW+H X-Received: by 2002:a17:902:34a:: with SMTP id 68-v6mr625920pld.184.1540498535664; Thu, 25 Oct 2018 13:15:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540498535; cv=none; d=google.com; s=arc-20160816; b=h9jF1BEMp8VVTRuJHU19anMelA+Y8V0ITiOpp0HMtXpP/qMEJUQCfCYsfwiLsIstpH BG/0Q5exfGU73SekvOBe9PCA30s6O7bdRbDBHEfeyswSEm8RH8ggfitHx7CZYnNgIZ0m j26EKseSebNH0QBhkqB67Y0foUOuK5Odw02gu9eHNefYex2SFJnsHmUBFFqqTV/cXUcb 7f9oqg4YlTozhqgCzR1shtJW/A0C5YpC8G0kZChI+BYuEHLs7HuxcWb7PwlambRdpeTz /RCm8+v2PQt6MG5qE7LhztCGqMLiVA7TNKA5XE9F0OCpMle6dsO2l6/QQAmWMibL0ebI nCPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qIjWX/YRqCBwjXDU4byUB7CD8IZ31xsXMcCsnlNtxG8=; b=VCCStUN6m6opkTFHQ4rMq2PX99UtnEu9Ns1DMb2knLvmd2S8tfPeCEnqIFGdu+kSNG ALLAXbHQ/WrK+m7ds4Xx0Dc6J49crwxQUYmbEceId+hL7D0gKmUAiUbes5FxEKKxveFM fdwQBGg7NCJ+FnsDDLKNEbJLJGs1ippcXby4LNubjkXsAkXEi9HpOjybIteLnOh/Uki9 STjBfNoHuB8StSSwQsNw1CxA1O1RpPV01//RyEmyy2PablhGjVH7WSafzaE/hPaDBCs0 WPDgt+x45fQqJ5TZ28Onoh6m3CHfO4PNKbl2GkdDyuZ/+0MVvBb/rjgki1lwZacudIGz aJng== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o1-v6si9426980pgf.80.2018.10.25.13.15.19; Thu, 25 Oct 2018 13:15:35 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727497AbeJZEsD (ORCPT + 99 others); Fri, 26 Oct 2018 00:48:03 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44058 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbeJZEsD (ORCPT ); Fri, 26 Oct 2018 00:48:03 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 86099261147 Received: by earth.universe (Postfix, from userid 1000) id 196993C0987; Thu, 25 Oct 2018 22:13:49 +0200 (CEST) Date: Thu, 25 Oct 2018 22:13:49 +0200 From: Sebastian Reichel To: Baolin Wang Cc: Rob Herring , Mark Rutland , Linux PM list , DTML , LKML , yuanjiang.yu@unisoc.com, Mark Brown , Craig Tatlor , Linus Walleij Subject: Re: [PATCH v6 1/6] dt-bindings: power: Introduce one property to present the battery internal resistance Message-ID: <20181025201349.c4564dgc7743kosx@earth.universe> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ugq6v2bge6kmq75q" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ugq6v2bge6kmq75q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Baolin, On Thu, Oct 25, 2018 at 10:01:55AM +0800, Baolin Wang wrote: > Hi Sebastian, >=20 > On 22 October 2018 at 15:43, Baolin Wang wrote: > > The internal resistance of a battery is not a constant in its life cycl= e, > > this varies over the age of the battery or temperature and so on. But we > > just want use one constant battery internal resistance to estimate the > > battery capacity. Thus this patch introduces one property to present > > the battery factory internal resistance for battery information. > > > > Signed-off-by: Baolin Wang > > Reviewed-by: Linus Walleij > > --- > > Changes from v5: > > - None. > > > > Changes from v4: > > - None. > > > > Changes from v3: > > - Split binding into one separate patch. > > - Add LinusW reviewed tag. > > > > Changes from v2: > > - Rename the property. > > - Improve the commit message. > > > > Changes from v1: > > - New patch in v2. > > --- >=20 > I think this v6 patch set have addressed your comments on v5, so could > you apply this patch set if there are no other comments? I hope this > driver can be merged into 4.20 finally. Thanks. Everything looks fine to me. I will merge this directly after the 4.20 merge window has been closed and linux-next is open again. I'm not merging non-trivial, non-bugfix patches this lates during the release process. -- Sebastian --ugq6v2bge6kmq75q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAlvSI/oACgkQ2O7X88g7 +poBrA/+KA++EX9zBEIHotTx/Qn4oktuABsscaPQY621URT5I2mNTL/TDclEc3o9 nFtw4EvEVrLWIfdPM3q2RST6JOWr1oh9/etdfT2wYBdF9Hl6Vn/L5ZVebUnyHNCf LjsVwLKd6BjeGlIhEGc3NyLsCDYiH3yZlLrV95fmkDDyAjuKOMXjw00TG7AgH26Z 2BRNXZIc2stb4ZAJBYoHbVwpCiwHSYe6eUKI4/2Q0rgONalh1z8ZOWpzSTp32kLQ wbQ7aBbM2pDhxJwCp0ln7yQeeT3x3ydWn5lXoUAhV9ddkG9vIIjuf/RWQ9tc/wjT zCjgfAi4cPa6R3TQCnvky60fcE3MbCr81g8BCyh90jBCbqwtr1/R0Veoyy2QGpI7 SO/CVTurvroOyP6/F+grRNGEkQAIque6Kyw60tCGDmWPzFHsOCC7kOk91gC1s3b9 LAGY3QHu1h4Lwr6hUlewW4v+vuz32wa9vufzLoAj4+ckQvE9c7xrv9w4UbJYcTO8 ku9xD7JR/5d48rUmVp8h+jhkwTKJiL8Ckqtd8KaXQwFN2h/VCUBNYhyl2ctXlMpb qJ3y09JvRR3mRty5ojr3ILuPsE8fTKghO/0aWDRNBpuedp2d8BUKdtJFpjjfg0sZ KEEAciTlqelWk6Mzx03XHISQxNwvl0xvhXGWdEqBCws0n7SB60A= =fu6Q -----END PGP SIGNATURE----- --ugq6v2bge6kmq75q--