Re: [PATCH v5 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-09-09 Thread Stephen Boyd
Quoting Vinod Koul (2019-08-26 10:31:18) > Convert the rpmh clock driver to use the new parent data scheme by > specifying the parent data for board clock. > > Signed-off-by: Vinod Koul > --- Applied to clk-next

Re: [PATCH v5 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-08-26 Thread Bjorn Andersson
On Mon 26 Aug 10:31 PDT 2019, Vinod Koul wrote: > Convert the rpmh clock driver to use the new parent data scheme by > specifying the parent data for board clock. > > Signed-off-by: Vinod Koul Reviewed-by: Bjorn Andersson > --- > drivers/clk/qcom/clk-rpmh.c | 10 -- > 1 file

[PATCH v5 2/4] clk: qcom: clk-rpmh: Convert to parent data scheme

2019-08-26 Thread Vinod Koul
Convert the rpmh clock driver to use the new parent data scheme by specifying the parent data for board clock. Signed-off-by: Vinod Koul --- drivers/clk/qcom/clk-rpmh.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/clk-rpmh.c