Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
@ 2020-11-11  4:36 Vinod Koul
  2020-11-11  4:40 ` Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vinod Koul @ 2020-11-11  4:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Manivannan Sadhasivam,
	John Stultz, linux-gpio, linux-kernel

Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
dependency rather then a selected config") moved the qcom pinctrl drivers
to have PINCTRL_MSM as dependency rather then a selected config, so do
this change for SDX55 pinctrl driver as well.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/pinctrl/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
index 8bdf878fe970..dcc046a921cc 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -232,7 +232,7 @@ config PINCTRL_SDM845
 config PINCTRL_SDX55
 	tristate "Qualcomm Technologies Inc SDX55 pin controller driver"
 	depends on GPIOLIB && OF
-	select PINCTRL_MSM
+	depends on PINCTRL_MSM
 	help
 	 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
 	 Qualcomm Technologies Inc TLMM block found on the Qualcomm
-- 
2.26.2


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

* Re: [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
  2020-11-11  4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
@ 2020-11-11  4:40 ` Bjorn Andersson
  2020-11-11  8:59 ` Linus Walleij
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2020-11-11  4:40 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Linus Walleij, linux-arm-msm, Manivannan Sadhasivam, John Stultz,
	linux-gpio, linux-kernel

On Tue 10 Nov 22:36 CST 2020, Vinod Koul wrote:

> Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
> dependency rather then a selected config") moved the qcom pinctrl drivers
> to have PINCTRL_MSM as dependency rather then a selected config, so do
> this change for SDX55 pinctrl driver as well.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---
>  drivers/pinctrl/qcom/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
> index 8bdf878fe970..dcc046a921cc 100644
> --- a/drivers/pinctrl/qcom/Kconfig
> +++ b/drivers/pinctrl/qcom/Kconfig
> @@ -232,7 +232,7 @@ config PINCTRL_SDM845
>  config PINCTRL_SDX55
>  	tristate "Qualcomm Technologies Inc SDX55 pin controller driver"
>  	depends on GPIOLIB && OF
> -	select PINCTRL_MSM
> +	depends on PINCTRL_MSM
>  	help
>  	 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
>  	 Qualcomm Technologies Inc TLMM block found on the Qualcomm
> -- 
> 2.26.2
> 

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

* Re: [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
  2020-11-11  4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
  2020-11-11  4:40 ` Bjorn Andersson
@ 2020-11-11  8:59 ` Linus Walleij
  2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2020-11-11  8:59 UTC (permalink / raw)
  To: Vinod Koul
  Cc: MSM, Bjorn Andersson, Manivannan Sadhasivam, John Stultz,
	open list:GPIO SUBSYSTEM, linux-kernel@vger.kernel.org

On Wed, Nov 11, 2020 at 5:36 AM Vinod Koul <vkoul@kernel.org> wrote:

> Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
> dependency rather then a selected config") moved the qcom pinctrl drivers
> to have PINCTRL_MSM as dependency rather then a selected config, so do
> this change for SDX55 pinctrl driver as well.
>
> Signed-off-by: Vinod Koul <vkoul@kernel.org>

Patch applied!

Yours,
Linus Walleij

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

* Re: [PATCH] pinctrl: qcom: sdx55: update kconfig dependency
  2020-11-11  4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
  2020-11-11  4:40 ` Bjorn Andersson
  2020-11-11  8:59 ` Linus Walleij
@ 2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2020-12-29 20:15 UTC (permalink / raw)
  To: Vinod Koul; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Wed, 11 Nov 2020 10:06:10 +0530 you wrote:
> Commit be117ca32261 ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a
> dependency rather then a selected config") moved the qcom pinctrl drivers
> to have PINCTRL_MSM as dependency rather then a selected config, so do
> this change for SDX55 pinctrl driver as well.
> 
> Signed-off-by: Vinod Koul <vkoul@kernel.org>
> 
> [...]

Here is the summary with links:
  - pinctrl: qcom: sdx55: update kconfig dependency
    https://git.kernel.org/qcom/c/80f1803dbc05

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2020-12-29 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11  4:36 [PATCH] pinctrl: qcom: sdx55: update kconfig dependency Vinod Koul
2020-11-11  4:40 ` Bjorn Andersson
2020-11-11  8:59 ` Linus Walleij
2020-12-29 20:15 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox