Skip to content
Commit d2d14a77 authored by Russell King's avatar Russell King
Browse files

clk: update clk API documentation to clarify clk_round_rate()



The idea is that rate = clk_round_rate(clk, r) is equivalent to:

	clk_set_rate(clk, r);
	rate = clk_get_rate(clk);

except that clk_round_rate() does not change the hardware in any way.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d5622a9c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment