Re: [U-Boot] [PATCH v3 04/11] clk: Extend struct clk to provide information regarding clock rate

2019-04-25 Thread Peng Fan
Hi Lukasz, > Subject: [PATCH v3 04/11] clk: Extend struct clk to provide information > regarding clock rate > > This commit extends the struct clk to provide information regarding the clock > rate. > As a result the clock tree traversal is performed at most once, and further > reads are using the

[U-Boot] [PATCH v3 04/11] clk: Extend struct clk to provide information regarding clock rate

2019-04-25 Thread Lukasz Majewski
This commit extends the struct clk to provide information regarding the clock rate. As a result the clock tree traversal is performed at most once, and further reads are using the cached value. Signed-off-by: Lukasz Majewski --- Changes in v3: None include/clk.h | 2 ++ 1 file changed, 2 inser