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

2016-09-01 Thread Yang Ling
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 > > > > It would be better to use the new clk_hw_*() and clkdev_hw_*() > registration APIs. Care to make that change?

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

2016-08-31 Thread Stephen Boyd
On 08/22, Yang Ling wrote: > This patch adds clock support to Loongson1C SoC. > > Signed-off-by: Yang Ling > 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 la

[PATCH v2] CLK: Add Loongson1C clock support

2016-08-21 Thread Yang Ling
This patch adds clock support to Loongson1C SoC. Signed-off-by: Yang Ling --- V2: Use loongson1 generic clock interface. --- drivers/clk/loongson1/Makefile | 1 + drivers/clk/loongson1/clk-loongson1c.c | 102 + 2 files changed, 103 insertions(+) crea