From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rhyland Klein Subject: Re: [PATCH 1/5] drivers: power: Rename bq20z75 to sbs-battery Date: Wed, 14 Dec 2011 11:26:06 -0800 Message-ID: <1323890766.8326.2.camel@rklein-linux2> References: <1323129487-24859-1-git-send-email-rklein@nvidia.com> <20111206174100.GA15449@srcf.ucam.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111206174100.GA15449-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Matthew Garrett Cc: "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Anton Vorontsov List-Id: devicetree@vger.kernel.org On Tue, 2011-12-06 at 09:41 -0800, Matthew Garrett wrote: > On Mon, Dec 05, 2011 at 03:58:03PM -0800, Rhyland Klein wrote: > > > +config BATTERY_SBS > > + tristate "SBS Compliant gas gauge" > > This could potentially be confusing with the ACPI SBS code - I guess the > long term ideal would be to merge them? > That might be an avenue worth looking into. I suspect it might end up more being a exercise of pulling out the commonality (SBS definition) and then you end up with 2 simpler drivers which use SBS for whichever bus/subsystem they want. I am not sure we would be able to fully combine them further than that, but maybe. -rhyland