* [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver
@ 2015-01-07 21:23 Todd E Brandt
[not found] ` <20150107212328.GA3440-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Todd E Brandt @ 2015-01-07 21:23 UTC (permalink / raw)
To: linux-pm, linux-iio, linux-kernel
Cc: jacob.jun.pan, sameo, lee.jones, sre, dbaryshkov, dwmw2,
david.woodhouse
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) mfd/axp20x.h: add the register defs and platform struct for fuel gauge
(3/3) power/axp288_fuel_gauge.c: axp288 fuel gauge driver
Signed-off-by: Todd Brandt <todd.e.brandt@intel.com>
----
drivers/mfd/axp20x.c | 10 +-
drivers/power/Kconfig | 9 +
drivers/power/Makefile | 1 +
drivers/power/axp288_fuel_gauge.c | 1108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/linux/mfd/axp20x.h | 43 ++-
5 files changed, 1164 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <20150107212328.GA3440-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>]
* Re: [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver [not found] ` <20150107212328.GA3440-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> @ 2015-01-18 17:47 ` Lee Jones 2015-01-21 20:58 ` Todd E Brandt 0 siblings, 1 reply; 3+ messages in thread From: Lee Jones @ 2015-01-18 17:47 UTC (permalink / raw) To: Todd E Brandt Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA, sameo-VuQAYsv1563Yd54FQh9/CA, sre-DgEjT+Ai2ygdnm+yROfE0A, dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ, david.woodhouse-ral2JQCrhuEAvxtiuMwx3w 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 > interfaces with the axp20x mfd driver as a cell > provides battery info and monitors for changes > generates alerts on temperature and capacity issues Use the full 76 chars for full sentences, or if this is a bullet-pointed list, use actual bullet points. > (1/3) mfd/axp20x.c: change the battery cell name to fuel_gauge > (2/3) mfd/axp20x.h: add the register defs and platform struct for fuel gauge > (3/3) power/axp288_fuel_gauge.c: axp288 fuel gauge driver Don't hand-roll your own cover letters, use --cover-letter when creating your patch-sets instead. > Signed-off-by: Todd Brandt <todd.e.brandt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > ---- > drivers/mfd/axp20x.c | 10 +- > drivers/power/Kconfig | 9 + > drivers/power/Makefile | 1 + > drivers/power/axp288_fuel_gauge.c | 1108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/mfd/axp20x.h | 43 ++- > 5 files changed, 1164 insertions(+), 7 deletions(-) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver 2015-01-18 17:47 ` Lee Jones @ 2015-01-21 20:58 ` Todd E Brandt 0 siblings, 0 replies; 3+ messages in thread From: Todd E Brandt @ 2015-01-21 20:58 UTC (permalink / raw) To: Lee Jones Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, jacob.jun.pan-VuQAYsv1563Yd54FQh9/CA, sameo-VuQAYsv1563Yd54FQh9/CA, sre-DgEjT+Ai2ygdnm+yROfE0A, dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ, david.woodhouse-ral2JQCrhuEAvxtiuMwx3w On Sun, Jan 18, 2015 at 05:47:50PM +0000, 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 > > interfaces with the axp20x mfd driver as a cell > > provides battery info and monitors for changes > > generates alerts on temperature and capacity issues > > Use the full 76 chars for full sentences, or if this is a > bullet-pointed list, use actual bullet points. > > > (1/3) mfd/axp20x.c: change the battery cell name to fuel_gauge > > (2/3) mfd/axp20x.h: add the register defs and platform struct for fuel gauge > > (3/3) power/axp288_fuel_gauge.c: axp288 fuel gauge driver > > Don't hand-roll your own cover letters, use --cover-letter when > creating your patch-sets instead. Sorry for for formatting issues, I'll do it correctly in my v2 submission, thanks. > > > Signed-off-by: Todd Brandt <todd.e.brandt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> > > ---- > > drivers/mfd/axp20x.c | 10 +- > > drivers/power/Kconfig | 9 + > > drivers/power/Makefile | 1 + > > drivers/power/axp288_fuel_gauge.c | 1108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > include/linux/mfd/axp20x.h | 43 ++- > > 5 files changed, 1164 insertions(+), 7 deletions(-) > > -- > Lee Jones > Linaro STMicroelectronics Landing Team Lead > Linaro.org │ Open source software for ARM SoCs > Follow Linaro: Facebook | Twitter | Blog ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-21 20:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 21:23 [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver Todd E Brandt
[not found] ` <20150107212328.GA3440-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-01-18 17:47 ` Lee Jones
2015-01-21 20:58 ` Todd E Brandt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).