[PATCH] mmc: sdhci-sirf: let device core setup the default pin configuration

2013-05-14 Thread Barry Song
With device core now able to setup the default pin configuration, the call to devm_pinctrl_get_select_default can be removed. And the pin configuration code based on the deprecated Samsung specific gpio bindings is also removed. CC: Linus Walleij linus.wall...@linaro.org Signed-off-by: Barry Song

Re: [PATCH] mmc: sdhci-sirf: let device core setup the default pin configuration

2013-05-14 Thread Linus Walleij
On Tue, May 14, 2013 at 7:49 AM, Barry Song baohua.s...@csr.com wrote: With device core now able to setup the default pin configuration, the call to devm_pinctrl_get_select_default can be removed. And the pin configuration code based on the deprecated Samsung specific gpio bindings is also