Re: [PATCH 3/3] ARM: qcom: Select PINCTRL by default for ARCH_QCOM

2014-04-23 Thread Kumar Gala
On Apr 23, 2014, at 9:03 AM, Linus Walleij wrote: > On Tue, Apr 15, 2014 at 5:10 AM, Andy Gross wrote: > >> Add missing PINCTRL selection. This enables selection of pinctrollers for >> Qualcomm processors. >> >> Signed-off-by: Andy Gross > > Acked-by: Linus Walleij > > David are you pick

Re: [PATCH 3/3] ARM: qcom: Select PINCTRL by default for ARCH_QCOM

2014-04-23 Thread Linus Walleij
On Tue, Apr 15, 2014 at 5:10 AM, Andy Gross wrote: > Add missing PINCTRL selection. This enables selection of pinctrollers for > Qualcomm processors. > > Signed-off-by: Andy Gross Acked-by: Linus Walleij David are you picking this to the Qualcomm tree? Yours, Linus Walleij -- To unsubscribe

[PATCH 3/3] ARM: qcom: Select PINCTRL by default for ARCH_QCOM

2014-04-14 Thread Andy Gross
Add missing PINCTRL selection. This enables selection of pinctrollers for Qualcomm processors. Signed-off-by: Andy Gross --- arch/arm/mach-qcom/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index aded06d..2c561c0 100644 --