From: Laxman Dewangan Date: Thu, 26 Sep 2013 12:48:03 +0000 (+0530) Subject: pinctrl: palmas: do not abort pin configuration for BIAS_DEFAULT X-Git-Tag: v3.12-rc4~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd9ddd5f71078df34f2fd7d375fbf0a8d92f9cc;p=pandora-kernel.git pinctrl: palmas: do not abort pin configuration for BIAS_DEFAULT Recent movement of all configurations of pin in the single call of pin_config_set(), it is aborting configuration if BIAS_PULL_PIN_DEFAULT is selected as return of configuration. The original idea was to just avoid any update on register for pull up/down configuration if this option is selected. Fixing this by just bypassing any register update for BIAS_PULL_PIN_DEFAULT and continuing the remaining configuration. Signed-off-by: Laxman Dewangan Signed-off-by: Linus Walleij --- Reading git-diff-tree failed