Re: [PATCH v2 2/3] mfd/axp20x: add support for fuel gauge cell

2015-01-25 Thread Sebastian Reichel
On Thu, Jan 22, 2015 at 12:52:06PM -0800, Todd Brandt wrote: > Register definitions and platform data structure > for fuel gauge cell devices. > > Signed-off-by: Todd Brandt > --- > include/linux/mfd/axp20x.h | 43 +-- > 1 file changed, 41 insertions(+), 2

[PATCH v2 2/3] mfd/axp20x: add support for fuel gauge cell

2015-01-22 Thread Todd Brandt
Register definitions and platform data structure for fuel gauge cell devices. Signed-off-by: Todd Brandt --- include/linux/mfd/axp20x.h | 43 +-- 1 file changed, 41 insertions(+), 2 deletions(-) v2: same as v1 and is already accepted, re-included for cont