All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: gdsc: Fix the vfe1 powerdomain name
@ 2017-03-23  7:43 Rajendra Nayak
  2017-04-05 22:37 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Rajendra Nayak @ 2017-03-23  7:43 UTC (permalink / raw)
  To: sboyd; +Cc: linux-clk, linux-arm-msm, Rajendra Nayak

Fix a typo which caused both vfe0 and vfe1 powerdomains to be
named as vfe0

Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
---
 drivers/clk/qcom/mmcc-msm8996.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/mmcc-msm8996.c b/drivers/clk/qcom/mmcc-msm8996.c
index 9b97246..20d8fea 100644
--- a/drivers/clk/qcom/mmcc-msm8996.c
+++ b/drivers/clk/qcom/mmcc-msm8996.c
@@ -2986,7 +2986,7 @@ enum {
 	.cxcs = (unsigned int []){ 0x36ac },
 	.cxc_count = 1,
 	.pd = {
-		.name = "vfe0",
+		.name = "vfe1",
 	},
 	.parent = &camss_gdsc.pd,
 	.pwrsts = PWRSTS_OFF_ON,
-- 
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] clk: qcom: gdsc: Fix the vfe1 powerdomain name
  2017-03-23  7:43 [PATCH] clk: qcom: gdsc: Fix the vfe1 powerdomain name Rajendra Nayak
@ 2017-04-05 22:37 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2017-04-05 22:37 UTC (permalink / raw)
  To: Rajendra Nayak; +Cc: linux-clk, linux-arm-msm

On 03/23, Rajendra Nayak wrote:
> Fix a typo which caused both vfe0 and vfe1 powerdomains to be
> named as vfe0
> 
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> ---

Applied to clk-next + added a fixes tag.

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

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

end of thread, other threads:[~2017-04-05 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23  7:43 [PATCH] clk: qcom: gdsc: Fix the vfe1 powerdomain name Rajendra Nayak
2017-04-05 22:37 ` Stephen Boyd

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.