From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl-Heinz Schneider Subject: Re: [PATCH v3 2/2] power: Adds support for Smart Battery System Manager Date: Mon, 25 Jul 2016 21:49:36 +0200 Message-ID: <1469476176.22243.10.camel@amnesix> References: <1bIiDr-0004G1-0P> <1468349295-4935-1-git-send-email-karl-heinz@schneider-inet.de> <1468349295-4935-3-git-send-email-karl-heinz@schneider-inet.de> <20160719041729.GC1640@katana> <1468954265.3053.3.camel@amnesix> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-pm-owner@vger.kernel.org To: Peter Rosin , Rob Herring Cc: Wolfram Sang , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, linux-i2c@vger.kernel.org, Mark Rutland , Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , "Rafael J. Wysocki" , Phil Reid List-Id: devicetree@vger.kernel.org Hi Peter, Hi Rob, Am Montag, den 25.07.2016, 12:44 +0200 schrieb Peter Rosin: > On 2016-07-19 20:51, Karl-Heinz Schneider wrote: > >> Other than that, looks good to me, yet Peter has more insight to > >> i2c-muxes these days. > >> > > Tanks for review. > > > > Will wait another few days before sending a new revision, hence changes > > are rather small. > > Looks good to me from a muxing perspective, with very a minor nit that the > devicetree bindings do not point to i2c-mux.txt for where "standard i2c-mux > nodes" are described. Right, will add it. like this: @@ -7,7 +7,8 @@ Required properties: From OS view the device is basically an i2c-mux used to communicate with up to four smart battery devices at address 0xb. The driver actually implements this behaviour. So standard i2c-mux nodes can be used to register up to four slave -batteries. Channels will be numerated starting from 1 to 4. +batteries. See Documentation/devicetree/bindings/i2c/i2c-mux.txt for more +information on i2c-mux nodes. Channels will be numerated starting from 1 to 4. Example: Rob, are you OK with that change? > > Cheers, > Peter tanks. -- Karl-Heinz