Re: [PATCH v2 08/13] power: bq24257: Add charge type setting support

2015-09-10 Thread Andreas Dannenberg
On Thu, Sep 10, 2015 at 04:56:22PM +0300, Laurentiu Palcu wrote: > On Tue, Sep 08, 2015 at 07:12:32PM -0500, Andreas Dannenberg wrote: > > The bq2425x devices support charging with a configurable charge current > > i_chg or a specific fixed low-current in what's called Low Charge mode. > > This pat

Re: [PATCH v2 08/13] power: bq24257: Add charge type setting support

2015-09-10 Thread Laurentiu Palcu
On Tue, Sep 08, 2015 at 07:12:32PM -0500, Andreas Dannenberg wrote: > The bq2425x devices support charging with a configurable charge current > i_chg or a specific fixed low-current in what's called Low Charge mode. > This patch exposes access to the Low Charge mode through a POWER_ > SUPPLY_PROP_C

[PATCH v2 08/13] power: bq24257: Add charge type setting support

2015-09-08 Thread Andreas Dannenberg
The bq2425x devices support charging with a configurable charge current i_chg or a specific fixed low-current in what's called Low Charge mode. This patch exposes access to the Low Charge mode through a POWER_ SUPPLY_PROP_CHARGE_TYPE sysfs property value of POWER_SUPPLY_CHARGE_ TYPE_TRICKLE. It als