Re: [PATCH 45/57] power: ab8500: defer btemp filtering while init

2012-09-27 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:42AM -0600, mathieu.poir...@linaro.org wrote: > From: Rupesh Kumar > > Due to btemp filtering enabled during init, temp values > reported to charge algorithm driver started from 0. > As a result,charge algorithm was going into wrong > state and charging was stopped.

Re: [PATCH 45/57] power: ab8500: defer btemp filtering while init

2012-09-27 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:42AM -0600, mathieu.poir...@linaro.org wrote: From: Rupesh Kumar rupesh.ku...@stericsson.com Due to btemp filtering enabled during init, temp values reported to charge algorithm driver started from 0. As a result,charge algorithm was going into wrong state and

[PATCH 45/57] power: ab8500: defer btemp filtering while init

2012-09-25 Thread mathieu . poirier
From: Rupesh Kumar Due to btemp filtering enabled during init, temp values reported to charge algorithm driver started from 0. As a result,charge algorithm was going into wrong state and charging was stopped. This patch defers btemp filtering till init is done. Signed-off-by: Rupesh Kumar

[PATCH 45/57] power: ab8500: defer btemp filtering while init

2012-09-25 Thread mathieu . poirier
From: Rupesh Kumar rupesh.ku...@stericsson.com Due to btemp filtering enabled during init, temp values reported to charge algorithm driver started from 0. As a result,charge algorithm was going into wrong state and charging was stopped. This patch defers btemp filtering till init is done.