Re: [PATCH V3 1/4] mmc: mmci: Adapt to new pinctrl handling

2013-09-03 Thread Linus Walleij
On Tue, Sep 3, 2013 at 11:29 AM, Ulf Hansson wrote: > There is no need for every driver to fetch a pinctrl handle and to > select the default state. Instead this is handled by the device driver > core, thus we can remove this piece of code from mmci. > > Signed-off-by: Ulf Hansson > Cc: Linus Wa

[PATCH V3 1/4] mmc: mmci: Adapt to new pinctrl handling

2013-09-03 Thread Ulf Hansson
There is no need for every driver to fetch a pinctrl handle and to select the default state. Instead this is handled by the device driver core, thus we can remove this piece of code from mmci. Signed-off-by: Ulf Hansson Cc: Linus Walleij --- drivers/mmc/host/mmci.c | 17 - dri