Re: [PATCH v4 26/37] MIPS,clk: migrate JZ4740 to common clock framework

2015-05-24 Thread Paul Burton
On Tue, May 12, 2015 at 07:52:04PM -0700, Michael Turquette wrote: Hi Paul, Quoting Paul Burton (2015-04-24 06:17:26) +static void __init jz4740_cgu_init(struct device_node *np) +{ + int retval; + + cgu = ingenic_cgu_new(jz4740_cgu_clocks, +

[PATCH v4 26/37] MIPS,clk: migrate JZ4740 to common clock framework

2015-04-24 Thread Paul Burton
Migrate the JZ4740 the qi_lb60 board to use common clock framework via the new Ingenic SoC CGU driver. Note that the JZ4740-specific debugfs code is removed since common clock framework provides its own debug capabilities. Signed-off-by: Paul Burton paul.bur...@imgtec.com Co-authored-by: Paul