commit | 10a8d9b90642da9b6cef477725c4c6bdd4c36cb3 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <[email protected]> | Wed May 17 09:40:31 2017 +0200 |
committer | Maxime Ripard <[email protected]> | Wed Jun 07 15:32:13 2017 +0200 |
tree | 9b635eaa5a2ce9934dcf0a23cab9aae20a1a45df | |
parent | 22833a9165a1c72a54ddc696a3765bd6f87fbb92 [diff] |
clk: sunxi-ng: Pass the parent and a pointer to the clocks round rate The clocks might need to modify their parent clocks. In order to make that possible, give them access to the parent clock being evaluated, and to a pointer to the parent rate so that they can modify it if needed. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Chen-Yu Tsai <[email protected]>