From: Jonghwa Lee Date: Wed, 17 Sep 2014 03:58:43 +0000 (+0900) Subject: extcon: max77693: Fix a bug occured at changing ADC debounce time. X-Git-Tag: fixes-for-v3.18-merge-window~11^2~70^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6048d7231914a608938d330a5006f9929f76c7;p=pandora-kernel.git extcon: max77693: Fix a bug occured at changing ADC debounce time. 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. Signed-off-by: Jonghwa Lee [Remove un-needed masking operation by Chanwoo Choi] Signed-off-by: Chanwoo Choi --- Reading git-diff-tree failed