From dc6048d7231914a608938d330a5006f9929f76c7 Mon Sep 17 00:00:00 2001 From: Jonghwa Lee Date: Wed, 17 Sep 2014 12:58:43 +0900 Subject: [PATCH] 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-format-patch failed