Re: [U-Boot] [PATCH v9 16/49] rockchip: clk: Add a function to get a peripheral clock rate

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > It is useful to be able to read the rate of a peripheral clock. Add a > handler for that. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > drivers/clk/clk_rk3288.c | 37

[U-Boot] [PATCH v9 16/49] rockchip: clk: Add a function to get a peripheral clock rate

2016-01-21 Thread Simon Glass
It is useful to be able to read the rate of a peripheral clock. Add a handler for that. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/clk/clk_rk3288.c | 37 + 1 file changed, 37 insertions(+) diff --git