Re: [PATCH 0/2] charger-manager: Stop charging when charge cable is detached and code clean

2012-08-22 Thread Anton Vorontsov
On Thu, Aug 23, 2012 at 01:27:27PM +0900, Chanwoo Choi wrote: [...] > I did send additional patchset which has 5 patch and also include below > patch list, > if you may confuse due to duplicate patch, so I inform to you about > duplicate patch. > > Chanwoo Choi (2): >charger-manager: Disable r

Re: [PATCH 0/2] charger-manager: Stop charging when charge cable is detached and code clean

2012-08-22 Thread Chanwoo Choi
On 08/23/2012 12:10 PM, Anton Vorontsov wrote: > On Fri, Jul 27, 2012 at 02:01:25PM +0900, Chanwoo Choi wrote: >> This patchset fix bug related to stop charging when charger cable is >> detached and check return value of regulator_enable/disable() function >> to confirm correct operation of enable

Re: [PATCH 0/2] charger-manager: Stop charging when charge cable is detached and code clean

2012-08-22 Thread Anton Vorontsov
On Fri, Jul 27, 2012 at 02:01:25PM +0900, Chanwoo Choi wrote: > This patchset fix bug related to stop charging when charger cable is > detached and check return value of regulator_enable/disable() function > to confirm correct operation of enabled or disabling regulator for > charging. Second patch

[PATCH 0/2] charger-manager: Stop charging when charge cable is detached and code clean

2012-07-26 Thread Chanwoo Choi
This patchset fix bug related to stop charging when charger cable is detached and check return value of regulator_enable/disable() function to confirm correct operation of enabled or disabling regulator for charging. Second patch is code clean which remove unnecessary variable type. Chanwoo Choi (