[PATCH v4 4/5] clk: add CLK_SET_RATE_NO_REPARENT flag
From: Stephen Warren <hidden>
Date: 2013-05-20 20:44:15
Also in:
linux-tegra, lkml
From: Stephen Warren <hidden>
Date: 2013-05-20 20:44:15
Also in:
linux-tegra, lkml
On 05/20/2013 07:28 AM, James Hogan wrote:
Add a CLK_SET_RATE_NO_REPARENT clock flag, which will prevent muxes being reparented during clk_set_rate. To avoid breaking existing platforms, all callers of clk_register_mux() are adjusted to pass the new flag. Platform maintainers are encouraged to remove the flag if they wish to allow mux reparenting on set_rate.
The Tegra parts, Acked-by: Stephen Warren <redacted>