commit | 50d6ea47bab46645f28c439d9d8fb4840e10b486 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Mon Jan 25 21:15:44 2016 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri Jan 29 11:30:27 2016 +0100 |
tree | 6db81ac9e03fcd045bbad1ad180515ef17580829 | |
parent | 435b7be1d812cdbbad997f5279293770dff21abb [diff] |
clk: sunxi: factors: Drop round_rate from clk ops The common clock framework requires either determine_rate or round_rate to be implemented. We use determine_rate so we can pass the parent index to the get_factors callback. This cannot be done easily with round_rate, so just drop it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>