Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp678251ybm; Fri, 29 May 2020 09:31:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzjPmO3B+PW8k+wZkftaFBWmb4Y7maYrTZc53Wsbm6JRk7hHRIWiEoxm0rS7MUPagWMW2yh X-Received: by 2002:a17:906:474f:: with SMTP id j15mr8130664ejs.58.1590769896145; Fri, 29 May 2020 09:31:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590769896; cv=none; d=google.com; s=arc-20160816; b=uCef+9y2HYHumXI9Wb9xyCKu4rnlMYfl4FBxbl7lx+tplopJAt7xHjrIaNdsDlJ5VP cg+UqnMq0KpiQD9FkB8mP5I49z1g0936/JcezqAs8qwmVFI1/Pi8Z0Obaaitm8Lbu5Vu PqEjUruHu75Sw3O30GlUbxN5ApH4bshvEWYDvNkDQ3bv5mS1q9mHgO/PI6vOWjrvSILe oCRVqp4MPpCSkG0nzXkQPsF0/3b+xvtBEG7B+2w0FRISkl1/bNmFfrq7XXFuU0XtsX+t UxROu2Lfd6KIx3+FkC+1Htxj15cizNGuJL53x8tUTnlFNH1wcAyIWaB9zAL+d0p3mvxD OtHg== 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=6EakmB+YsVuQ3srMsc69fOxLyTqlEkLiYK+w67ojThM=; b=HSHJ9HNKhJ3x/vhCJXCS4IYZnNrsCSfWyMKdymJxuHmWa/1Rpc/4JskKQleZMk2hxt K00CVd/uuZIbGNIhYMrMi5FgyeQPTdTEVLmSx8BMlL6k7TNL30AhKCZuNFVKdJhUYBXX XYCqz8G0GwbdpvhO5Am5cnuHJS1v4DNIY9vsFGpmSPwgBUv+dpBDulKTIlcjDgXxh5ew wrGd3RGzXFy2jx63oTNL6hR/X+VET7E3EsyVWMbAcThSuUj6eR930c6KvblVeSuIrh4I poRdxpfPlVuxq7hvYUQ6HPMLxHCnuAc/X1fshYTQco6unp++eOlMUCRXpIVhfIZ9ap6y SDMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d22si5756802ejj.389.2020.05.29.09.31.13; Fri, 29 May 2020 09:31:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727114AbgE2Q1K (ORCPT + 99 others); Fri, 29 May 2020 12:27:10 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:35142 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725601AbgE2Q1H (ORCPT ); Fri, 29 May 2020 12:27:07 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 8F4971C0385; Fri, 29 May 2020 18:27:05 +0200 (CEST) Date: Fri, 29 May 2020 18:27:04 +0200 From: Pavel Machek To: Sebastian Reichel Cc: Sebastian Reichel , Rob Herring , Greg Kroah-Hartman , "Rafael J . Wysocki" , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv1 00/19] Improve SBS battery support Message-ID: <20200529162704.GA3709@amd> References: <20200513185615.508236-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <20200513185615.508236-1-sebastian.reichel@collabora.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This patchset improves support for SBS compliant batteries. Due to > the changes, the battery now exposes 32 power supply properties and > (un)plugging it generates a backtrace containing the following message > without the first patch in this series: >=20 > --------------------------- > WARNING: CPU: 0 PID: 20 at lib/kobject_uevent.c:659 add_uevent_var+0xd4/0= x104 > add_uevent_var: too many keys > --------------------------- >=20 > For references this is what an SBS battery status looks like after > the patch series has been applied: >=20 > POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3D10800000 > POWER_SUPPLY_VOLTAGE_MAX_DESIGN=3D10800000 Is that correct, BTW? sounds like these should not be equal... Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl7RN9gACgkQMOfwapXb+vJsVwCgpHjzsBvFVswrLrtJc0NNZQMo BMYAniyjyZf3dR0x51pP7eY2lzcXk4Uy =8ya5 -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--