Re: [PATCH v5 2/5] clk: aspeed: Register core clocks

2017-11-12 Thread Andrew Jeffery
On Mon, 2017-10-30 at 16:32 +1030, Joel Stanley wrote: > This registers the core clocks; those which are required to calculate > the rate of the timer peripheral so the system can load a clocksource > driver. > > Signed-off-by: Joel Stanley > > --- > v5: > - Add Andrew's Reviewed-by Not quite

[PATCH v5 2/5] clk: aspeed: Register core clocks

2017-10-29 Thread Joel Stanley
This registers the core clocks; those which are required to calculate the rate of the timer peripheral so the system can load a clocksource driver. Signed-off-by: Joel Stanley --- v5: - Add Andrew's Reviewed-by v4: - Add defines to document the BIT() macros v3: - Fix ast2400 ahb calculatio