Re: [PATCH] pinctrl/qcom Kconfig CFG repeated

2015-07-17 Thread Linus Walleij
On Wed, Jul 15, 2015 at 5:35 PM, Vinay Simha wrote: > sorry. My mistake. i saw both as 8064. Perceptual problem, happens to me too, all the time. Qualcomm: give your chips more distinguishable names, the neural hamming distance is too short. Yours, Linus Walleij -- To unsubscribe from this lis

Re: [PATCH] pinctrl/qcom Kconfig CFG repeated

2015-07-15 Thread Vinay Simha
sorry. My mistake. i saw both as 8064. On Wed, Jul 15, 2015 at 8:34 PM, Stanimir Varbanov wrote: > On 07/15/2015 05:53 PM, Vinay Simha BN wrote: >> repeatation of the same configs >> obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o > > hm you might be kidding, apq8064 and apq8084 are differen

Re: [PATCH] pinctrl/qcom Kconfig CFG repeated

2015-07-15 Thread Stanimir Varbanov
On 07/15/2015 05:53 PM, Vinay Simha BN wrote: > repeatation of the same configs > obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o hm you might be kidding, apq8064 and apq8084 are different SoCs. > > Signed-off-by: Vinay Simha BN > --- > drivers/pinctrl/qcom/Makefile | 1 - > 1 file change

[PATCH] pinctrl/qcom Kconfig CFG repeated

2015-07-15 Thread Vinay Simha BN
repeatation of the same configs obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o Signed-off-by: Vinay Simha BN --- drivers/pinctrl/qcom/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/qcom/Makefile b/drivers/pinctrl/qcom/Makefile index 3666c70..d26a878 100644 ---