Re: [PATCH v4] Add LTC2941/LTC2943 Battery Gauge Driver

2014-11-06 Thread Pavel Machek
Hi! > +++ b/drivers/power/ltc2941-battery-gauge.c > @@ -0,0 +1,547 @@ > +/* > + * I2C client/driver for the Linear Technology LTC2941 and LTC2943 > + * Battery Gas Gauge IC > + * > + * Copyright (C) 2014 Topic Embedded Systems > + * NOrmally GPL notice would go here. > + * Author: Auryn Verwegen

Re: [PATCH v4] Add LTC2941/LTC2943 Battery Gauge Driver

2014-10-28 Thread Mike Looijmans
On 10/27/2014 05:38 PM, Sebastian Reichel wrote: Hi, On Thu, Oct 23, 2014 at 02:38:38PM +0200, Mike Looijmans wrote: Both the LTC2941 and LTC2943 measure battery capacity. The LTC2943 is compatible with the LTC2941, it adds voltage and temperature monitoring, and uses a slightly different conv

Re: [PATCH v4] Add LTC2941/LTC2943 Battery Gauge Driver

2014-10-27 Thread Sebastian Reichel
Hi, On Thu, Oct 23, 2014 at 02:38:38PM +0200, Mike Looijmans wrote: > Both the LTC2941 and LTC2943 measure battery capacity. > The LTC2943 is compatible with the LTC2941, it adds voltage and > temperature monitoring, and uses a slightly different conversion > formula for the charge counter. > > T

[PATCH v4] Add LTC2941/LTC2943 Battery Gauge Driver

2014-10-23 Thread Mike Looijmans
Both the LTC2941 and LTC2943 measure battery capacity. The LTC2943 is compatible with the LTC2941, it adds voltage and temperature monitoring, and uses a slightly different conversion formula for the charge counter. To avoid confusion with e.g. the LTC2945, the driver is called LTC2941 instead of