Re: [PATCH 7/7] power_supply: Introduce PSE compliant algorithm

2013-10-27 Thread Anton Vorontsov
On Mon, Sep 23, 2013 at 11:34:05PM +0530, Jenny TC wrote: [...] > +#define BATTID_STR_LEN 8 > +#define BATT_TEMP_NR_RNG 6 > +/* Charging Profile */ > +struct psy_ps_pse_mod_prof { > + /* battery id */ > + char batt_id[BATTID_STR_LEN]; > + /* type of battery */ > +

[PATCH 7/7] power_supply: Introduce PSE compliant algorithm

2013-09-23 Thread Jenny TC
As per PSE standard the battery characteristics and thereby the charging rates can vary on different temperature zones. This patch introduces a PSE compliant charging algorithm with maintenance charging support. The algorithm can be selected by the charging framework based on the type of the batter

[PATCH 7/7] power_supply: Introduce PSE compliant algorithm

2012-10-18 Thread Jenny TC
As per PSE standard the battery characteristics and thereby the charging rates can vary on different temperature zones. This patch introduces a PSE compliant charging algorithm with maintenance charging support. The algorithm can be selected by the charging framework based on the type of the batter