Re: [PATCH 4/5] charger-manager: Check fully charged state of batteryperiodically

From: Chanwoo Choi
Date: Fri Sep 21 2012 - 03:18:14 EST


On 09/21/2012 02:10 PM, Anton Vorontsov wrote:

> On Tue, Aug 21, 2012 at 05:06:52PM +0900, Chanwoo Choi wrote:
>> This patch check periodically fully charged state of battery to protect
>> overcharge and overheat. If battery is fully charged, stop charging
>> and check droped voltage with 'fullbatt_vchkdrop_ms' period. When voltage
>> of battery is more droped than 'fullbatt_vchkdrop_uV' voltage,
>> charger-manager will restart charging for battery.
>>
>> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
>> Signed-off-by: Myungjoo Ham <myungjoo.ham@xxxxxxxxxxx>
>> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
>> ---
>
> Applied, thank you.
>
> There were some minor issues, but I fixed them up:
>
> [...]
>> + } else if (!cm->emergency_stop
>> + && is_ext_pwr_online(cm) && !cm->charger_enabled) {
>
> Wrong && placement (should have been on the previous line).
>
>> + fullbatt_vchk(&cm->fullbatt_vchk_work.work);
>> +
>> + /*
>> + * Check whether fully charged state to protect overcharge
>> + * if charger-manager is charging for battery.
>> + */
>> + } else if (!cm->emergency_stop
>> + && is_full_charged(cm) && cm->charger_enabled) {
>
> Ditto.
>


Thanks for your reply and applied it.

I will consider your comment about coding style.

Best Regards,
Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/