This patch set adds support for the Dialog DA9150 Fuel-Gauge.
In this patch set the following is provided:
- MFD Core and DT bindings updates.
- Power Supply Fuel-Gauge support and DT bindings documentation.
Adam Thomson (4):
mfd: da9150: Add support for Fuel-Gauge
mfd: da9150: Update DT bindings for Fuel-Gauge support
power: Add support for DA9150 Fuel-Gauge
power: da9150: Add DT bindings documentation for Fuel-Gauge
Documentation/devicetree/bindings/mfd/da9150.txt | 6 +
.../devicetree/bindings/power/da9150-fg.txt | 23 +
drivers/mfd/da9150-core.c | 162 +++++-
drivers/power/Kconfig | 10 +
drivers/power/Makefile | 1 +
drivers/power/da9150-fg.c | 589 +++++++++++++++++++++
include/linux/mfd/da9150/core.h | 19 +
include/linux/mfd/da9150/fg.h | 39 ++
8 files changed, 841 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/power/da9150-fg.txt
create mode 100644 drivers/power/da9150-fg.c
create mode 100644 include/linux/mfd/da9150/fg.h
--
1.9.3