Re: [PATCH] mmc: dw_mmc: No bus setup if default pinctrl is used

2013-02-07 Thread Dongjin Kim
Hi Linus, Thank you for reviewing. Initially I also considered to use IS_ENABLED(CONFIG_PINCTRL) and ignore for-block according to its status. But it would make a certain board failed if gpios is used for pin configuration rather than default-pinctrl even if CONFIG_PINCTRL is enabled. Also consid

Re: [PATCH] mmc: dw_mmc: No bus setup if default pinctrl is used

2013-02-07 Thread Linus Walleij
On Thu, Feb 7, 2013 at 7:17 PM, Dongjin Kim wrote: > Legacy gpio based bus setup is failed when the bus pins are listed with the > property 'pinctrl-0' and 'pinctrl-names', instead of 'gpios'. The default > pinctrls are handled by device core before probe, no need to configure the > pins again in

[PATCH] mmc: dw_mmc: No bus setup if default pinctrl is used

2013-02-07 Thread Dongjin Kim
Legacy gpio based bus setup is failed when the bus pins are listed with the property 'pinctrl-0' and 'pinctrl-names', instead of 'gpios'. The default pinctrls are handled by device core before probe, no need to configure the pins again in a device driver. [1.19] Synopsys Designware Multime