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

2019-06-24 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 v6: None Changes in v5: - Use long long to store rate v

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

2019-07-20 Thread sbabic
> 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 Applied to u-boot-imx, master, thanks ! Best regards, Stefano