From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Subject: Re: [PATCH] twl4030_charger: add devicetree support. Date: Tue, 12 Nov 2013 22:40:19 -0800 Message-ID: <20131113064019.GB31149@teo> References: <20131031170550.686cdf1e@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20131031170550.686cdf1e@notabene.brown> Sender: linux-omap-owner@vger.kernel.org To: NeilBrown Cc: David Woodhouse , Grant Likely , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Belisko Marek , "Dr. H. Nikolaus Schaller" List-Id: devicetree@vger.kernel.org On Thu, Oct 31, 2013 at 05:05:50PM +1100, NeilBrown wrote: > > This allows the charger to be enabled with devicetree, and > allows the parameters for charging the backup battery to be set. > > Signed-off-by: NeilBrown > Acked-by: Kumar Gala > Acked-by: Grant Likely > > -- > This version with correct property names and some Acked-by's. > - NB Applied, thank you!