Re: [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-13 Thread Linus Walleij
On Mon, Nov 12, 2012 at 3:01 AM, Axel Lin wrote: > Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. > This simplifies the dependency. > > Signed-off-by: Axel Lin > Acked-by: Shawn Guo Patch applied (unless Shawn get upset). Yours, Linus Walleij -- To unsubscribe from

Re: [PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX PINCONF

2012-11-13 Thread Linus Walleij
On Mon, Nov 12, 2012 at 3:01 AM, Axel Lin axel@ingics.com wrote: Then we can remove select PINMUX PINCONF from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Shawn Guo shawn@linaro.org Patch applied (unless Shawn get

[PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX && PINCONF

2012-11-11 Thread Axel Lin
Then we can remove "select PINMUX && PINCONF" from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin Acked-by: Shawn Guo --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/Kconfig

[PATCH v2 2/2] pinctrl: mxs: Make PINCTRL_MXS select PINMUX PINCONF

2012-11-11 Thread Axel Lin
Then we can remove select PINMUX PINCONF from PINCTRL_IMX{23,28}. This simplifies the dependency. Signed-off-by: Axel Lin axel@ingics.com Acked-by: Shawn Guo shawn@linaro.org --- drivers/pinctrl/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git