From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934345AbcAKVt5 (ORCPT ); Mon, 11 Jan 2016 16:49:57 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:52303 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932851AbcAKVtz (ORCPT ); Mon, 11 Jan 2016 16:49:55 -0500 Subject: Re: /sys/class/power_supply/bq27200-0/capacity changed meaning between 4.1 and 4.4? To: Pavel Machek References: <20160109230709.GA30551@amd> <5693BB75.70409@ti.com> <20160111214247.GA9735@amd> CC: , , , kernel list , linux-arm-kernel , , , , , , , , From: "Andrew F. Davis" Message-ID: <56942344.9070609@ti.com> Date: Mon, 11 Jan 2016 15:48:52 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20160111214247.GA9735@amd> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/2016 03:42 PM, Pavel Machek wrote: > Hi! > >>> Did /sys/class/power_supply/bq27200-0/capacity change meaning between >>> 4.1 and 4.4? > >> There was a resent overhaul of this driver and a lot of code is >> vestigial as you have seen. I've been meaning to continue >> cleaning it up, my next step would probably to bring up regmap > > Ok, 1wire is probably reasonable approach. But we have an regression > between 4.1 and 4.4, and to debug it is probably by reading code. > > I can't prove you caused the regression, but you basically rewrote the > driver, so it should be easier for you to spot the bug. > Makes sense. > n900 has this variant: > > bq27200: bq27200@55 { > compatible = "ti,bq27200"; > reg = <0x55>; > }; > Hmmm, not sure if I have this one on hand, I'll see if I can find an n900 around here (they seem to be pretty popular around here for testing (had a lot of TI parts)). > Will you try? > > If not, tell me, and I can do it, but it will involve a lot of swaring... > I'll give it a look over. > Thanks, > Pavel >