2008-08-21 07:52:58 +08:00
|
|
|
/*
|
2015-09-23 03:35:06 +08:00
|
|
|
* BQ27xxx battery driver
|
2008-08-21 07:52:58 +08:00
|
|
|
*
|
|
|
|
* Copyright (C) 2008 Rodolfo Giometti <giometti@linux.it>
|
|
|
|
* Copyright (C) 2008 Eurotech S.p.A. <info@eurotech.it>
|
2010-05-25 01:55:27 +08:00
|
|
|
* Copyright (C) 2010-2011 Lars-Peter Clausen <lars@metafoo.de>
|
2011-05-01 05:59:35 +08:00
|
|
|
* Copyright (C) 2011 Pali Rohár <pali.rohar@gmail.com>
|
2017-06-08 02:37:55 +08:00
|
|
|
* Copyright (C) 2017 Liam Breck <kernel@networkimprov.net>
|
2008-08-21 07:52:58 +08:00
|
|
|
*
|
|
|
|
* Based on a previous work by Copyright (C) 2008 Texas Instruments, Inc.
|
|
|
|
*
|
|
|
|
* This package is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
|
|
|
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
*
|
2011-02-01 07:08:02 +08:00
|
|
|
* Datasheets:
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* http://www.ti.com/product/bq27000
|
|
|
|
* http://www.ti.com/product/bq27200
|
|
|
|
* http://www.ti.com/product/bq27010
|
|
|
|
* http://www.ti.com/product/bq27210
|
|
|
|
* http://www.ti.com/product/bq27500
|
2017-01-11 09:44:41 +08:00
|
|
|
* http://www.ti.com/product/bq27510-g1
|
2017-01-11 09:44:42 +08:00
|
|
|
* http://www.ti.com/product/bq27510-g2
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* http://www.ti.com/product/bq27510-g3
|
|
|
|
* http://www.ti.com/product/bq27520-g4
|
2017-01-11 09:44:44 +08:00
|
|
|
* http://www.ti.com/product/bq27520-g1
|
2017-01-11 09:44:45 +08:00
|
|
|
* http://www.ti.com/product/bq27520-g2
|
2017-01-11 09:44:46 +08:00
|
|
|
* http://www.ti.com/product/bq27520-g3
|
2017-01-11 09:44:47 +08:00
|
|
|
* http://www.ti.com/product/bq27520-g4
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* http://www.ti.com/product/bq27530-g1
|
|
|
|
* http://www.ti.com/product/bq27531-g1
|
|
|
|
* http://www.ti.com/product/bq27541-g1
|
|
|
|
* http://www.ti.com/product/bq27542-g1
|
|
|
|
* http://www.ti.com/product/bq27546-g1
|
|
|
|
* http://www.ti.com/product/bq27742-g1
|
|
|
|
* http://www.ti.com/product/bq27545-g1
|
|
|
|
* http://www.ti.com/product/bq27421-g1
|
2012-07-14 11:20:07 +08:00
|
|
|
* http://www.ti.com/product/bq27425-g1
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* http://www.ti.com/product/bq27411-g1
|
|
|
|
* http://www.ti.com/product/bq27621-g1
|
2011-02-01 07:08:02 +08:00
|
|
|
*/
|
|
|
|
|
bq27x00_battery: Introduce the use of the managed version of kzalloc
This patch moves data allocated using kzalloc to managed data allocated
using devm_kzalloc and cleans now unnecessary kfrees in probe and remove
functions for both platform and i2c drivers. Also, the unecessary
variable ret and labels batt_failed3, err_free were removed.
The following Coccinele script was used for making the change:
@platform@
identifier p, probefn, removefn;
@@
struct platform_driver p = {
.probe = probefn,
.remove = removefn,
};
@prb@
identifier platform.probefn, pdev;
expression e, e1, e2;
@@
probefn(struct platform_device *pdev, ...) {
<+...
- e = kzalloc(e1, e2)
+ e = devm_kzalloc(&pdev->dev, e1, e2)
...
?-kfree(e);
...+>
}
@rem depends on prb@
identifier platform.removefn;
expression e;
@@
removefn(...) {
<...
- kfree(e);
...>
}
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2014-05-29 01:28:49 +08:00
|
|
|
#include <linux/device.h>
|
2008-08-21 07:52:58 +08:00
|
|
|
#include <linux/module.h>
|
2016-09-20 11:43:02 +08:00
|
|
|
#include <linux/mutex.h>
|
2008-08-21 07:52:58 +08:00
|
|
|
#include <linux/param.h>
|
|
|
|
#include <linux/jiffies.h>
|
|
|
|
#include <linux/workqueue.h>
|
|
|
|
#include <linux/delay.h>
|
|
|
|
#include <linux/platform_device.h>
|
|
|
|
#include <linux/power_supply.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 16:04:11 +08:00
|
|
|
#include <linux/slab.h>
|
2016-02-21 19:28:22 +08:00
|
|
|
#include <linux/of.h>
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
#include <linux/power/bq27xxx_battery.h>
|
2010-05-25 01:55:27 +08:00
|
|
|
|
2015-07-23 05:51:54 +08:00
|
|
|
#define DRIVER_VERSION "1.2.0"
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2015-07-23 05:51:53 +08:00
|
|
|
#define BQ27XXX_MANUFACTURER "Texas Instruments"
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
/* BQ27XXX Flags */
|
|
|
|
#define BQ27XXX_FLAG_DSC BIT(0)
|
|
|
|
#define BQ27XXX_FLAG_SOCF BIT(1) /* State-of-Charge threshold final */
|
|
|
|
#define BQ27XXX_FLAG_SOC1 BIT(2) /* State-of-Charge threshold 1 */
|
2017-06-08 02:37:55 +08:00
|
|
|
#define BQ27XXX_FLAG_CFGUP BIT(4)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
#define BQ27XXX_FLAG_FC BIT(9)
|
|
|
|
#define BQ27XXX_FLAG_OTD BIT(14)
|
|
|
|
#define BQ27XXX_FLAG_OTC BIT(15)
|
2015-09-23 03:35:10 +08:00
|
|
|
#define BQ27XXX_FLAG_UT BIT(14)
|
|
|
|
#define BQ27XXX_FLAG_OT BIT(15)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
|
|
|
|
/* BQ27000 has different layout for Flags register */
|
2015-07-23 05:51:54 +08:00
|
|
|
#define BQ27000_FLAG_EDVF BIT(0) /* Final End-of-Discharge-Voltage flag */
|
|
|
|
#define BQ27000_FLAG_EDV1 BIT(1) /* First End-of-Discharge-Voltage flag */
|
|
|
|
#define BQ27000_FLAG_CI BIT(4) /* Capacity Inaccurate flag */
|
|
|
|
#define BQ27000_FLAG_FC BIT(5)
|
|
|
|
#define BQ27000_FLAG_CHGS BIT(7) /* Charge state flag */
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
/* control register params */
|
|
|
|
#define BQ27XXX_SEALED 0x20
|
|
|
|
#define BQ27XXX_SET_CFGUPDATE 0x13
|
|
|
|
#define BQ27XXX_SOFT_RESET 0x42
|
|
|
|
#define BQ27XXX_RESET 0x41
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
#define BQ27XXX_RS (20) /* Resistor sense mOhm */
|
|
|
|
#define BQ27XXX_POWER_CONSTANT (29200) /* 29.2 µV^2 * 1000 */
|
|
|
|
#define BQ27XXX_CURRENT_CONSTANT (3570) /* 3.57 µV * 1000 */
|
2010-05-25 02:52:13 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
#define INVALID_REG_ADDR 0xff
|
|
|
|
|
|
|
|
/*
|
|
|
|
* bq27xxx_reg_index - Register names
|
|
|
|
*
|
|
|
|
* These are indexes into a device's register mapping array.
|
|
|
|
*/
|
2016-06-18 06:02:35 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
enum bq27xxx_reg_index {
|
|
|
|
BQ27XXX_REG_CTRL = 0, /* Control */
|
|
|
|
BQ27XXX_REG_TEMP, /* Temperature */
|
|
|
|
BQ27XXX_REG_INT_TEMP, /* Internal Temperature */
|
|
|
|
BQ27XXX_REG_VOLT, /* Voltage */
|
|
|
|
BQ27XXX_REG_AI, /* Average Current */
|
|
|
|
BQ27XXX_REG_FLAGS, /* Flags */
|
|
|
|
BQ27XXX_REG_TTE, /* Time-to-Empty */
|
|
|
|
BQ27XXX_REG_TTF, /* Time-to-Full */
|
|
|
|
BQ27XXX_REG_TTES, /* Time-to-Empty Standby */
|
|
|
|
BQ27XXX_REG_TTECP, /* Time-to-Empty at Constant Power */
|
|
|
|
BQ27XXX_REG_NAC, /* Nominal Available Capacity */
|
|
|
|
BQ27XXX_REG_FCC, /* Full Charge Capacity */
|
|
|
|
BQ27XXX_REG_CYCT, /* Cycle Count */
|
|
|
|
BQ27XXX_REG_AE, /* Available Energy */
|
|
|
|
BQ27XXX_REG_SOC, /* State-of-Charge */
|
|
|
|
BQ27XXX_REG_DCAP, /* Design Capacity */
|
|
|
|
BQ27XXX_REG_AP, /* Average Power */
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_CTRL, /* Block Data Control */
|
|
|
|
BQ27XXX_DM_CLASS, /* Data Class */
|
|
|
|
BQ27XXX_DM_BLOCK, /* Data Block */
|
|
|
|
BQ27XXX_DM_DATA, /* Block Data */
|
|
|
|
BQ27XXX_DM_CKSUM, /* Block Data Checksum */
|
2016-06-18 06:02:35 +08:00
|
|
|
BQ27XXX_REG_MAX, /* sentinel */
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
};
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
#define BQ27XXX_DM_REG_ROWS \
|
|
|
|
[BQ27XXX_DM_CTRL] = 0x61, \
|
|
|
|
[BQ27XXX_DM_CLASS] = 0x3e, \
|
|
|
|
[BQ27XXX_DM_BLOCK] = 0x3f, \
|
|
|
|
[BQ27XXX_DM_DATA] = 0x40, \
|
|
|
|
[BQ27XXX_DM_CKSUM] = 0x60
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
/* Register mappings */
|
2016-06-18 06:02:35 +08:00
|
|
|
static u8 bq27xxx_regs[][BQ27XXX_REG_MAX] = {
|
|
|
|
[BQ27000] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x0b,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x76,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
[BQ27XXX_DM_CTRL] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_CLASS] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_BLOCK] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_DATA] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_CKSUM] = INVALID_REG_ADDR,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
|
|
|
[BQ27010] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x0b,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x76,
|
|
|
|
[BQ27XXX_REG_AP] = INVALID_REG_ADDR,
|
2017-06-08 02:37:55 +08:00
|
|
|
[BQ27XXX_DM_CTRL] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_CLASS] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_BLOCK] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_DATA] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_DM_CKSUM] = INVALID_REG_ADDR,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
2017-01-11 09:44:38 +08:00
|
|
|
[BQ2750X] = {
|
2016-06-18 06:02:35 +08:00
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1a,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = INVALID_REG_ADDR,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
2017-01-11 09:44:39 +08:00
|
|
|
[BQ2751X] = {
|
2016-11-05 02:33:13 +08:00
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1a,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x1e,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x20,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x2e,
|
|
|
|
[BQ27XXX_REG_AP] = INVALID_REG_ADDR,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-11-05 02:33:13 +08:00
|
|
|
},
|
2017-01-11 09:44:40 +08:00
|
|
|
[BQ27500] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:40 +08:00
|
|
|
},
|
2017-01-11 09:44:41 +08:00
|
|
|
[BQ27510G1] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:41 +08:00
|
|
|
},
|
2017-01-11 09:44:42 +08:00
|
|
|
[BQ27510G2] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:42 +08:00
|
|
|
},
|
2017-01-11 09:44:43 +08:00
|
|
|
[BQ27510G3] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1a,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x1e,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x20,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x2e,
|
|
|
|
[BQ27XXX_REG_AP] = INVALID_REG_ADDR,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:43 +08:00
|
|
|
},
|
2017-01-11 09:44:44 +08:00
|
|
|
[BQ27520G1] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:44 +08:00
|
|
|
},
|
2017-01-11 09:44:45 +08:00
|
|
|
[BQ27520G2] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x36,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = 0x18,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:45 +08:00
|
|
|
},
|
2017-01-11 09:44:46 +08:00
|
|
|
[BQ27520G3] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x36,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = 0x26,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = 0x22,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:46 +08:00
|
|
|
},
|
2017-01-11 09:44:47 +08:00
|
|
|
[BQ27520G4] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = 0x1c,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x1e,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x20,
|
|
|
|
[BQ27XXX_REG_DCAP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_AP] = INVALID_REG_ADDR,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2017-01-11 09:44:47 +08:00
|
|
|
},
|
2016-06-18 06:02:35 +08:00
|
|
|
[BQ27530] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x32,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
|
|
|
[BQ27541] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
|
|
|
[BQ27545] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x06,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x28,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x08,
|
|
|
|
[BQ27XXX_REG_AI] = 0x14,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x0a,
|
|
|
|
[BQ27XXX_REG_TTE] = 0x16,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x0c,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x12,
|
|
|
|
[BQ27XXX_REG_CYCT] = 0x2a,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x2c,
|
|
|
|
[BQ27XXX_REG_DCAP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_AP] = 0x24,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
|
|
|
[BQ27421] = {
|
|
|
|
[BQ27XXX_REG_CTRL] = 0x00,
|
|
|
|
[BQ27XXX_REG_TEMP] = 0x02,
|
|
|
|
[BQ27XXX_REG_INT_TEMP] = 0x1e,
|
|
|
|
[BQ27XXX_REG_VOLT] = 0x04,
|
|
|
|
[BQ27XXX_REG_AI] = 0x10,
|
|
|
|
[BQ27XXX_REG_FLAGS] = 0x06,
|
|
|
|
[BQ27XXX_REG_TTE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTF] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTES] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_TTECP] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_NAC] = 0x08,
|
|
|
|
[BQ27XXX_REG_FCC] = 0x0e,
|
|
|
|
[BQ27XXX_REG_CYCT] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_AE] = INVALID_REG_ADDR,
|
|
|
|
[BQ27XXX_REG_SOC] = 0x1c,
|
|
|
|
[BQ27XXX_REG_DCAP] = 0x3c,
|
|
|
|
[BQ27XXX_REG_AP] = 0x18,
|
2017-06-08 02:37:55 +08:00
|
|
|
BQ27XXX_DM_REG_ROWS,
|
2016-06-18 06:02:35 +08:00
|
|
|
},
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
static enum power_supply_property bq27000_battery_props[] = {
|
2010-02-27 23:06:09 +08:00
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
2008-08-21 07:52:58 +08:00
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
2011-11-01 08:43:04 +08:00
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
2008-08-21 07:52:58 +08:00
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
2010-02-27 23:06:09 +08:00
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_AVG,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
2010-05-25 02:36:52 +08:00
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
2011-02-01 07:08:02 +08:00
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
2011-05-01 05:59:35 +08:00
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
2011-02-01 07:08:02 +08:00
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
2012-05-17 15:21:15 +08:00
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
2015-07-23 05:51:53 +08:00
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
2008-08-21 07:52:58 +08:00
|
|
|
};
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static enum power_supply_property bq27010_battery_props[] = {
|
2012-07-14 11:20:07 +08:00
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_AVG,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
2012-07-14 11:20:07 +08:00
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
2015-07-23 05:51:53 +08:00
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
2012-07-14 11:20:07 +08:00
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:38 +08:00
|
|
|
static enum power_supply_property bq2750x_battery_props[] = {
|
2014-09-10 03:20:35 +08:00
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:39 +08:00
|
|
|
static enum power_supply_property bq2751x_battery_props[] = {
|
2016-11-05 02:33:13 +08:00
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:40 +08:00
|
|
|
static enum power_supply_property bq27500_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:41 +08:00
|
|
|
static enum power_supply_property bq27510g1_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:42 +08:00
|
|
|
static enum power_supply_property bq27510g2_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:43 +08:00
|
|
|
static enum power_supply_property bq27510g3_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:44 +08:00
|
|
|
static enum power_supply_property bq27520g1_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:45 +08:00
|
|
|
static enum power_supply_property bq27520g2_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:46 +08:00
|
|
|
static enum power_supply_property bq27520g3_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_ENERGY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
2017-01-11 09:44:47 +08:00
|
|
|
static enum power_supply_property bq27520g4_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static enum power_supply_property bq27530_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
2014-09-10 03:20:35 +08:00
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
2015-07-23 05:51:53 +08:00
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
2014-09-10 03:20:35 +08:00
|
|
|
};
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static enum power_supply_property bq27541_battery_props[] = {
|
2015-03-01 01:59:28 +08:00
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
2015-07-23 05:51:53 +08:00
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
2015-03-01 01:59:28 +08:00
|
|
|
};
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static enum power_supply_property bq27545_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_HEALTH,
|
|
|
|
POWER_SUPPLY_PROP_CYCLE_COUNT,
|
|
|
|
POWER_SUPPLY_PROP_POWER_AVG,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
|
|
|
static enum power_supply_property bq27421_battery_props[] = {
|
|
|
|
POWER_SUPPLY_PROP_STATUS,
|
|
|
|
POWER_SUPPLY_PROP_PRESENT,
|
|
|
|
POWER_SUPPLY_PROP_VOLTAGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CURRENT_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY,
|
|
|
|
POWER_SUPPLY_PROP_CAPACITY_LEVEL,
|
|
|
|
POWER_SUPPLY_PROP_TEMP,
|
|
|
|
POWER_SUPPLY_PROP_TECHNOLOGY,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_NOW,
|
|
|
|
POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
|
|
|
|
POWER_SUPPLY_PROP_MANUFACTURER,
|
|
|
|
};
|
|
|
|
|
|
|
|
#define BQ27XXX_PROP(_id, _prop) \
|
|
|
|
[_id] = { \
|
|
|
|
.props = _prop, \
|
|
|
|
.size = ARRAY_SIZE(_prop), \
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct {
|
|
|
|
enum power_supply_property *props;
|
|
|
|
size_t size;
|
|
|
|
} bq27xxx_battery_props[] = {
|
|
|
|
BQ27XXX_PROP(BQ27000, bq27000_battery_props),
|
|
|
|
BQ27XXX_PROP(BQ27010, bq27010_battery_props),
|
2017-01-11 09:44:38 +08:00
|
|
|
BQ27XXX_PROP(BQ2750X, bq2750x_battery_props),
|
2017-01-11 09:44:39 +08:00
|
|
|
BQ27XXX_PROP(BQ2751X, bq2751x_battery_props),
|
2017-01-11 09:44:40 +08:00
|
|
|
BQ27XXX_PROP(BQ27500, bq27500_battery_props),
|
2017-01-11 09:44:41 +08:00
|
|
|
BQ27XXX_PROP(BQ27510G1, bq27510g1_battery_props),
|
2017-01-11 09:44:42 +08:00
|
|
|
BQ27XXX_PROP(BQ27510G2, bq27510g2_battery_props),
|
2017-01-11 09:44:43 +08:00
|
|
|
BQ27XXX_PROP(BQ27510G3, bq27510g3_battery_props),
|
2017-01-11 09:44:44 +08:00
|
|
|
BQ27XXX_PROP(BQ27520G1, bq27520g1_battery_props),
|
2017-01-11 09:44:45 +08:00
|
|
|
BQ27XXX_PROP(BQ27520G2, bq27520g2_battery_props),
|
2017-01-11 09:44:46 +08:00
|
|
|
BQ27XXX_PROP(BQ27520G3, bq27520g3_battery_props),
|
2017-01-11 09:44:47 +08:00
|
|
|
BQ27XXX_PROP(BQ27520G4, bq27520g4_battery_props),
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
BQ27XXX_PROP(BQ27530, bq27530_battery_props),
|
|
|
|
BQ27XXX_PROP(BQ27541, bq27541_battery_props),
|
|
|
|
BQ27XXX_PROP(BQ27545, bq27545_battery_props),
|
|
|
|
BQ27XXX_PROP(BQ27421, bq27421_battery_props),
|
|
|
|
};
|
|
|
|
|
2016-09-20 11:43:02 +08:00
|
|
|
static DEFINE_MUTEX(bq27xxx_list_lock);
|
|
|
|
static LIST_HEAD(bq27xxx_battery_devices);
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
#define BQ27XXX_MSLEEP(i) usleep_range((i)*1000, (i)*1000+500)
|
|
|
|
|
|
|
|
#define BQ27XXX_DM_SZ 32
|
|
|
|
|
2017-06-08 02:37:56 +08:00
|
|
|
struct bq27xxx_dm_reg {
|
|
|
|
u8 subclass_id;
|
|
|
|
u8 offset;
|
|
|
|
u8 bytes;
|
|
|
|
u16 min, max;
|
|
|
|
};
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
/**
|
|
|
|
* struct bq27xxx_dm_buf - chip data memory buffer
|
|
|
|
* @class: data memory subclass_id
|
|
|
|
* @block: data memory block number
|
|
|
|
* @data: data from/for the block
|
|
|
|
* @has_data: true if data has been filled by read
|
|
|
|
* @dirty: true if data has changed since last read/write
|
|
|
|
*
|
|
|
|
* Encapsulates info required to manage chip data memory blocks.
|
|
|
|
*/
|
|
|
|
struct bq27xxx_dm_buf {
|
|
|
|
u8 class;
|
|
|
|
u8 block;
|
|
|
|
u8 data[BQ27XXX_DM_SZ];
|
|
|
|
bool has_data, dirty;
|
|
|
|
};
|
|
|
|
|
2017-06-08 02:37:56 +08:00
|
|
|
#define BQ27XXX_DM_BUF(di, i) { \
|
|
|
|
.class = (di)->dm_regs[i].subclass_id, \
|
|
|
|
.block = (di)->dm_regs[i].offset / BQ27XXX_DM_SZ, \
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline u16 *bq27xxx_dm_reg_ptr(struct bq27xxx_dm_buf *buf,
|
|
|
|
struct bq27xxx_dm_reg *reg)
|
|
|
|
{
|
|
|
|
if (buf->class == reg->subclass_id &&
|
|
|
|
buf->block == reg->offset / BQ27XXX_DM_SZ)
|
|
|
|
return (u16 *) (buf->data + reg->offset % BQ27XXX_DM_SZ);
|
|
|
|
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
enum bq27xxx_dm_reg_id {
|
|
|
|
BQ27XXX_DM_DESIGN_CAPACITY = 0,
|
|
|
|
BQ27XXX_DM_DESIGN_ENERGY,
|
|
|
|
BQ27XXX_DM_TERMINATE_VOLTAGE,
|
|
|
|
};
|
|
|
|
|
|
|
|
static const char * const bq27xxx_dm_reg_name[] = {
|
|
|
|
[BQ27XXX_DM_DESIGN_CAPACITY] = "design-capacity",
|
|
|
|
[BQ27XXX_DM_DESIGN_ENERGY] = "design-energy",
|
|
|
|
[BQ27XXX_DM_TERMINATE_VOLTAGE] = "terminate-voltage",
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
static bool bq27xxx_dt_to_nvm = true;
|
|
|
|
module_param_named(dt_monitored_battery_updates_nvm, bq27xxx_dt_to_nvm, bool, 0444);
|
|
|
|
MODULE_PARM_DESC(dt_monitored_battery_updates_nvm,
|
|
|
|
"Devicetree monitored-battery config updates data memory on NVM/flash chips.\n"
|
|
|
|
"Users must set this =0 when installing a different type of battery!\n"
|
|
|
|
"Default is =1."
|
|
|
|
#ifndef CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM
|
|
|
|
"\nSetting this affects future kernel updates, not the current configuration."
|
|
|
|
#endif
|
|
|
|
);
|
2017-06-08 02:37:55 +08:00
|
|
|
|
2016-09-20 11:43:02 +08:00
|
|
|
static int poll_interval_param_set(const char *val, const struct kernel_param *kp)
|
|
|
|
{
|
|
|
|
struct bq27xxx_device_info *di;
|
2016-10-01 12:45:30 +08:00
|
|
|
unsigned int prev_val = *(unsigned int *) kp->arg;
|
2016-09-20 11:43:02 +08:00
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = param_set_uint(val, kp);
|
2016-10-01 12:45:30 +08:00
|
|
|
if (ret < 0 || prev_val == *(unsigned int *) kp->arg)
|
2016-09-20 11:43:02 +08:00
|
|
|
return ret;
|
|
|
|
|
|
|
|
mutex_lock(&bq27xxx_list_lock);
|
|
|
|
list_for_each_entry(di, &bq27xxx_battery_devices, list) {
|
|
|
|
cancel_delayed_work_sync(&di->work);
|
|
|
|
schedule_delayed_work(&di->work, 0);
|
|
|
|
}
|
|
|
|
mutex_unlock(&bq27xxx_list_lock);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static const struct kernel_param_ops param_ops_poll_interval = {
|
|
|
|
.get = param_get_uint,
|
|
|
|
.set = poll_interval_param_set,
|
|
|
|
};
|
|
|
|
|
2011-01-08 03:14:53 +08:00
|
|
|
static unsigned int poll_interval = 360;
|
2016-09-20 11:43:02 +08:00
|
|
|
module_param_cb(poll_interval, ¶m_ops_poll_interval, &poll_interval, 0644);
|
2015-07-23 05:51:56 +08:00
|
|
|
MODULE_PARM_DESC(poll_interval,
|
|
|
|
"battery poll interval in seconds - 0 disables polling");
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2008-08-21 07:52:58 +08:00
|
|
|
/*
|
2015-09-23 03:35:06 +08:00
|
|
|
* Common code for BQ27xxx devices
|
2008-08-21 07:52:58 +08:00
|
|
|
*/
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static inline int bq27xxx_read(struct bq27xxx_device_info *di, int reg_index,
|
2015-07-23 05:51:55 +08:00
|
|
|
bool single)
|
2008-08-21 07:52:58 +08:00
|
|
|
{
|
2017-06-08 02:37:54 +08:00
|
|
|
int ret;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (!di || di->regs[reg_index] == INVALID_REG_ADDR)
|
|
|
|
return -EINVAL;
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2017-06-08 02:37:54 +08:00
|
|
|
ret = di->bus.read(di, di->regs[reg_index], single);
|
|
|
|
if (ret < 0)
|
|
|
|
dev_dbg(di->dev, "failed to read register 0x%02x (index %d)\n",
|
|
|
|
di->regs[reg_index], reg_index);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int bq27xxx_write(struct bq27xxx_device_info *di, int reg_index,
|
|
|
|
u16 value, bool single)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
if (!di || di->regs[reg_index] == INVALID_REG_ADDR)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
if (!di->bus.write)
|
|
|
|
return -EPERM;
|
|
|
|
|
|
|
|
ret = di->bus.write(di, di->regs[reg_index], value, single);
|
|
|
|
if (ret < 0)
|
|
|
|
dev_dbg(di->dev, "failed to write register 0x%02x (index %d)\n",
|
|
|
|
di->regs[reg_index], reg_index);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int bq27xxx_read_block(struct bq27xxx_device_info *di, int reg_index,
|
|
|
|
u8 *data, int len)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
if (!di || di->regs[reg_index] == INVALID_REG_ADDR)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
if (!di->bus.read_bulk)
|
|
|
|
return -EPERM;
|
|
|
|
|
|
|
|
ret = di->bus.read_bulk(di, di->regs[reg_index], data, len);
|
|
|
|
if (ret < 0)
|
|
|
|
dev_dbg(di->dev, "failed to read_bulk register 0x%02x (index %d)\n",
|
|
|
|
di->regs[reg_index], reg_index);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int bq27xxx_write_block(struct bq27xxx_device_info *di, int reg_index,
|
|
|
|
u8 *data, int len)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
if (!di || di->regs[reg_index] == INVALID_REG_ADDR)
|
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
if (!di->bus.write_bulk)
|
|
|
|
return -EPERM;
|
|
|
|
|
|
|
|
ret = di->bus.write_bulk(di, di->regs[reg_index], data, len);
|
|
|
|
if (ret < 0)
|
|
|
|
dev_dbg(di->dev, "failed to write_bulk register 0x%02x (index %d)\n",
|
|
|
|
di->regs[reg_index], reg_index);
|
|
|
|
|
|
|
|
return ret;
|
2012-07-14 11:20:07 +08:00
|
|
|
}
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
static int bq27xxx_battery_seal(struct bq27xxx_device_info *di)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_REG_CTRL, BQ27XXX_SEALED, false);
|
|
|
|
if (ret < 0) {
|
|
|
|
dev_err(di->dev, "bus error on seal: %d\n", ret);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int bq27xxx_battery_unseal(struct bq27xxx_device_info *di)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
if (di->unseal_key == 0) {
|
|
|
|
dev_err(di->dev, "unseal failed due to missing key\n");
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_REG_CTRL, (u16)(di->unseal_key >> 16), false);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_REG_CTRL, (u16)di->unseal_key, false);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
out:
|
|
|
|
dev_err(di->dev, "bus error on unseal: %d\n", ret);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static u8 bq27xxx_battery_checksum_dm_block(struct bq27xxx_dm_buf *buf)
|
|
|
|
{
|
|
|
|
u16 sum = 0;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; i < BQ27XXX_DM_SZ; i++)
|
|
|
|
sum += buf->data[i];
|
|
|
|
sum &= 0xff;
|
|
|
|
|
|
|
|
return 0xff - sum;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int bq27xxx_battery_read_dm_block(struct bq27xxx_device_info *di,
|
|
|
|
struct bq27xxx_dm_buf *buf)
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
buf->has_data = false;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_CLASS, buf->class, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_BLOCK, buf->block, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
BQ27XXX_MSLEEP(1);
|
|
|
|
|
|
|
|
ret = bq27xxx_read_block(di, BQ27XXX_DM_DATA, buf->data, BQ27XXX_DM_SZ);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_read(di, BQ27XXX_DM_CKSUM, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
if ((u8)ret != bq27xxx_battery_checksum_dm_block(buf)) {
|
|
|
|
ret = -EINVAL;
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
buf->has_data = true;
|
|
|
|
buf->dirty = false;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
out:
|
|
|
|
dev_err(di->dev, "bus error reading chip memory: %d\n", ret);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2017-06-08 02:37:56 +08:00
|
|
|
static void bq27xxx_battery_update_dm_block(struct bq27xxx_device_info *di,
|
|
|
|
struct bq27xxx_dm_buf *buf,
|
|
|
|
enum bq27xxx_dm_reg_id reg_id,
|
|
|
|
unsigned int val)
|
|
|
|
{
|
|
|
|
struct bq27xxx_dm_reg *reg = &di->dm_regs[reg_id];
|
|
|
|
const char *str = bq27xxx_dm_reg_name[reg_id];
|
|
|
|
u16 *prev = bq27xxx_dm_reg_ptr(buf, reg);
|
|
|
|
|
|
|
|
if (prev == NULL) {
|
|
|
|
dev_warn(di->dev, "buffer does not match %s dm spec\n", str);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (reg->bytes != 2) {
|
|
|
|
dev_warn(di->dev, "%s dm spec has unsupported byte size\n", str);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!buf->has_data)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if (be16_to_cpup(prev) == val) {
|
|
|
|
dev_info(di->dev, "%s has %u\n", str, val);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM
|
|
|
|
if (!di->ram_chip && !bq27xxx_dt_to_nvm) {
|
|
|
|
#else
|
|
|
|
if (!di->ram_chip) {
|
|
|
|
#endif
|
|
|
|
/* devicetree and NVM differ; defer to NVM */
|
|
|
|
dev_warn(di->dev, "%s has %u; update to %u disallowed "
|
|
|
|
#ifdef CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM
|
|
|
|
"by dt_monitored_battery_updates_nvm=0"
|
|
|
|
#else
|
|
|
|
"for flash/NVM data memory"
|
|
|
|
#endif
|
|
|
|
"\n", str, be16_to_cpup(prev), val);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
dev_info(di->dev, "update %s to %u\n", str, val);
|
|
|
|
|
|
|
|
*prev = cpu_to_be16(val);
|
|
|
|
buf->dirty = true;
|
|
|
|
}
|
|
|
|
|
2017-06-08 02:37:55 +08:00
|
|
|
static int bq27xxx_battery_cfgupdate_priv(struct bq27xxx_device_info *di, bool active)
|
|
|
|
{
|
|
|
|
const int limit = 100;
|
|
|
|
u16 cmd = active ? BQ27XXX_SET_CFGUPDATE : BQ27XXX_SOFT_RESET;
|
|
|
|
int ret, try = limit;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_REG_CTRL, cmd, false);
|
|
|
|
if (ret < 0)
|
|
|
|
return ret;
|
|
|
|
|
|
|
|
do {
|
|
|
|
BQ27XXX_MSLEEP(25);
|
|
|
|
ret = bq27xxx_read(di, BQ27XXX_REG_FLAGS, false);
|
|
|
|
if (ret < 0)
|
|
|
|
return ret;
|
|
|
|
} while (!!(ret & BQ27XXX_FLAG_CFGUP) != active && --try);
|
|
|
|
|
|
|
|
if (!try) {
|
|
|
|
dev_err(di->dev, "timed out waiting for cfgupdate flag %d\n", active);
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (limit - try > 3)
|
|
|
|
dev_warn(di->dev, "cfgupdate %d, retries %d\n", active, limit - try);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int bq27xxx_battery_set_cfgupdate(struct bq27xxx_device_info *di)
|
|
|
|
{
|
|
|
|
int ret = bq27xxx_battery_cfgupdate_priv(di, true);
|
|
|
|
if (ret < 0 && ret != -EINVAL)
|
|
|
|
dev_err(di->dev, "bus error on set_cfgupdate: %d\n", ret);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline int bq27xxx_battery_soft_reset(struct bq27xxx_device_info *di)
|
|
|
|
{
|
|
|
|
int ret = bq27xxx_battery_cfgupdate_priv(di, false);
|
|
|
|
if (ret < 0 && ret != -EINVAL)
|
|
|
|
dev_err(di->dev, "bus error on soft_reset: %d\n", ret);
|
|
|
|
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int bq27xxx_battery_write_dm_block(struct bq27xxx_device_info *di,
|
|
|
|
struct bq27xxx_dm_buf *buf)
|
|
|
|
{
|
|
|
|
bool cfgup = di->chip == BQ27421; /* assume related chips need cfgupdate */
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
if (!buf->dirty)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if (cfgup) {
|
|
|
|
ret = bq27xxx_battery_set_cfgupdate(di);
|
|
|
|
if (ret < 0)
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_CTRL, 0, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_CLASS, buf->class, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_BLOCK, buf->block, true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
BQ27XXX_MSLEEP(1);
|
|
|
|
|
|
|
|
ret = bq27xxx_write_block(di, BQ27XXX_DM_DATA, buf->data, BQ27XXX_DM_SZ);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
ret = bq27xxx_write(di, BQ27XXX_DM_CKSUM,
|
|
|
|
bq27xxx_battery_checksum_dm_block(buf), true);
|
|
|
|
if (ret < 0)
|
|
|
|
goto out;
|
|
|
|
|
|
|
|
/* DO NOT read BQ27XXX_DM_CKSUM here to verify it! That may cause NVM
|
|
|
|
* corruption on the '425 chip (and perhaps others), which can damage
|
|
|
|
* the chip.
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (cfgup) {
|
|
|
|
BQ27XXX_MSLEEP(1);
|
|
|
|
ret = bq27xxx_battery_soft_reset(di);
|
|
|
|
if (ret < 0)
|
|
|
|
return ret;
|
|
|
|
} else {
|
|
|
|
BQ27XXX_MSLEEP(100); /* flash DM updates in <100ms */
|
|
|
|
}
|
|
|
|
|
|
|
|
buf->dirty = false;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
out:
|
|
|
|
if (cfgup)
|
|
|
|
bq27xxx_battery_soft_reset(di);
|
|
|
|
|
|
|
|
dev_err(di->dev, "bus error writing chip memory: %d\n", ret);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2017-06-08 02:37:56 +08:00
|
|
|
static void bq27xxx_battery_set_config(struct bq27xxx_device_info *di,
|
|
|
|
struct power_supply_battery_info *info)
|
|
|
|
{
|
|
|
|
struct bq27xxx_dm_buf bd = BQ27XXX_DM_BUF(di, BQ27XXX_DM_DESIGN_CAPACITY);
|
|
|
|
struct bq27xxx_dm_buf bt = BQ27XXX_DM_BUF(di, BQ27XXX_DM_TERMINATE_VOLTAGE);
|
|
|
|
bool updated;
|
|
|
|
|
|
|
|
if (bq27xxx_battery_unseal(di) < 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if (info->charge_full_design_uah != -EINVAL &&
|
|
|
|
info->energy_full_design_uwh != -EINVAL) {
|
|
|
|
bq27xxx_battery_read_dm_block(di, &bd);
|
|
|
|
/* assume design energy & capacity are in same block */
|
|
|
|
bq27xxx_battery_update_dm_block(di, &bd,
|
|
|
|
BQ27XXX_DM_DESIGN_CAPACITY,
|
|
|
|
info->charge_full_design_uah / 1000);
|
|
|
|
bq27xxx_battery_update_dm_block(di, &bd,
|
|
|
|
BQ27XXX_DM_DESIGN_ENERGY,
|
|
|
|
info->energy_full_design_uwh / 1000);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (info->voltage_min_design_uv != -EINVAL) {
|
|
|
|
bool same = bd.class == bt.class && bd.block == bt.block;
|
|
|
|
if (!same)
|
|
|
|
bq27xxx_battery_read_dm_block(di, &bt);
|
|
|
|
bq27xxx_battery_update_dm_block(di, same ? &bd : &bt,
|
|
|
|
BQ27XXX_DM_TERMINATE_VOLTAGE,
|
|
|
|
info->voltage_min_design_uv / 1000);
|
|
|
|
}
|
|
|
|
|
|
|
|
updated = bd.dirty || bt.dirty;
|
|
|
|
|
|
|
|
bq27xxx_battery_write_dm_block(di, &bd);
|
|
|
|
bq27xxx_battery_write_dm_block(di, &bt);
|
|
|
|
|
|
|
|
bq27xxx_battery_seal(di);
|
|
|
|
|
|
|
|
if (updated && di->chip != BQ27421) { /* not a cfgupdate chip, so reset */
|
|
|
|
bq27xxx_write(di, BQ27XXX_REG_CTRL, BQ27XXX_RESET, false);
|
|
|
|
BQ27XXX_MSLEEP(300); /* reset time is not documented */
|
|
|
|
}
|
|
|
|
/* assume bq27xxx_battery_update() is called hereafter */
|
|
|
|
}
|
|
|
|
|
|
|
|
static void bq27xxx_battery_settings(struct bq27xxx_device_info *di)
|
|
|
|
{
|
|
|
|
struct power_supply_battery_info info = {};
|
|
|
|
unsigned int min, max;
|
|
|
|
|
|
|
|
if (power_supply_get_battery_info(di->bat, &info) < 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if (!di->dm_regs) {
|
|
|
|
dev_warn(di->dev, "data memory update not supported for chip\n");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (info.energy_full_design_uwh != info.charge_full_design_uah) {
|
|
|
|
if (info.energy_full_design_uwh == -EINVAL)
|
|
|
|
dev_warn(di->dev, "missing battery:energy-full-design-microwatt-hours\n");
|
|
|
|
else if (info.charge_full_design_uah == -EINVAL)
|
|
|
|
dev_warn(di->dev, "missing battery:charge-full-design-microamp-hours\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* assume min == 0 */
|
|
|
|
max = di->dm_regs[BQ27XXX_DM_DESIGN_ENERGY].max;
|
|
|
|
if (info.energy_full_design_uwh > max * 1000) {
|
|
|
|
dev_err(di->dev, "invalid battery:energy-full-design-microwatt-hours %d\n",
|
|
|
|
info.energy_full_design_uwh);
|
|
|
|
info.energy_full_design_uwh = -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* assume min == 0 */
|
|
|
|
max = di->dm_regs[BQ27XXX_DM_DESIGN_CAPACITY].max;
|
|
|
|
if (info.charge_full_design_uah > max * 1000) {
|
|
|
|
dev_err(di->dev, "invalid battery:charge-full-design-microamp-hours %d\n",
|
|
|
|
info.charge_full_design_uah);
|
|
|
|
info.charge_full_design_uah = -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
min = di->dm_regs[BQ27XXX_DM_TERMINATE_VOLTAGE].min;
|
|
|
|
max = di->dm_regs[BQ27XXX_DM_TERMINATE_VOLTAGE].max;
|
|
|
|
if ((info.voltage_min_design_uv < min * 1000 ||
|
|
|
|
info.voltage_min_design_uv > max * 1000) &&
|
|
|
|
info.voltage_min_design_uv != -EINVAL) {
|
|
|
|
dev_err(di->dev, "invalid battery:voltage-min-design-microvolt %d\n",
|
|
|
|
info.voltage_min_design_uv);
|
|
|
|
info.voltage_min_design_uv = -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ((info.energy_full_design_uwh != -EINVAL &&
|
|
|
|
info.charge_full_design_uah != -EINVAL) ||
|
|
|
|
info.voltage_min_design_uv != -EINVAL)
|
|
|
|
bq27xxx_battery_set_config(di, &info);
|
|
|
|
}
|
|
|
|
|
2008-08-21 07:52:58 +08:00
|
|
|
/*
|
2015-09-23 03:35:08 +08:00
|
|
|
* Return the battery State-of-Charge
|
2008-08-21 07:52:58 +08:00
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:08 +08:00
|
|
|
static int bq27xxx_battery_read_soc(struct bq27xxx_device_info *di)
|
2008-08-21 07:52:58 +08:00
|
|
|
{
|
2015-09-23 03:35:08 +08:00
|
|
|
int soc;
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2015-12-17 18:12:53 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
soc = bq27xxx_read(di, BQ27XXX_REG_SOC, true);
|
|
|
|
else
|
|
|
|
soc = bq27xxx_read(di, BQ27XXX_REG_SOC, false);
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2015-09-23 03:35:08 +08:00
|
|
|
if (soc < 0)
|
|
|
|
dev_dbg(di->dev, "error reading State-of-Charge\n");
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2015-09-23 03:35:08 +08:00
|
|
|
return soc;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
|
|
|
|
2011-02-01 07:08:02 +08:00
|
|
|
/*
|
|
|
|
* Return a battery charge value in µAh
|
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_charge(struct bq27xxx_device_info *di, u8 reg)
|
2011-02-01 07:08:02 +08:00
|
|
|
{
|
|
|
|
int charge;
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
charge = bq27xxx_read(di, reg, false);
|
2011-02-01 07:08:02 +08:00
|
|
|
if (charge < 0) {
|
2011-11-01 08:43:09 +08:00
|
|
|
dev_dbg(di->dev, "error reading charge register %02x: %d\n",
|
|
|
|
reg, charge);
|
2011-02-01 07:08:02 +08:00
|
|
|
return charge;
|
|
|
|
}
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
charge *= BQ27XXX_CURRENT_CONSTANT / BQ27XXX_RS;
|
2011-02-01 07:08:02 +08:00
|
|
|
else
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
charge *= 1000;
|
2011-02-01 07:08:02 +08:00
|
|
|
|
|
|
|
return charge;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2015-09-23 03:35:08 +08:00
|
|
|
* Return the battery Nominal available capacity in µAh
|
2011-02-01 07:08:02 +08:00
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static inline int bq27xxx_battery_read_nac(struct bq27xxx_device_info *di)
|
2011-02-01 07:08:02 +08:00
|
|
|
{
|
2012-11-10 22:42:48 +08:00
|
|
|
int flags;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010) {
|
|
|
|
flags = bq27xxx_read(di, BQ27XXX_REG_FLAGS, true);
|
|
|
|
if (flags >= 0 && (flags & BQ27000_FLAG_CI))
|
|
|
|
return -ENODATA;
|
|
|
|
}
|
2012-11-10 22:42:48 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
return bq27xxx_battery_read_charge(di, BQ27XXX_REG_NAC);
|
2011-02-01 07:08:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* Return the battery Full Charge Capacity in µAh
|
2011-02-01 07:08:02 +08:00
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static inline int bq27xxx_battery_read_fcc(struct bq27xxx_device_info *di)
|
2011-02-01 07:08:02 +08:00
|
|
|
{
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
return bq27xxx_battery_read_charge(di, BQ27XXX_REG_FCC);
|
2011-02-01 07:08:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
* Return the Design Capacity in µAh
|
2011-02-01 07:08:02 +08:00
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static int bq27xxx_battery_read_dcap(struct bq27xxx_device_info *di)
|
2011-02-01 07:08:02 +08:00
|
|
|
{
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
int dcap;
|
2011-02-01 07:08:02 +08:00
|
|
|
|
2015-12-17 18:12:53 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
dcap = bq27xxx_read(di, BQ27XXX_REG_DCAP, true);
|
|
|
|
else
|
|
|
|
dcap = bq27xxx_read(di, BQ27XXX_REG_DCAP, false);
|
2011-02-01 07:08:02 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (dcap < 0) {
|
2011-11-01 08:43:09 +08:00
|
|
|
dev_dbg(di->dev, "error reading initial last measured discharge\n");
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
return dcap;
|
2011-02-01 07:08:02 +08:00
|
|
|
}
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
2015-12-17 18:12:53 +08:00
|
|
|
dcap = (dcap << 8) * BQ27XXX_CURRENT_CONSTANT / BQ27XXX_RS;
|
2011-02-01 07:08:02 +08:00
|
|
|
else
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
dcap *= 1000;
|
2011-02-01 07:08:02 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
return dcap;
|
2011-02-01 07:08:02 +08:00
|
|
|
}
|
|
|
|
|
2011-11-01 08:43:06 +08:00
|
|
|
/*
|
|
|
|
* Return the battery Available energy in µWh
|
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_energy(struct bq27xxx_device_info *di)
|
2011-11-01 08:43:06 +08:00
|
|
|
{
|
|
|
|
int ae;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
ae = bq27xxx_read(di, BQ27XXX_REG_AE, false);
|
2011-11-01 08:43:06 +08:00
|
|
|
if (ae < 0) {
|
2011-11-01 08:43:09 +08:00
|
|
|
dev_dbg(di->dev, "error reading available energy\n");
|
2011-11-01 08:43:06 +08:00
|
|
|
return ae;
|
|
|
|
}
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
ae *= BQ27XXX_POWER_CONSTANT / BQ27XXX_RS;
|
2011-11-01 08:43:06 +08:00
|
|
|
else
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
ae *= 1000;
|
2011-11-01 08:43:06 +08:00
|
|
|
|
|
|
|
return ae;
|
|
|
|
}
|
|
|
|
|
2011-11-01 08:43:07 +08:00
|
|
|
/*
|
2013-02-02 18:06:09 +08:00
|
|
|
* Return the battery temperature in tenths of degree Kelvin
|
2011-11-01 08:43:07 +08:00
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_temperature(struct bq27xxx_device_info *di)
|
2011-11-01 08:43:07 +08:00
|
|
|
{
|
|
|
|
int temp;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
temp = bq27xxx_read(di, BQ27XXX_REG_TEMP, false);
|
2011-11-01 08:43:07 +08:00
|
|
|
if (temp < 0) {
|
|
|
|
dev_err(di->dev, "error reading temperature\n");
|
|
|
|
return temp;
|
|
|
|
}
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
2013-02-02 18:06:09 +08:00
|
|
|
temp = 5 * temp / 2;
|
2011-11-01 08:43:07 +08:00
|
|
|
|
|
|
|
return temp;
|
|
|
|
}
|
|
|
|
|
2011-02-01 07:08:02 +08:00
|
|
|
/*
|
|
|
|
* Return the battery Cycle count total
|
|
|
|
* Or < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_cyct(struct bq27xxx_device_info *di)
|
2011-02-01 07:08:02 +08:00
|
|
|
{
|
|
|
|
int cyct;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
cyct = bq27xxx_read(di, BQ27XXX_REG_CYCT, false);
|
2011-02-01 07:08:02 +08:00
|
|
|
if (cyct < 0)
|
|
|
|
dev_err(di->dev, "error reading cycle count total\n");
|
|
|
|
|
|
|
|
return cyct;
|
|
|
|
}
|
|
|
|
|
2008-08-21 07:52:58 +08:00
|
|
|
/*
|
2011-01-08 03:12:47 +08:00
|
|
|
* Read a time register.
|
|
|
|
* Return < 0 if something fails.
|
2008-08-21 07:52:58 +08:00
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_time(struct bq27xxx_device_info *di, u8 reg)
|
2008-08-21 07:52:58 +08:00
|
|
|
{
|
2011-01-08 03:12:47 +08:00
|
|
|
int tval;
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
tval = bq27xxx_read(di, reg, false);
|
2011-01-08 03:12:47 +08:00
|
|
|
if (tval < 0) {
|
2011-11-01 08:43:09 +08:00
|
|
|
dev_dbg(di->dev, "error reading time register %02x: %d\n",
|
|
|
|
reg, tval);
|
2011-01-08 03:12:47 +08:00
|
|
|
return tval;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
|
|
|
|
2011-01-08 03:12:47 +08:00
|
|
|
if (tval == 65535)
|
|
|
|
return -ENODATA;
|
|
|
|
|
|
|
|
return tval * 60;
|
|
|
|
}
|
|
|
|
|
2012-05-17 15:21:15 +08:00
|
|
|
/*
|
2015-09-23 03:35:08 +08:00
|
|
|
* Read an average power register.
|
2012-05-17 15:21:15 +08:00
|
|
|
* Return < 0 if something fails.
|
|
|
|
*/
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
static int bq27xxx_battery_read_pwr_avg(struct bq27xxx_device_info *di)
|
2012-05-17 15:21:15 +08:00
|
|
|
{
|
|
|
|
int tval;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
tval = bq27xxx_read(di, BQ27XXX_REG_AP, false);
|
2012-05-17 15:21:15 +08:00
|
|
|
if (tval < 0) {
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
dev_err(di->dev, "error reading average power register %02x: %d\n",
|
|
|
|
BQ27XXX_REG_AP, tval);
|
2012-05-17 15:21:15 +08:00
|
|
|
return tval;
|
|
|
|
}
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
return (tval * BQ27XXX_POWER_CONSTANT) / BQ27XXX_RS;
|
|
|
|
else
|
2012-05-17 15:21:15 +08:00
|
|
|
return tval;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Returns true if a battery over temperature condition is detected
|
|
|
|
*/
|
2015-09-23 03:35:10 +08:00
|
|
|
static bool bq27xxx_battery_overtemp(struct bq27xxx_device_info *di, u16 flags)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
{
|
2017-01-09 08:47:35 +08:00
|
|
|
switch (di->chip) {
|
2017-01-11 09:44:38 +08:00
|
|
|
case BQ2750X:
|
2017-01-11 09:44:39 +08:00
|
|
|
case BQ2751X:
|
2017-01-11 09:44:40 +08:00
|
|
|
case BQ27500:
|
2017-01-11 09:44:41 +08:00
|
|
|
case BQ27510G1:
|
2017-01-11 09:44:42 +08:00
|
|
|
case BQ27510G2:
|
2017-01-11 09:44:43 +08:00
|
|
|
case BQ27510G3:
|
2017-01-11 09:44:44 +08:00
|
|
|
case BQ27520G1:
|
2017-01-11 09:44:45 +08:00
|
|
|
case BQ27520G2:
|
2017-01-11 09:44:46 +08:00
|
|
|
case BQ27520G3:
|
2017-01-11 09:44:47 +08:00
|
|
|
case BQ27520G4:
|
2017-01-09 08:47:35 +08:00
|
|
|
case BQ27541:
|
|
|
|
case BQ27545:
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
return flags & (BQ27XXX_FLAG_OTC | BQ27XXX_FLAG_OTD);
|
2017-01-09 08:47:35 +08:00
|
|
|
case BQ27530:
|
|
|
|
case BQ27421:
|
2015-09-23 03:35:10 +08:00
|
|
|
return flags & BQ27XXX_FLAG_OT;
|
2017-01-09 08:47:35 +08:00
|
|
|
default:
|
|
|
|
return false;
|
|
|
|
}
|
2015-09-23 03:35:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Returns true if a battery under temperature condition is detected
|
|
|
|
*/
|
|
|
|
static bool bq27xxx_battery_undertemp(struct bq27xxx_device_info *di, u16 flags)
|
|
|
|
{
|
|
|
|
if (di->chip == BQ27530 || di->chip == BQ27421)
|
|
|
|
return flags & BQ27XXX_FLAG_UT;
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Returns true if a low state of charge condition is detected
|
|
|
|
*/
|
|
|
|
static bool bq27xxx_battery_dead(struct bq27xxx_device_info *di, u16 flags)
|
|
|
|
{
|
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010)
|
|
|
|
return flags & (BQ27000_FLAG_EDV1 | BQ27000_FLAG_EDVF);
|
2012-05-17 15:21:15 +08:00
|
|
|
else
|
2015-09-23 03:35:10 +08:00
|
|
|
return flags & (BQ27XXX_FLAG_SOC1 | BQ27XXX_FLAG_SOCF);
|
2012-05-17 15:21:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Read flag register.
|
|
|
|
* Return < 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_read_health(struct bq27xxx_device_info *di)
|
2012-05-17 15:21:15 +08:00
|
|
|
{
|
2015-09-28 16:51:27 +08:00
|
|
|
int flags;
|
2016-07-19 00:12:09 +08:00
|
|
|
bool has_singe_flag = di->chip == BQ27000 || di->chip == BQ27010;
|
2012-05-17 15:21:15 +08:00
|
|
|
|
2016-07-19 00:12:09 +08:00
|
|
|
flags = bq27xxx_read(di, BQ27XXX_REG_FLAGS, has_singe_flag);
|
2015-09-23 03:35:10 +08:00
|
|
|
if (flags < 0) {
|
|
|
|
dev_err(di->dev, "error reading flag register:%d\n", flags);
|
|
|
|
return flags;
|
2012-05-17 15:21:15 +08:00
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:10 +08:00
|
|
|
/* Unlikely but important to return first */
|
|
|
|
if (unlikely(bq27xxx_battery_overtemp(di, flags)))
|
|
|
|
return POWER_SUPPLY_HEALTH_OVERHEAT;
|
|
|
|
if (unlikely(bq27xxx_battery_undertemp(di, flags)))
|
|
|
|
return POWER_SUPPLY_HEALTH_COLD;
|
|
|
|
if (unlikely(bq27xxx_battery_dead(di, flags)))
|
|
|
|
return POWER_SUPPLY_HEALTH_DEAD;
|
2012-05-17 15:21:15 +08:00
|
|
|
|
2015-09-23 03:35:10 +08:00
|
|
|
return POWER_SUPPLY_HEALTH_GOOD;
|
2012-05-17 15:21:15 +08:00
|
|
|
}
|
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
void bq27xxx_battery_update(struct bq27xxx_device_info *di)
|
2011-01-08 03:12:47 +08:00
|
|
|
{
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_reg_cache cache = {0, };
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
bool has_ci_flag = di->chip == BQ27000 || di->chip == BQ27010;
|
|
|
|
bool has_singe_flag = di->chip == BQ27000 || di->chip == BQ27010;
|
2011-01-08 03:12:47 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
cache.flags = bq27xxx_read(di, BQ27XXX_REG_FLAGS, has_singe_flag);
|
2014-07-01 03:49:56 +08:00
|
|
|
if ((cache.flags & 0xff) == 0xff)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
cache.flags = -1; /* read error */
|
2011-01-08 03:12:47 +08:00
|
|
|
if (cache.flags >= 0) {
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
cache.temperature = bq27xxx_battery_read_temperature(di);
|
|
|
|
if (has_ci_flag && (cache.flags & BQ27000_FLAG_CI)) {
|
2015-10-08 02:42:38 +08:00
|
|
|
dev_info_once(di->dev, "battery is not calibrated! ignoring capacity values\n");
|
2011-11-01 08:43:05 +08:00
|
|
|
cache.capacity = -ENODATA;
|
2011-11-01 08:43:06 +08:00
|
|
|
cache.energy = -ENODATA;
|
2011-11-01 08:43:05 +08:00
|
|
|
cache.time_to_empty = -ENODATA;
|
|
|
|
cache.time_to_empty_avg = -ENODATA;
|
|
|
|
cache.time_to_full = -ENODATA;
|
|
|
|
cache.charge_full = -ENODATA;
|
2012-05-17 15:21:15 +08:00
|
|
|
cache.health = -ENODATA;
|
2011-11-01 08:43:05 +08:00
|
|
|
} else {
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->regs[BQ27XXX_REG_TTE] != INVALID_REG_ADDR)
|
|
|
|
cache.time_to_empty = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTE);
|
|
|
|
if (di->regs[BQ27XXX_REG_TTECP] != INVALID_REG_ADDR)
|
|
|
|
cache.time_to_empty_avg = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTECP);
|
|
|
|
if (di->regs[BQ27XXX_REG_TTF] != INVALID_REG_ADDR)
|
|
|
|
cache.time_to_full = bq27xxx_battery_read_time(di, BQ27XXX_REG_TTF);
|
|
|
|
cache.charge_full = bq27xxx_battery_read_fcc(di);
|
2015-09-23 03:35:08 +08:00
|
|
|
cache.capacity = bq27xxx_battery_read_soc(di);
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->regs[BQ27XXX_REG_AE] != INVALID_REG_ADDR)
|
2015-09-23 03:35:06 +08:00
|
|
|
cache.energy = bq27xxx_battery_read_energy(di);
|
|
|
|
cache.health = bq27xxx_battery_read_health(di);
|
2011-11-01 08:43:05 +08:00
|
|
|
}
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->regs[BQ27XXX_REG_CYCT] != INVALID_REG_ADDR)
|
2015-09-23 03:35:06 +08:00
|
|
|
cache.cycle_count = bq27xxx_battery_read_cyct(di);
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->regs[BQ27XXX_REG_AP] != INVALID_REG_ADDR)
|
|
|
|
cache.power_avg = bq27xxx_battery_read_pwr_avg(di);
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2011-02-01 07:08:02 +08:00
|
|
|
/* We only have to read charge design full once */
|
|
|
|
if (di->charge_design_full <= 0)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
di->charge_design_full = bq27xxx_battery_read_dcap(di);
|
2011-01-08 03:12:47 +08:00
|
|
|
}
|
|
|
|
|
2014-10-22 09:15:37 +08:00
|
|
|
if (di->cache.capacity != cache.capacity)
|
2015-03-12 15:44:11 +08:00
|
|
|
power_supply_changed(di->bat);
|
2014-10-22 09:15:37 +08:00
|
|
|
|
|
|
|
if (memcmp(&di->cache, &cache, sizeof(cache)) != 0)
|
|
|
|
di->cache = cache;
|
2011-01-08 03:12:47 +08:00
|
|
|
|
|
|
|
di->last_update = jiffies;
|
|
|
|
}
|
2015-11-24 00:53:51 +08:00
|
|
|
EXPORT_SYMBOL_GPL(bq27xxx_battery_update);
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static void bq27xxx_battery_poll(struct work_struct *work)
|
2011-01-08 03:14:53 +08:00
|
|
|
{
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_device_info *di =
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
container_of(work, struct bq27xxx_device_info,
|
|
|
|
work.work);
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
bq27xxx_battery_update(di);
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2016-07-04 17:50:31 +08:00
|
|
|
if (poll_interval > 0)
|
2011-01-08 03:14:53 +08:00
|
|
|
schedule_delayed_work(&di->work, poll_interval * HZ);
|
|
|
|
}
|
|
|
|
|
2008-08-21 07:52:58 +08:00
|
|
|
/*
|
2011-02-01 07:23:13 +08:00
|
|
|
* Return the battery average current in µA
|
2008-08-21 07:52:58 +08:00
|
|
|
* Note that current can be negative signed as well
|
|
|
|
* Or 0 if something fails.
|
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_current(struct bq27xxx_device_info *di,
|
2015-07-23 05:51:55 +08:00
|
|
|
union power_supply_propval *val)
|
2008-08-21 07:52:58 +08:00
|
|
|
{
|
2011-01-08 03:12:47 +08:00
|
|
|
int curr;
|
2011-11-01 08:43:03 +08:00
|
|
|
int flags;
|
2008-08-21 07:52:58 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
curr = bq27xxx_read(di, BQ27XXX_REG_AI, false);
|
2011-11-01 08:43:09 +08:00
|
|
|
if (curr < 0) {
|
|
|
|
dev_err(di->dev, "error reading current\n");
|
2011-01-08 03:12:47 +08:00
|
|
|
return curr;
|
2011-11-01 08:43:09 +08:00
|
|
|
}
|
2010-02-13 05:57:23 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010) {
|
2016-07-19 00:12:09 +08:00
|
|
|
flags = bq27xxx_read(di, BQ27XXX_REG_FLAGS, true);
|
2011-11-01 08:43:03 +08:00
|
|
|
if (flags & BQ27000_FLAG_CHGS) {
|
2010-02-13 05:57:23 +08:00
|
|
|
dev_dbg(di->dev, "negative current!\n");
|
2010-02-27 23:06:44 +08:00
|
|
|
curr = -curr;
|
2010-02-13 05:57:23 +08:00
|
|
|
}
|
2008-08-21 07:52:58 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
val->intval = curr * BQ27XXX_CURRENT_CONSTANT / BQ27XXX_RS;
|
|
|
|
} else {
|
|
|
|
/* Other gauges return signed value */
|
|
|
|
val->intval = (int)((s16)curr) * 1000;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
|
|
|
|
2011-01-08 03:12:47 +08:00
|
|
|
return 0;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_status(struct bq27xxx_device_info *di,
|
2015-07-23 05:51:55 +08:00
|
|
|
union power_supply_propval *val)
|
2010-02-27 23:06:09 +08:00
|
|
|
{
|
|
|
|
int status;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010) {
|
2010-09-18 23:31:16 +08:00
|
|
|
if (di->cache.flags & BQ27000_FLAG_FC)
|
|
|
|
status = POWER_SUPPLY_STATUS_FULL;
|
|
|
|
else if (di->cache.flags & BQ27000_FLAG_CHGS)
|
2010-02-27 23:06:09 +08:00
|
|
|
status = POWER_SUPPLY_STATUS_CHARGING;
|
2015-03-12 15:44:11 +08:00
|
|
|
else if (power_supply_am_i_supplied(di->bat))
|
2010-09-18 23:31:16 +08:00
|
|
|
status = POWER_SUPPLY_STATUS_NOT_CHARGING;
|
2010-02-27 23:06:09 +08:00
|
|
|
else
|
|
|
|
status = POWER_SUPPLY_STATUS_DISCHARGING;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
} else {
|
|
|
|
if (di->cache.flags & BQ27XXX_FLAG_FC)
|
|
|
|
status = POWER_SUPPLY_STATUS_FULL;
|
|
|
|
else if (di->cache.flags & BQ27XXX_FLAG_DSC)
|
|
|
|
status = POWER_SUPPLY_STATUS_DISCHARGING;
|
|
|
|
else
|
|
|
|
status = POWER_SUPPLY_STATUS_CHARGING;
|
2010-02-27 23:06:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
val->intval = status;
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2010-02-27 23:06:09 +08:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_capacity_level(struct bq27xxx_device_info *di,
|
2015-07-23 05:51:55 +08:00
|
|
|
union power_supply_propval *val)
|
2011-11-01 08:43:04 +08:00
|
|
|
{
|
|
|
|
int level;
|
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->chip == BQ27000 || di->chip == BQ27010) {
|
|
|
|
if (di->cache.flags & BQ27000_FLAG_FC)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_FULL;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
else if (di->cache.flags & BQ27000_FLAG_EDV1)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_LOW;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
else if (di->cache.flags & BQ27000_FLAG_EDVF)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_CRITICAL;
|
|
|
|
else
|
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_NORMAL;
|
|
|
|
} else {
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
if (di->cache.flags & BQ27XXX_FLAG_FC)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_FULL;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
else if (di->cache.flags & BQ27XXX_FLAG_SOC1)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_LOW;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
else if (di->cache.flags & BQ27XXX_FLAG_SOCF)
|
2011-11-01 08:43:04 +08:00
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_CRITICAL;
|
|
|
|
else
|
|
|
|
level = POWER_SUPPLY_CAPACITY_LEVEL_NORMAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
val->intval = level;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2010-02-27 23:06:09 +08:00
|
|
|
/*
|
2012-02-18 00:46:21 +08:00
|
|
|
* Return the battery Voltage in millivolts
|
2011-01-08 03:12:47 +08:00
|
|
|
* Or < 0 if something fails.
|
2010-02-27 23:06:09 +08:00
|
|
|
*/
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_voltage(struct bq27xxx_device_info *di,
|
2015-07-23 05:51:55 +08:00
|
|
|
union power_supply_propval *val)
|
2010-02-27 23:06:09 +08:00
|
|
|
{
|
2011-01-08 03:12:47 +08:00
|
|
|
int volt;
|
2010-02-27 23:06:09 +08:00
|
|
|
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
volt = bq27xxx_read(di, BQ27XXX_REG_VOLT, false);
|
2011-11-01 08:43:09 +08:00
|
|
|
if (volt < 0) {
|
|
|
|
dev_err(di->dev, "error reading voltage\n");
|
2011-01-08 03:12:47 +08:00
|
|
|
return volt;
|
2011-11-01 08:43:09 +08:00
|
|
|
}
|
2010-02-27 23:06:09 +08:00
|
|
|
|
2011-01-08 03:12:47 +08:00
|
|
|
val->intval = volt * 1000;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_simple_value(int value,
|
2015-07-23 05:51:55 +08:00
|
|
|
union power_supply_propval *val)
|
2011-01-08 03:12:47 +08:00
|
|
|
{
|
|
|
|
if (value < 0)
|
|
|
|
return value;
|
|
|
|
|
|
|
|
val->intval = value;
|
2010-02-27 23:06:09 +08:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_get_property(struct power_supply *psy,
|
2008-08-21 07:52:58 +08:00
|
|
|
enum power_supply_property psp,
|
|
|
|
union power_supply_propval *val)
|
|
|
|
{
|
2010-02-27 23:06:09 +08:00
|
|
|
int ret = 0;
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_device_info *di = power_supply_get_drvdata(psy);
|
2010-05-25 03:57:33 +08:00
|
|
|
|
2011-01-08 03:14:53 +08:00
|
|
|
mutex_lock(&di->lock);
|
|
|
|
if (time_is_before_jiffies(di->last_update + 5 * HZ)) {
|
|
|
|
cancel_delayed_work_sync(&di->work);
|
2015-09-23 03:35:06 +08:00
|
|
|
bq27xxx_battery_poll(&di->work.work);
|
2011-01-08 03:14:53 +08:00
|
|
|
}
|
|
|
|
mutex_unlock(&di->lock);
|
2011-01-08 03:12:47 +08:00
|
|
|
|
|
|
|
if (psp != POWER_SUPPLY_PROP_PRESENT && di->cache.flags < 0)
|
2010-05-25 03:57:33 +08:00
|
|
|
return -ENODEV;
|
2008-08-21 07:52:58 +08:00
|
|
|
|
|
|
|
switch (psp) {
|
2010-02-27 23:06:09 +08:00
|
|
|
case POWER_SUPPLY_PROP_STATUS:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_battery_status(di, val);
|
2010-02-27 23:06:09 +08:00
|
|
|
break;
|
2008-08-21 07:52:58 +08:00
|
|
|
case POWER_SUPPLY_PROP_VOLTAGE_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_battery_voltage(di, val);
|
2010-05-25 03:57:33 +08:00
|
|
|
break;
|
2008-08-21 07:52:58 +08:00
|
|
|
case POWER_SUPPLY_PROP_PRESENT:
|
2011-01-08 03:12:47 +08:00
|
|
|
val->intval = di->cache.flags < 0 ? 0 : 1;
|
2008-08-21 07:52:58 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_CURRENT_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_battery_current(di, val);
|
2008-08-21 07:52:58 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_CAPACITY:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.capacity, val);
|
2008-08-21 07:52:58 +08:00
|
|
|
break;
|
2011-11-01 08:43:04 +08:00
|
|
|
case POWER_SUPPLY_PROP_CAPACITY_LEVEL:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_battery_capacity_level(di, val);
|
2011-11-01 08:43:04 +08:00
|
|
|
break;
|
2008-08-21 07:52:58 +08:00
|
|
|
case POWER_SUPPLY_PROP_TEMP:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.temperature, val);
|
2013-02-02 18:06:09 +08:00
|
|
|
if (ret == 0)
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
val->intval -= 2731; /* convert decidegree k to c */
|
2008-08-21 07:52:58 +08:00
|
|
|
break;
|
2010-02-27 23:06:09 +08:00
|
|
|
case POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.time_to_empty, val);
|
2010-02-27 23:06:09 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_TIME_TO_EMPTY_AVG:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.time_to_empty_avg, val);
|
2010-02-27 23:06:09 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_TIME_TO_FULL_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.time_to_full, val);
|
2010-02-27 23:06:09 +08:00
|
|
|
break;
|
2010-05-25 02:36:52 +08:00
|
|
|
case POWER_SUPPLY_PROP_TECHNOLOGY:
|
|
|
|
val->intval = POWER_SUPPLY_TECHNOLOGY_LION;
|
|
|
|
break;
|
2011-02-01 07:08:02 +08:00
|
|
|
case POWER_SUPPLY_PROP_CHARGE_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(bq27xxx_battery_read_nac(di), val);
|
2011-02-01 07:08:02 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_CHARGE_FULL:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.charge_full, val);
|
2011-02-01 07:08:02 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->charge_design_full, val);
|
2011-02-01 07:08:02 +08:00
|
|
|
break;
|
2017-06-08 02:37:56 +08:00
|
|
|
/*
|
|
|
|
* TODO: Implement these to make registers set from
|
|
|
|
* power_supply_battery_info visible in sysfs.
|
|
|
|
*/
|
|
|
|
case POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN:
|
|
|
|
case POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN:
|
|
|
|
return -EINVAL;
|
2011-05-01 05:59:35 +08:00
|
|
|
case POWER_SUPPLY_PROP_CYCLE_COUNT:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.cycle_count, val);
|
2011-02-01 07:08:02 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_ENERGY_NOW:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.energy, val);
|
2011-02-01 07:08:02 +08:00
|
|
|
break;
|
2012-05-17 15:21:15 +08:00
|
|
|
case POWER_SUPPLY_PROP_POWER_AVG:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.power_avg, val);
|
2012-05-17 15:21:15 +08:00
|
|
|
break;
|
|
|
|
case POWER_SUPPLY_PROP_HEALTH:
|
2015-09-23 03:35:06 +08:00
|
|
|
ret = bq27xxx_simple_value(di->cache.health, val);
|
2012-05-17 15:21:15 +08:00
|
|
|
break;
|
2015-07-23 05:51:53 +08:00
|
|
|
case POWER_SUPPLY_PROP_MANUFACTURER:
|
|
|
|
val->strval = BQ27XXX_MANUFACTURER;
|
|
|
|
break;
|
2008-08-21 07:52:58 +08:00
|
|
|
default:
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
2010-02-27 23:06:09 +08:00
|
|
|
return ret;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static void bq27xxx_external_power_changed(struct power_supply *psy)
|
2011-01-08 03:14:53 +08:00
|
|
|
{
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_device_info *di = power_supply_get_drvdata(psy);
|
2011-01-08 03:14:53 +08:00
|
|
|
|
|
|
|
cancel_delayed_work_sync(&di->work);
|
|
|
|
schedule_delayed_work(&di->work, 0);
|
|
|
|
}
|
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
int bq27xxx_battery_setup(struct bq27xxx_device_info *di)
|
2008-08-21 07:52:58 +08:00
|
|
|
{
|
2015-03-12 15:44:11 +08:00
|
|
|
struct power_supply_desc *psy_desc;
|
2017-06-08 02:37:56 +08:00
|
|
|
struct power_supply_config psy_cfg = {
|
|
|
|
.of_node = di->dev->of_node,
|
|
|
|
.drv_data = di,
|
|
|
|
};
|
2015-03-12 15:44:11 +08:00
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
INIT_DELAYED_WORK(&di->work, bq27xxx_battery_poll);
|
|
|
|
mutex_init(&di->lock);
|
|
|
|
di->regs = bq27xxx_regs[di->chip];
|
|
|
|
|
2015-03-12 15:44:11 +08:00
|
|
|
psy_desc = devm_kzalloc(di->dev, sizeof(*psy_desc), GFP_KERNEL);
|
|
|
|
if (!psy_desc)
|
|
|
|
return -ENOMEM;
|
2010-05-25 01:37:58 +08:00
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
psy_desc->name = di->name;
|
2015-03-12 15:44:11 +08:00
|
|
|
psy_desc->type = POWER_SUPPLY_TYPE_BATTERY;
|
power: bq27xxx_battery: Add support for additional bq27xxx family devices
Add support for additional devices and register equivalent family devices
including the bq27010, bq27210, bq27500, bq27510, bq27520, bq27530,
bq27531, bq27541, bq27542, bq27546, bq27545, bq27441, bq27421, and the
bq27641.
To facilitate this process the register mapings have been moved to tables
and other small cleanups have been made.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2015-09-23 03:35:09 +08:00
|
|
|
psy_desc->properties = bq27xxx_battery_props[di->chip].props;
|
|
|
|
psy_desc->num_properties = bq27xxx_battery_props[di->chip].size;
|
2015-09-23 03:35:06 +08:00
|
|
|
psy_desc->get_property = bq27xxx_battery_get_property;
|
|
|
|
psy_desc->external_power_changed = bq27xxx_external_power_changed;
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2015-03-12 15:44:11 +08:00
|
|
|
di->bat = power_supply_register_no_ws(di->dev, psy_desc, &psy_cfg);
|
|
|
|
if (IS_ERR(di->bat)) {
|
2015-11-24 00:53:51 +08:00
|
|
|
dev_err(di->dev, "failed to register battery\n");
|
|
|
|
return PTR_ERR(di->bat);
|
2010-05-25 01:37:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
dev_info(di->dev, "support ver. %s enabled\n", DRIVER_VERSION);
|
|
|
|
|
2017-06-08 02:37:56 +08:00
|
|
|
bq27xxx_battery_settings(di);
|
2015-09-23 03:35:06 +08:00
|
|
|
bq27xxx_battery_update(di);
|
2011-01-08 03:12:47 +08:00
|
|
|
|
2016-09-20 11:43:02 +08:00
|
|
|
mutex_lock(&bq27xxx_list_lock);
|
|
|
|
list_add(&di->list, &bq27xxx_battery_devices);
|
|
|
|
mutex_unlock(&bq27xxx_list_lock);
|
|
|
|
|
2010-05-25 01:37:58 +08:00
|
|
|
return 0;
|
2008-08-21 07:52:58 +08:00
|
|
|
}
|
2015-11-24 00:53:51 +08:00
|
|
|
EXPORT_SYMBOL_GPL(bq27xxx_battery_setup);
|
2008-08-21 07:52:58 +08:00
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
void bq27xxx_battery_teardown(struct bq27xxx_device_info *di)
|
2011-01-08 03:14:53 +08:00
|
|
|
{
|
2011-11-01 08:43:11 +08:00
|
|
|
/*
|
2015-09-23 03:35:06 +08:00
|
|
|
* power_supply_unregister call bq27xxx_battery_get_property which
|
|
|
|
* call bq27xxx_battery_poll.
|
|
|
|
* Make sure that bq27xxx_battery_poll will not call
|
2011-11-01 08:43:11 +08:00
|
|
|
* schedule_delayed_work again after unregister (which cause OOPS).
|
|
|
|
*/
|
|
|
|
poll_interval = 0;
|
|
|
|
|
2011-01-08 03:14:53 +08:00
|
|
|
cancel_delayed_work_sync(&di->work);
|
|
|
|
|
2015-03-12 15:44:11 +08:00
|
|
|
power_supply_unregister(di->bat);
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2016-09-20 11:43:02 +08:00
|
|
|
mutex_lock(&bq27xxx_list_lock);
|
|
|
|
list_del(&di->list);
|
|
|
|
mutex_unlock(&bq27xxx_list_lock);
|
|
|
|
|
2011-01-08 03:14:53 +08:00
|
|
|
mutex_destroy(&di->lock);
|
|
|
|
}
|
2015-11-24 00:53:51 +08:00
|
|
|
EXPORT_SYMBOL_GPL(bq27xxx_battery_teardown);
|
2010-05-25 01:55:27 +08:00
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_platform_read(struct bq27xxx_device_info *di, u8 reg,
|
|
|
|
bool single)
|
2010-05-25 01:55:27 +08:00
|
|
|
{
|
|
|
|
struct device *dev = di->dev;
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_platform_data *pdata = dev->platform_data;
|
2010-05-25 01:55:27 +08:00
|
|
|
unsigned int timeout = 3;
|
|
|
|
int upper, lower;
|
|
|
|
int temp;
|
|
|
|
|
|
|
|
if (!single) {
|
|
|
|
/* Make sure the value has not changed in between reading the
|
|
|
|
* lower and the upper part */
|
|
|
|
upper = pdata->read(dev, reg + 1);
|
|
|
|
do {
|
|
|
|
temp = upper;
|
|
|
|
if (upper < 0)
|
|
|
|
return upper;
|
|
|
|
|
|
|
|
lower = pdata->read(dev, reg);
|
|
|
|
if (lower < 0)
|
|
|
|
return lower;
|
|
|
|
|
|
|
|
upper = pdata->read(dev, reg + 1);
|
|
|
|
} while (temp != upper && --timeout);
|
|
|
|
|
|
|
|
if (timeout == 0)
|
|
|
|
return -EIO;
|
|
|
|
|
2011-01-08 03:12:47 +08:00
|
|
|
return (upper << 8) | lower;
|
2010-05-25 01:55:27 +08:00
|
|
|
}
|
2011-01-08 03:12:47 +08:00
|
|
|
|
|
|
|
return pdata->read(dev, reg);
|
2010-05-25 01:55:27 +08:00
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_platform_probe(struct platform_device *pdev)
|
2010-05-25 01:55:27 +08:00
|
|
|
{
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_device_info *di;
|
|
|
|
struct bq27xxx_platform_data *pdata = pdev->dev.platform_data;
|
2010-05-25 01:55:27 +08:00
|
|
|
|
|
|
|
if (!pdata) {
|
|
|
|
dev_err(&pdev->dev, "no platform_data supplied\n");
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!pdata->read) {
|
|
|
|
dev_err(&pdev->dev, "no hdq read callback supplied\n");
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:07 +08:00
|
|
|
if (!pdata->chip) {
|
|
|
|
dev_err(&pdev->dev, "no device supplied\n");
|
|
|
|
return -EINVAL;
|
|
|
|
}
|
|
|
|
|
bq27x00_battery: Introduce the use of the managed version of kzalloc
This patch moves data allocated using kzalloc to managed data allocated
using devm_kzalloc and cleans now unnecessary kfrees in probe and remove
functions for both platform and i2c drivers. Also, the unecessary
variable ret and labels batt_failed3, err_free were removed.
The following Coccinele script was used for making the change:
@platform@
identifier p, probefn, removefn;
@@
struct platform_driver p = {
.probe = probefn,
.remove = removefn,
};
@prb@
identifier platform.probefn, pdev;
expression e, e1, e2;
@@
probefn(struct platform_device *pdev, ...) {
<+...
- e = kzalloc(e1, e2)
+ e = devm_kzalloc(&pdev->dev, e1, e2)
...
?-kfree(e);
...+>
}
@rem depends on prb@
identifier platform.removefn;
expression e;
@@
removefn(...) {
<...
- kfree(e);
...>
}
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2014-05-29 01:28:49 +08:00
|
|
|
di = devm_kzalloc(&pdev->dev, sizeof(*di), GFP_KERNEL);
|
2015-07-23 05:51:56 +08:00
|
|
|
if (!di)
|
2010-05-25 01:55:27 +08:00
|
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
platform_set_drvdata(pdev, di);
|
|
|
|
|
|
|
|
di->dev = &pdev->dev;
|
2015-09-23 03:35:07 +08:00
|
|
|
di->chip = pdata->chip;
|
2015-11-24 00:53:51 +08:00
|
|
|
di->name = pdata->name ?: dev_name(&pdev->dev);
|
|
|
|
di->bus.read = bq27xxx_battery_platform_read;
|
2010-05-25 01:55:27 +08:00
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
return bq27xxx_battery_setup(di);
|
2010-05-25 01:55:27 +08:00
|
|
|
}
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static int bq27xxx_battery_platform_remove(struct platform_device *pdev)
|
2010-05-25 01:55:27 +08:00
|
|
|
{
|
2015-09-23 03:35:06 +08:00
|
|
|
struct bq27xxx_device_info *di = platform_get_drvdata(pdev);
|
2010-05-25 01:55:27 +08:00
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
bq27xxx_battery_teardown(di);
|
2011-01-08 03:14:53 +08:00
|
|
|
|
2010-05-25 01:55:27 +08:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2015-11-24 00:53:51 +08:00
|
|
|
static const struct platform_device_id bq27xxx_battery_platform_id_table[] = {
|
|
|
|
{ "bq27000-battery", },
|
|
|
|
{ /* sentinel */ }
|
|
|
|
};
|
|
|
|
MODULE_DEVICE_TABLE(platform, bq27xxx_battery_platform_id_table);
|
|
|
|
|
2016-02-21 19:28:22 +08:00
|
|
|
#ifdef CONFIG_OF
|
|
|
|
static const struct of_device_id bq27xxx_battery_platform_of_match_table[] = {
|
|
|
|
{ .compatible = "ti,bq27000" },
|
|
|
|
{},
|
|
|
|
};
|
|
|
|
MODULE_DEVICE_TABLE(of, bq27xxx_battery_platform_of_match_table);
|
|
|
|
#endif
|
|
|
|
|
2015-09-23 03:35:06 +08:00
|
|
|
static struct platform_driver bq27xxx_battery_platform_driver = {
|
|
|
|
.probe = bq27xxx_battery_platform_probe,
|
|
|
|
.remove = bq27xxx_battery_platform_remove,
|
2010-05-25 01:55:27 +08:00
|
|
|
.driver = {
|
|
|
|
.name = "bq27000-battery",
|
2016-02-21 19:28:22 +08:00
|
|
|
.of_match_table = of_match_ptr(bq27xxx_battery_platform_of_match_table),
|
2010-05-25 01:55:27 +08:00
|
|
|
},
|
2015-11-24 00:53:51 +08:00
|
|
|
.id_table = bq27xxx_battery_platform_id_table,
|
2010-05-25 01:55:27 +08:00
|
|
|
};
|
2015-11-24 00:53:51 +08:00
|
|
|
module_platform_driver(bq27xxx_battery_platform_driver);
|
2015-05-01 04:05:58 +08:00
|
|
|
|
2016-02-21 19:28:22 +08:00
|
|
|
MODULE_ALIAS("platform:bq27000-battery");
|
|
|
|
|
2008-08-21 07:52:58 +08:00
|
|
|
MODULE_AUTHOR("Rodolfo Giometti <giometti@linux.it>");
|
2015-09-23 03:35:06 +08:00
|
|
|
MODULE_DESCRIPTION("BQ27xxx battery monitor driver");
|
2008-08-21 07:52:58 +08:00
|
|
|
MODULE_LICENSE("GPL");
|