Hi, On Wed, Nov 14, 2018 at 05:07:03PM +0800, Baolin Wang wrote: > This patch set adds some new features for SC27XX fuel gauge driver. > > 1. Read calibration data from eFuse device to calibrate fuel gauge. > 2. Add low voltage alarm to adjust the battery capacity in lower > voltage stage. > 3. Add power management interfaces > 4. Save last optimized battery capacity to be used as the initial > battery capacity if system is not first power-on. > > Baolin Wang (2): > dt-bindings: power: supply: Add nvmem properties to calibrate FGU > power: supply: sc27xx: Add fuel gauge calibration > > Yuanjiang Yu (3): > power: supply: sc27xx: Add fuel gauge low voltage alarm > power: supply: sc27xx: Add suspend/resume interfaces > power: supply: sc27xx: Save last battery capacity > > .../devicetree/bindings/power/supply/sc27xx-fg.txt | 4 + > drivers/power/supply/sc27xx_fuel_gauge.c | 453 +++++++++++++++++++- > 2 files changed, 444 insertions(+), 13 deletions(-) I applied patches 1-4 and skipped patch 5 due to pending changes. -- Sebastian