From: Todd E Brandt <todd.e.brandt@linux.intel.com>
To: linux-pm@vger.kernel.org, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: jacob.jun.pan@linux.intel.com, sameo@linux.intel.com,
lee.jones@linaro.org, sre@kernel.org, dbaryshkov@gmail.com,
dwmw2@infradead.org, david.woodhouse@intel.com
Subject: [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver
Date: Wed, 7 Jan 2015 13:23:28 -0800 [thread overview]
Message-ID: <20150107212328.GA3440@linux.intel.com> (raw)
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(-)
next reply other threads:[~2015-01-07 21:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-07 21:23 Todd E Brandt [this message]
2015-01-18 17:47 ` [PATCH 0/3] X-Power AXP288 PMIC Fuel Gauge Driver Lee Jones
2015-01-18 17:47 ` Lee Jones
2015-01-21 20:58 ` Todd E Brandt
2015-01-21 20:58 ` Todd E Brandt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150107212328.GA3440@linux.intel.com \
--to=todd.e.brandt@linux.intel.com \
--cc=david.woodhouse@intel.com \
--cc=dbaryshkov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=jacob.jun.pan@linux.intel.com \
--cc=lee.jones@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=sameo@linux.intel.com \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.