linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 1/1] clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON
@ 2018-06-29 11:36 Vivek Gautam
  2018-07-06 18:24 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Vivek Gautam @ 2018-06-29 11:36 UTC (permalink / raw)
  To: sboyd, mturquette, linux-clk
  Cc: andy.gross, linux-arm-msm, linux-kernel, Vivek Gautam,
	Rajendra Nayak, Bjorn Andersson, Srinivas Kandagatla

Patch (7705bb7176b9 clk: qcom: mmcc-msm8996: leave all mmagic gdscs
and clocks always enabled") makes all mmgaic gdscs ALWAYS_ON.
The mmagic_bimc_gdsc is also needed to be turned on to get display
working on 8x96.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Cc: Rajendra Nayak <rnayak@codeaurora.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---

 - Corrected the hash id of upstream patch in commit message.

 drivers/clk/qcom/mmcc-msm8996.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/mmcc-msm8996.c b/drivers/clk/qcom/mmcc-msm8996.c
index dfc5b4e431d3..38311a67e846 100644
--- a/drivers/clk/qcom/mmcc-msm8996.c
+++ b/drivers/clk/qcom/mmcc-msm8996.c
@@ -2910,6 +2910,7 @@ static struct gdsc mmagic_bimc_gdsc = {
 		.name = "mmagic_bimc",
 	},
 	.pwrsts = PWRSTS_OFF_ON,
+	.flags = ALWAYS_ON,
 };
 
 static struct gdsc mmagic_video_gdsc = {
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [PATCH RESEND 1/1] clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON
  2018-06-29 11:36 [PATCH RESEND 1/1] clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON Vivek Gautam
@ 2018-07-06 18:24 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2018-07-06 18:24 UTC (permalink / raw)
  To: Vivek Gautam, linux-clk, mturquette
  Cc: andy.gross, linux-arm-msm, linux-kernel, Vivek Gautam,
	Rajendra Nayak, Bjorn Andersson, Srinivas Kandagatla

Quoting Vivek Gautam (2018-06-29 04:36:40)
> Patch (7705bb7176b9 clk: qcom: mmcc-msm8996: leave all mmagic gdscs
> and clocks always enabled") makes all mmgaic gdscs ALWAYS_ON.
> The mmagic_bimc_gdsc is also needed to be turned on to get display
> working on 8x96.
> 
> Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> Cc: Rajendra Nayak <rnayak@codeaurora.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---

Applied to clk-fixes


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

end of thread, other threads:[~2018-07-06 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 11:36 [PATCH RESEND 1/1] clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON Vivek Gautam
2018-07-06 18:24 ` Stephen Boyd

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).