HI,I use Tps65070 in my ARM11 board,hardware use PMIC tps65070,Board use Linear Battery(4.2V),MY board use linux.
I found that Linux has support tps65070 PMIC driver,in following directory:
drivers/mfd/tps6507x.c
drivers/regulator/tps6507x-regulator.c
How can i use them to implement a PM driver that can display battery life such as (10%,20%,30%....%100,Charging etc).
Tommy