All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl/qcom Kconfig CFG repeated
@ 2015-07-15 14:53 Vinay Simha BN
  2015-07-15 15:04 ` Stanimir Varbanov
  0 siblings, 1 reply; 4+ messages in thread
From: Vinay Simha BN @ 2015-07-15 14:53 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Bjorn Andersson, Ivan T. Ivanov, Stanimir Varbanov, Joonwoo Park,
	Georgi Djakov, linux-gpio, linux-kernel, Vinay Simha BN

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] pinctrl/qcom Kconfig CFG repeated
  2015-07-15 14:53 [PATCH] pinctrl/qcom Kconfig CFG repeated Vinay Simha BN
@ 2015-07-15 15:04 ` Stanimir Varbanov
  2015-07-15 15:35   ` Vinay Simha
  0 siblings, 1 reply; 4+ messages in thread
From: Stanimir Varbanov @ 2015-07-15 15:04 UTC (permalink / raw)
  To: Vinay Simha BN, Linus Walleij
  Cc: Bjorn Andersson, Ivan T. Ivanov, Joonwoo Park, Georgi Djakov,
	linux-gpio, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pinctrl/qcom Kconfig CFG repeated
  2015-07-15 15:04 ` Stanimir Varbanov
@ 2015-07-15 15:35   ` Vinay Simha
  2015-07-17 12:37     ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Vinay Simha @ 2015-07-15 15:35 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: Linus Walleij, Bjorn Andersson, Ivan T. Ivanov, Joonwoo Park,
	Georgi Djakov, linux-gpio, linux-kernel

sorry. My mistake. i saw both as 8064.

On Wed, Jul 15, 2015 at 8:34 PM, Stanimir Varbanov <svarbanov@mm-sol.com> 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 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



-- 
Regards,

Vinay Simha.B.N.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pinctrl/qcom Kconfig CFG repeated
  2015-07-15 15:35   ` Vinay Simha
@ 2015-07-17 12:37     ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2015-07-17 12:37 UTC (permalink / raw)
  To: Vinay Simha
  Cc: Stanimir Varbanov, Bjorn Andersson, Ivan T. Ivanov, Joonwoo Park,
	Georgi Djakov, linux-gpio, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-17 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15 14:53 [PATCH] pinctrl/qcom Kconfig CFG repeated Vinay Simha BN
2015-07-15 15:04 ` Stanimir Varbanov
2015-07-15 15:35   ` Vinay Simha
2015-07-17 12:37     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.