* [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends
@ 2014-02-11 20:22 Kumar Gala
2014-02-18 16:40 ` Kumar Gala
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Kumar Gala @ 2014-02-11 20:22 UTC (permalink / raw)
To: Linus Walleij, Alexandre Courbot
Cc: Kumar Gala, linux-gpio, linux-kernel, linux-arm-msm,
linux-arm-kernel
We've split Qualcomm MSM support into legacy and multiplatform. The gpio
msm-v2 driver is only relevant on the multiplatform supported SoCs so
switch the Kconfig depends to ARCH_QCOM.
CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
Linus,
If you can ack this I'll send it via linux-qcom/arm-soc tree's
thanks
- k
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 6973387..aa74949 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -192,7 +192,7 @@ config GPIO_MSM_V1
config GPIO_MSM_V2
tristate "Qualcomm MSM GPIO v2"
- depends on GPIOLIB && OF && ARCH_MSM
+ depends on GPIOLIB && OF && ARCH_QCOM
help
Say yes here to support the GPIO interface on ARM v7 based
Qualcomm MSM chips. Most of the pins on the MSM can be
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends
2014-02-11 20:22 [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
@ 2014-02-18 16:40 ` Kumar Gala
2014-02-21 15:33 ` Kumar Gala
2014-02-27 9:18 ` Linus Walleij
2 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2014-02-18 16:40 UTC (permalink / raw)
To: Linus Walleij, Alexandre Courbot
Cc: linux-gpio, linux-kernel, linux-arm-msm, linux-arm-kernel
On Feb 11, 2014, at 2:22 PM, Kumar Gala <galak@codeaurora.org> wrote:
> We've split Qualcomm MSM support into legacy and multiplatform. The gpio
> msm-v2 driver is only relevant on the multiplatform supported SoCs so
> switch the Kconfig depends to ARCH_QCOM.
>
> CC: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> ---
> Linus,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>
> thanks
>
> - k
ping
- k
>
> drivers/gpio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 6973387..aa74949 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -192,7 +192,7 @@ config GPIO_MSM_V1
>
> config GPIO_MSM_V2
> tristate "Qualcomm MSM GPIO v2"
> - depends on GPIOLIB && OF && ARCH_MSM
> + depends on GPIOLIB && OF && ARCH_QCOM
> help
> Say yes here to support the GPIO interface on ARM v7 based
> Qualcomm MSM chips. Most of the pins on the MSM can be
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> hosted by The Linux Foundation
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends
2014-02-11 20:22 [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
2014-02-18 16:40 ` Kumar Gala
@ 2014-02-21 15:33 ` Kumar Gala
2014-02-22 1:57 ` Alexandre Courbot
2014-02-27 9:18 ` Linus Walleij
2 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2014-02-21 15:33 UTC (permalink / raw)
To: Linus Walleij, Alexandre Courbot
Cc: linux-gpio, linux-kernel, linux-arm-msm, linux-arm-kernel
On Feb 11, 2014, at 2:22 PM, Kumar Gala <galak@codeaurora.org> wrote:
> We've split Qualcomm MSM support into legacy and multiplatform. The gpio
> msm-v2 driver is only relevant on the multiplatform supported SoCs so
> switch the Kconfig depends to ARCH_QCOM.
>
> CC: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> ---
> Linus,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>
> thanks
>
> - k
ping.
- k
>
> drivers/gpio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 6973387..aa74949 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -192,7 +192,7 @@ config GPIO_MSM_V1
>
> config GPIO_MSM_V2
> tristate "Qualcomm MSM GPIO v2"
> - depends on GPIOLIB && OF && ARCH_MSM
> + depends on GPIOLIB && OF && ARCH_QCOM
> help
> Say yes here to support the GPIO interface on ARM v7 based
> Qualcomm MSM chips. Most of the pins on the MSM can be
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> hosted by The Linux Foundation
>
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends
2014-02-21 15:33 ` Kumar Gala
@ 2014-02-22 1:57 ` Alexandre Courbot
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Courbot @ 2014-02-22 1:57 UTC (permalink / raw)
To: Kumar Gala
Cc: Linus Walleij, linux-gpio@vger.kernel.org,
Linux Kernel Mailing List, linux-arm-msm,
linux-arm-kernel@lists.infradead.org
On Sat, Feb 22, 2014 at 12:33 AM, Kumar Gala <galak@codeaurora.org> wrote:
>
> On Feb 11, 2014, at 2:22 PM, Kumar Gala <galak@codeaurora.org> wrote:
>
>> We've split Qualcomm MSM support into legacy and multiplatform. The gpio
>> msm-v2 driver is only relevant on the multiplatform supported SoCs so
>> switch the Kconfig depends to ARCH_QCOM.
>>
>> CC: Linus Walleij <linus.walleij@linaro.org>
>> Signed-off-by: Kumar Gala <galak@codeaurora.org>
>> ---
>> Linus,
>>
>> If you can ack this I'll send it via linux-qcom/arm-soc tree's
>>
>> thanks
>>
>> - k
>
> ping.
Linus is slow to answer for some reason, but I guess that as the
co-maintainer my Ack would do for such a simple patch?
Acked-by: Alexandre Courbot <gnurou@gmail.com>
Linus, please rap on my knuckles if you feel I overstepped.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends
2014-02-11 20:22 [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
2014-02-18 16:40 ` Kumar Gala
2014-02-21 15:33 ` Kumar Gala
@ 2014-02-27 9:18 ` Linus Walleij
2 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2014-02-27 9:18 UTC (permalink / raw)
To: Kumar Gala
Cc: Alexandre Courbot, linux-gpio@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
On Tue, Feb 11, 2014 at 9:22 PM, Kumar Gala <galak@codeaurora.org> wrote:
> We've split Qualcomm MSM support into legacy and multiplatform. The gpio
> msm-v2 driver is only relevant on the multiplatform supported SoCs so
> switch the Kconfig depends to ARCH_QCOM.
>
> CC: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> ---
> Linus,
>
> If you can ack this I'll send it via linux-qcom/arm-soc tree's
Yeah:
Acked-by: Linus Walleij <linus.walleij@linaro.org>
It took some time because your repeated pings bring the message
to the top of my mailbox and I process it from the bottom...
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-27 9:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 20:22 [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
2014-02-18 16:40 ` Kumar Gala
2014-02-21 15:33 ` Kumar Gala
2014-02-22 1:57 ` Alexandre Courbot
2014-02-27 9:18 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).