Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-03 Thread Chanwoo Choi
On 09/03/2014 03:39 PM, jonghwa3@samsung.com wrote: > On 2014년 09월 03일 14:55, Chanwoo Choi wrote: > >> On 09/03/2014 02:50 PM, Jonghwa Lee wrote: >>> When it writes some value other than 0 to BTLDset and JIGset, muic device >>> will be reset automatically. And it happens during updating ADC

Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-03 Thread jonghwa3 . lee
On 2014년 09월 03일 14:55, Chanwoo Choi wrote: > On 09/03/2014 02:50 PM, Jonghwa Lee wrote: >> When it writes some value other than 0 to BTLDset and JIGset, muic device >> will be reset automatically. And it happens during updating ADC debounce >> time, >> because it shares same register. To update

Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-03 Thread jonghwa3 . lee
On 2014년 09월 03일 14:55, Chanwoo Choi wrote: On 09/03/2014 02:50 PM, Jonghwa Lee wrote: When it writes some value other than 0 to BTLDset and JIGset, muic device will be reset automatically. And it happens during updating ADC debounce time, because it shares same register. To update ADC

Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-03 Thread Chanwoo Choi
On 09/03/2014 03:39 PM, jonghwa3@samsung.com wrote: On 2014년 09월 03일 14:55, Chanwoo Choi wrote: On 09/03/2014 02:50 PM, Jonghwa Lee wrote: When it writes some value other than 0 to BTLDset and JIGset, muic device will be reset automatically. And it happens during updating ADC debounce

Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-02 Thread Chanwoo Choi
On 09/03/2014 02:50 PM, Jonghwa Lee wrote: > When it writes some value other than 0 to BTLDset and JIGset, muic device > will be reset automatically. And it happens during updating ADC debounce time, > because it shares same register. To update ADC debounce time without reset, > set value only to

[PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-02 Thread Jonghwa Lee
When it writes some value other than 0 to BTLDset and JIGset, muic device will be reset automatically. And it happens during updating ADC debounce time, because it shares same register. To update ADC debounce time without reset, set value only to ADCDbset and 0 to BTLDset and JIGset.

[PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-02 Thread Jonghwa Lee
When it writes some value other than 0 to BTLDset and JIGset, muic device will be reset automatically. And it happens during updating ADC debounce time, because it shares same register. To update ADC debounce time without reset, set value only to ADCDbset and 0 to BTLDset and JIGset.

Re: [PATCH] extcon: max77693: Fix a bug occured at changing ADC debounce time.

2014-09-02 Thread Chanwoo Choi
On 09/03/2014 02:50 PM, Jonghwa Lee wrote: When it writes some value other than 0 to BTLDset and JIGset, muic device will be reset automatically. And it happens during updating ADC debounce time, because it shares same register. To update ADC debounce time without reset, set value only to