Re: [PATCH v6 4/5] clk: shmobile: Add new CPG/MSSR driver core

2015-12-08 Thread Geert Uytterhoeven
On Sat, Dec 5, 2015 at 4:08 AM, Laurent Pinchart wrote: >> +static inline int cpg_mssr_add_clk_domain(struct device *dev, >> + const unsigned int *core_pm_clks, >> + unsigned int num_core_pm_clks) {} > > The function is mi

Re: [PATCH v6 4/5] clk: shmobile: Add new CPG/MSSR driver core

2015-12-04 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Thursday 12 November 2015 16:54:45 Geert Uytterhoeven wrote: > Add the common core for the new Renesas Clock Pulse Generator / Module > Standby and Software Reset driver. > > Signed-off-by: Geert Uytterhoeven > --- > v6: > - No changes, > > v5: > - Con

[PATCH v6 4/5] clk: shmobile: Add new CPG/MSSR driver core

2015-11-12 Thread Geert Uytterhoeven
Add the common core for the new Renesas Clock Pulse Generator / Module Standby and Software Reset driver. Signed-off-by: Geert Uytterhoeven --- v6: - No changes, v5: - Convert from CLK_OF_DECLARE() to a real platform_driver, initialized using platform_driver_probe() from subsys_initcall(