commit | 107f3198fd2c5902b9cc54c86a0c86f815c173e2 | [log] [tgz] |
---|---|---|
author | Emilio López <emilio@elopez.com.ar> | Sat Sep 14 21:37:59 2013 -0300 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sun Nov 10 11:39:07 2013 +0100 |
tree | 60dc1d889efaf68e77b6c18126a99fcc9ae6eff9 | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f [diff] |
clk: composite: .determine_rate support This commit adds .determine_rate support to the composite clock. It will use the .determine_rate callback from the rate component if available, and fall back on the mux component otherwise. This allows composite clocks to enjoy the benefits of automatic clock reparenting. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>