Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470076 > unrolled thread

[PATCH] clk: qcom: select GDSC for msm8996 gcc and mmcc

Started bySrinivas Kandagatla <srinivas.kandagatla@linaro.org>
First post2016-08-25 13:30 +0200
Last post2016-08-25 22:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: qcom: select GDSC for msm8996 gcc and mmcc Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-08-25 13:30 +0200
    Re: [PATCH] clk: qcom: select GDSC for msm8996 gcc and mmcc Stephen Boyd <sboyd@codeaurora.org> - 2016-08-25 22:00 +0200

#1470076 — [PATCH] clk: qcom: select GDSC for msm8996 gcc and mmcc

FromSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date2016-08-25 13:30 +0200
Subject[PATCH] clk: qcom: select GDSC for msm8996 gcc and mmcc
Message-ID<sa117-jg-15@gated-at.bofh.it>
This patch selects QCOM_GDSC Kconfig for msm8996 GCC and MMCC clock
controllers, as these provide some of the gdscs on the SOC.

Also selecting this config will make it align with other drivers which
do the same.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 drivers/clk/qcom/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index 280436a..28a7542 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -146,6 +146,7 @@ config MSM_MMCC_8974
 
 config MSM_GCC_8996
 	tristate "MSM8996 Global Clock Controller"
+	select QCOM_GDSC
 	depends on COMMON_CLK_QCOM
 	help
 	  Support for the global clock controller on msm8996 devices.
@@ -155,6 +156,7 @@ config MSM_GCC_8996
 config MSM_MMCC_8996
 	tristate "MSM8996 Multimedia Clock Controller"
 	select MSM_GCC_8996
+	select QCOM_GDSC
 	depends on COMMON_CLK_QCOM
 	help
 	  Support for the multimedia clock controller on msm8996 devices.
-- 
2.7.4

[toc] | [next] | [standalone]


#1470368

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-08-25 22:00 +0200
Message-ID<sa8YG-5nC-25@gated-at.bofh.it>
In reply to#1470076
On 08/25, Srinivas Kandagatla wrote:
> This patch selects QCOM_GDSC Kconfig for msm8996 GCC and MMCC clock
> controllers, as these provide some of the gdscs on the SOC.
> 
> Also selecting this config will make it align with other drivers which
> do the same.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This is a bug fix? Needs a fixes tag I think

Fixes: 52111672f791 ("clk: qcom: gdsc: Add GDSCs in msm8996 GCC")
Fixes: 7e824d507909 ("clk: qcom: gdsc: Add mmcc gdscs for msm8996 family")

I'll queue it up in linux-next.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web