On Thu, Sep 26, 2013 at 2:48 PM, Laxman Dewangan <[email protected]> wrote:
> 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 <[email protected]> I've applied the patch as it just brings back the semantics before commit 03b054e9696c3cbd3d5905ec96da15acd0a2fe8d "pinctrl: Pass all configs to driver on pin_config_set()" (Normally you should mention the above in your commit message with patches like these that are regressions.) But whatever. Please look into the related issue pointed out by Stephen as well. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

