Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10096261imu; Wed, 5 Dec 2018 16:13:03 -0800 (PST) X-Google-Smtp-Source: AFSGD/W5C2VdEVwjQHUkT7wZ3bvevar2+fkJamWHnJPteAOgz9NCR4qn+pqpnYOMMgG7w/5suEiS X-Received: by 2002:a63:9306:: with SMTP id b6mr21347640pge.36.1544055183915; Wed, 05 Dec 2018 16:13:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544055183; cv=none; d=google.com; s=arc-20160816; b=OT3MTae9BuPxY2lBh69AXKKEWOvcIJB5GMPI5TRqtCpCw6Z+agJyeHh9KWDAG3w69W JV8oKpgH/nxyAXmUdlFQCbWjhraulgniDTpJIdoNStHLA5o3HwPr+4igVeHBfOcjDLY6 hTvyBLap0DHGI0r/pMfD9Q7fo3IUnUN5SdpYKveOkq3PupUMjNt77vpYfD7/dSZIGxSR RGWSPuS8Ktbq1/Jc1rTpAIC76XnPi9rl2KDrZeV/Yv+aun0sPZFLwvDLe9dGET+vdDv/ 4g2tU5y1rBIWErAvvTZqCuIwcDv2BaYEruhsMclasiygG4pGqpCL0FZKrNZpcMzR7W/k EYdw== 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=lNap0lf9VcDS3Jg4QSpQIP8s+qiEJjNcIROKG6YNE4k=; b=mpWz7n8LrQMoJ+a4HZdTXVb5wiOJrh1PQ1RAtZHELFyI/1n6OjtF5AbjbF3jPxdGkV XnWZ37X98GlwwhKU4pXV0/4FIWtjPt89DGR3PH0mMX/pWY1BDlRRXLEhfnasWhCexXqO Mqwu3QTNiaw1u/LWEhB+jVHPOT42dsTKo9DtsIiqaFm7n2q7ICyNj/216H3Gp97ivMHH d1hIhRU7xcq7AnfvwM/pa7ZcL9wG92z/S//A3lT3BTwwGX7rRWlTuCzRoXnHBfLRsrcP Ocqq9WC01PBBbKz2D/gPTLD3i6H5PuL0k/x7m73LihHzivQGi2ndzIuuHrwsy7iB9Ci+ v7aA== 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 g18si18744015pgg.522.2018.12.05.16.12.47; Wed, 05 Dec 2018 16:13:03 -0800 (PST) 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 S1728873AbeLFAKw (ORCPT + 99 others); Wed, 5 Dec 2018 19:10:52 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:51914 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727575AbeLFAKw (ORCPT ); Wed, 5 Dec 2018 19:10:52 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 6C9D6260CCA Received: by earth.universe (Postfix, from userid 1000) id 1243B3C08D6; Thu, 6 Dec 2018 01:10:48 +0100 (CET) Date: Thu, 6 Dec 2018 01:10:48 +0100 From: Sebastian Reichel To: Baolin Wang Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, yuanjiang.yu@unisoc.com, broonie@kernel.org Subject: Re: [PATCH 0/5] Add new features for SC27XX fuel gauge driver Message-ID: <20181206001048.awfhmigouztqs6td@earth.universe> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6fkbibezpeowkax5" 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 --6fkbibezpeowkax5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Nov 14, 2018 at 05:07:03PM +0800, Baolin Wang wrote: > This patch set adds some new features for SC27XX fuel gauge driver. >=20 > 1. Read calibration data from eFuse device to calibrate fuel gauge. > 2. Add low voltage alarm to adjust the battery capacity in lower > voltage stage. > 3. Add power management interfaces > 4. Save last optimized battery capacity to be used as the initial > battery capacity if system is not first power-on. >=20 > Baolin Wang (2): > dt-bindings: power: supply: Add nvmem properties to calibrate FGU > power: supply: sc27xx: Add fuel gauge calibration >=20 > Yuanjiang Yu (3): > power: supply: sc27xx: Add fuel gauge low voltage alarm > power: supply: sc27xx: Add suspend/resume interfaces > power: supply: sc27xx: Save last battery capacity >=20 > .../devicetree/bindings/power/supply/sc27xx-fg.txt | 4 + > drivers/power/supply/sc27xx_fuel_gauge.c | 453 ++++++++++++++= +++++- > 2 files changed, 444 insertions(+), 13 deletions(-) I applied patches 1-4 and skipped patch 5 due to pending changes. -- Sebastian --6fkbibezpeowkax5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAlwIaQUACgkQ2O7X88g7 +pqLKw/+IlpcbeCdt+0onz8HK1cf8vvuwgBApnTWGQftNy46FEcy+pmQQSUCs05N CEG6FAyhp/d2BmHhpeGvAXgDGtKWzW2kRl4J8anQH/tiiE0lep8Mmjtjr2iuYzgr 5nEYPQgj/hGDlJPt4T6KDq+dpvtbrSYsxW9+r2USzfpH3xfvus+Ka9E/psX84oAV xb8iB4qPTqGKbsGeJZs1Mmuo+Ml1QacQ6KFE8MnfiOLMaE1ynpjOhvYgzdLTqvwW MaUbsLz4zk3mQIgqi7MCcNRngOBsDmtmKAOlOMuwQL0G5X65u9jbVPDi9PgyrSKf OSwFfcWI42qXv6eL94xkfjiWdXjl5hTkfdlbtuRmLGZbvKNICREtd4R0cVNne9lv IgouR2D8W2gdkSgx/euisA5xRpLlSaU8tt3WFMnvZ4+SCatDVKGiUbtXvZIDKI7G ABrGcduf9tO8UUPNEAyypBuC+DX6DeAUt3VmvudRwNnS3iWRbapMNW3D3f/l8c3a QsNx+bsGf5HCN2kKdhh804mWFgDC9nBUWntANwUiLbexyluSH9LrBYBDiIlFNbkW 6Mk/wqwNw7Hxcy5U5RR1aesN4WCpupglAWeuB3MQPFwgRFBBP6oK8AG2Pudwkefx i/Q2SjpD6GUKK5g6Foo548qv3SnhtLbq/jImgViQdDesdrqNkq8= =/pqc -----END PGP SIGNATURE----- --6fkbibezpeowkax5--