Re: [PATCHv2 3/6] clk: keystone: make use of of_clk_parent_fill helper function

2015-07-17 Thread Stephen Boyd
On 07/06, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Use of_clk_parent_fill to fill in the parent clock names' array. > > Signed-off-by: Dinh Nguyen > Acked-by: Santosh Shilimkar > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Foru

[PATCHv2 3/6] clk: keystone: make use of of_clk_parent_fill helper function

2015-07-06 Thread dinguyen
From: Dinh Nguyen Use of_clk_parent_fill to fill in the parent clock names' array. Signed-off-by: Dinh Nguyen Acked-by: Santosh Shilimkar --- 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/p