From: <dinguyen@opensource.altera.com>
To: <sboyd@codeaurora.org>, <mturquette@linaro.org>
Cc: <dinh.linux@gmail.com>, <linux-clk@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
Dinh Nguyen <dinguyen@opensource.altera.com>
Subject: [PATCHv2 3/6] clk: keystone: make use of of_clk_parent_fill helper function
Date: Mon, 6 Jul 2015 22:59:03 -0500 [thread overview]
Message-ID: <1436241546-16731-4-git-send-email-dinguyen@opensource.altera.com> (raw)
In-Reply-To: <1436241546-16731-1-git-send-email-dinguyen@opensource.altera.com>
From: Dinh Nguyen <dinguyen@opensource.altera.com>
Use of_clk_parent_fill to fill in the parent clock names' array.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
---
drivers/clk/keystone/pll.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/clk/keystone/pll.c b/drivers/clk/keystone/pll.c
index 4a375ea..d6ef063 100644
--- a/drivers/clk/keystone/pll.c
+++ b/drivers/clk/keystone/pll.c
@@ -309,8 +309,7 @@ static void __init of_pll_mux_clk_init(struct device_node *node)
return;
}
- parents[0] = of_clk_get_parent_name(node, 0);
- parents[1] = of_clk_get_parent_name(node, 1);
+ of_clk_parent_fill(node, parents, 2);
if (!parents[0] || !parents[1]) {
pr_err("%s: missing parent clocks\n", __func__);
return;
--
1.7.9.5
next prev parent reply other threads:[~2015-07-07 4:06 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-07 3:59 [PATCHv2 0/6] clk: " dinguyen
2015-07-07 3:59 ` [PATCHv2 1/6] clk: at91: " dinguyen
2015-07-18 0:52 ` Stephen Boyd
2015-07-07 3:59 ` [PATCHv2 2/6] clk: qoriq: " dinguyen
2015-07-18 0:52 ` Stephen Boyd
2015-07-07 3:59 ` dinguyen [this message]
2015-07-18 0:52 ` [PATCHv2 3/6] clk: keystone: " Stephen Boyd
2015-07-07 3:59 ` [PATCHv2 4/6] clk: st: " dinguyen
2015-07-18 0:52 ` Stephen Boyd
2015-07-07 3:59 ` [PATCHv2 5/6] clk: sunxi: " dinguyen
2015-07-07 5:07 ` Maxime Ripard
2015-07-18 0:52 ` Stephen Boyd
2015-07-18 0:53 ` Stephen Boyd
2015-07-21 14:42 ` Tyler Baker
2015-07-21 15:22 ` Dinh Nguyen
2015-07-21 16:29 ` Tyler Baker
2015-07-21 18:00 ` Stephen Boyd
2015-07-07 3:59 ` [PATCHv2 6/6] clk: ti: " dinguyen
2015-07-18 0:52 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436241546-16731-4-git-send-email-dinguyen@opensource.altera.com \
--to=dinguyen@opensource.altera.com \
--cc=dinh.linux@gmail.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®