From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jenny Tc Subject: Re: [PATCHv8 1/4] power_supply: Add inlmt,iterm, min/max temp props Date: Mon, 10 Mar 2014 09:10:37 +0530 Message-ID: <20140310034037.GA27798@jenny-desktop> References: <1394170174-21959-1-git-send-email-jenny.tc@intel.com> <1394170174-21959-2-git-send-email-jenny.tc@intel.com> <20140307201240.GC27645@amd.pavel.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140307201240.GC27645@amd.pavel.ucw.cz> Sender: linux-kernel-owner@vger.kernel.org To: Pavel Machek Cc: linux-kernel@vger.kernel.org, Dmitry Eremin-Solenikov , Anton Vorontsov , Anton Vorontsov , Kim Milo , Lee Jones , Jingoo Han , Chanwoo Choi , Sachin Kamat , Lars-Peter Clausen , Pali =?iso-8859-1?Q?Roh=E1r?= , Rhyland Klein , "Rafael J. Wysocki" , David Woodhouse , Tony Lindgren , Russell King , Sebastian Reichel , aaro.koskinen@iki.fi, Pallala Ramakrishna , freemangordon@abv.bg, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On Fri, Mar 07, 2014 at 09:12:40PM +0100, Pavel Machek wrote: > On Fri 2014-03-07 10:59:31, Jenny TC wrote: > > Add new power supply properties for input current, charge termination > > current, min and max temperature > > > > POWER_SUPPLY_PROP_TEMP_MIN - minimum operatable temperature > > POWER_SUPPLY_PROP_TEMP_MAX - maximum operatable temperature > > > > POWER_SUPPLY_PROP_INLMT - input current limit programmed by charger. Indicates > > the input current for a charging source. > > > > POWER_SUPPLY_PROP_CHARGE_TERM_CUR - Charge termination current used to detect > > the end of charge condition > > > > Signed-off-by: Jenny TC > > The patch no longer matches the description, otherwise it looks good. Will fix it in next patch set