[PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver

2015-01-07 Thread Todd E Brandt
X-Power AXP288 PMIC Fuel Gauge Driver new power_supply driver at driver/power interfaces with the axp20x mfd driver as a cell provides battery info and monitors for changes generates alerts on temperature and capacity issues (1/3) mfd/axp20x.c: change the battery cell name to fuel_gauge (2/3)

[PATCH 1/3] mfd/axp20x: change battery cell name to fuel gauge

2015-01-07 Thread Todd E Brandt
mfd/axp20x: change battery cell name to fuel gauge Name changes to the battery cell structure to a more generic cell type: fuel gauge. Signed-off-by: Todd Brandt drivers/mfd/axp20x.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mfd/axp20x.c b/drive

[PATCH 2/3] mfd/axp20x: add support for fuel gauge cell driver

2015-01-07 Thread Todd E Brandt
mfd/axp20x: add support for fuel gauge cell Register definitions and platform data structure for fuel gauge cell devices. Signed-off-by: Todd Brandt include/linux/mfd/axp20x.h | 43 +-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/

[PATCH 3/3] power/axp288_fuel_gauge: axp288 fuel gauge driver

2015-01-07 Thread Todd E Brandt
X-Power AXP288 PMIC Fuel Gauge Driver new power_supply driver at driver/power interfaces with the axp20x mfd driver as a cell provides battery info and monitors for changes generates alerts on temperature and capacity issues Signed-off-by: Todd Brandt drivers/power/Kconfig

Re: [PATCH] PM: trace events for device pm callbacks

2014-06-11 Thread Todd E Brandt
Is this accepted? On Tue, Jun 10, 2014 at 11:41:33PM +0200, Rafael J. Wysocki wrote: > On Tuesday, June 10, 2014 05:17:16 PM Steven Rostedt wrote: > > On Tue, 10 Jun 2014 23:17:46 +0200 > > "Rafael J. Wysocki" wrote: > > > > > On Tuesday, June

Re: [PATCH] PM: trace events for device pm callbacks

2014-06-12 Thread Todd E Brandt
Thanks! On Thu, Jun 12, 2014 at 01:14:48AM +0200, Rafael J. Wysocki wrote: > On Wednesday, June 11, 2014 01:42:16 PM Todd E Brandt wrote: > > Is this accepted? > > Yes, applied. Thanks! > > > On Tue, Jun 10, 2014 at 11:41:33PM +0200, Rafael J. Wysocki wrote: > >

Re: [PATCH v4 0/3] X-Power AXP288 PMIC Fuel Gauge Driver

2015-03-10 Thread Todd E Brandt
On Sat, Mar 07, 2015 at 08:26:11PM +0100, Sebastian Reichel wrote: > Hi, > > On Wed, Feb 04, 2015 at 04:24:35PM -0800, Todd Brandt wrote: > > New power_supply driver at driver/power which interfaces with the > > axp20x mfd driver as a cell. Provides battery info, monitors for > > changes, and gene

Re: [PATCH] axp288_fuel_gauge: Add original author details

2015-03-13 Thread Todd E Brandt
On Fri, Mar 13, 2015 at 09:49:09PM +0530, Ramakrishna Pallala wrote: > Add the original author details of the axp288_fuel_gauge driver. > Acked-by: Todd Brandt > Signed-off-by: Ramakrishna Pallala > --- > drivers/power/axp288_fuel_gauge.c |1 + > 1 file changed, 1 insertion(+) > > diff --

Re: [PATCH 1/3] mfd/axp20x: change battery cell name to fuel gauge

2015-01-21 Thread Todd E Brandt
On Tue, Jan 20, 2015 at 11:47:25AM +, Lee Jones wrote: > On Wed, 07 Jan 2015, Todd E Brandt wrote: > > > mfd/axp20x: change battery cell name to fuel gauge > > > > Name changes to the battery cell structure to a > > more generic cell type: fuel gauge. >

Re: [PATCH 3/3] power/axp288_fuel_gauge: axp288 fuel gauge driver

2015-01-21 Thread Todd E Brandt
On Sun, Jan 18, 2015 at 11:49:27AM +0100, Sebastian Reichel wrote: > Hi, > > On Wed, Jan 07, 2015 at 01:26:55PM -0800, Todd E Brandt wrote: > > X-Power AXP288 PMIC Fuel Gauge Driver > > > > new power_supply driver at driver/power > > interfaces wit

Re: [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver

2015-01-21 Thread Todd E Brandt
On Sun, Jan 18, 2015 at 05:47:50PM +, Lee Jones wrote: > So now I have this odd looking front cover letter randomly in my > inbox. > > Please sent patch-sets threaded, so that they cling together. > > > X-Power AXP288 PMIC Fuel Gauge Driver > > > > new power_supply driver at driver/power >