Re: [PATCH v2] CLK: Add Loongson1C clock support

From: Yang Ling
Date: Thu Sep 01 2016 - 03:31:24 EST


On Wed, Aug 31, 2016 at 03:51:13PM -0700, Stephen Boyd wrote:
> On 08/22, Yang Ling wrote:
> > This patch adds clock support to Loongson1C SoC.
> >
> > Signed-off-by: Yang Ling <gnaygnil@xxxxxxxxx>
> >
>
> It would be better to use the new clk_hw_*() and clkdev_hw_*()
> registration APIs. Care to make that change? Obviously
> clk_register_pll() isn't going to work there, but we can fix that
> later.
>

Well, I will use the new APIs to debug the code.
Thanks for your friendly reminder.