Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1184852 > unrolled thread
| Started by | Vinay Simha BN <simhavcs@gmail.com> |
|---|---|
| First post | 2015-07-15 17:00 +0200 |
| Last post | 2015-07-17 14:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] pinctrl/qcom Kconfig CFG repeated Vinay Simha BN <simhavcs@gmail.com> - 2015-07-15 17:00 +0200
Re: [PATCH] pinctrl/qcom Kconfig CFG repeated Stanimir Varbanov <svarbanov@mm-sol.com> - 2015-07-15 17:10 +0200
Re: [PATCH] pinctrl/qcom Kconfig CFG repeated Linus Walleij <linus.walleij@linaro.org> - 2015-07-17 14:40 +0200
| From | Vinay Simha BN <simhavcs@gmail.com> |
|---|---|
| Date | 2015-07-15 17:00 +0200 |
| Subject | [PATCH] pinctrl/qcom Kconfig CFG repeated |
| Message-ID | <pMwka-2xg-21@gated-at.bofh.it> |
repeatation of the same configs obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o Signed-off-by: Vinay Simha BN <simhavcs@gmail.com> --- 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 --- a/drivers/pinctrl/qcom/Makefile +++ b/drivers/pinctrl/qcom/Makefile @@ -1,7 +1,6 @@ # Qualcomm pin control drivers obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o -obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Stanimir Varbanov <svarbanov@mm-sol.com> |
|---|---|
| Date | 2015-07-15 17:10 +0200 |
| Message-ID | <pMwtQ-30e-15@gated-at.bofh.it> |
| In reply to | #1184852 |
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 <simhavcs@gmail.com> > --- > 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 > --- a/drivers/pinctrl/qcom/Makefile > +++ b/drivers/pinctrl/qcom/Makefile > @@ -1,7 +1,6 @@ > # Qualcomm pin control drivers > obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o > obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o > -obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o > obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o > obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o > obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o > -- regards, Stan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-07-17 14:40 +0200 |
| Message-ID | <pNd5M-5wj-9@gated-at.bofh.it> |
| In reply to | #1184856 |
On Wed, Jul 15, 2015 at 5:35 PM, Vinay Simha <simhavcs@gmail.com> 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 list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web