Searched hist:"74 d3ba0b6f1b22ed02ae16031c741822c9928793" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-tegra210.c | diff 74d3ba0b6f1b22ed02ae16031c741822c9928793 Thu Jun 23 05:52:31 CDT 2016 Thierry Reding <treding@nvidia.com> clk: tegra: Micro-optimize Tegra210 clock setup
sor_safe being the parent of the dpaux and dpaux1 clocks, it's not only natural, but also slightly more efficient, to initialize it before its children. This avoids orphaning the dpaux and dpaux1 clocks only to get them reparented when the sor_safe clock is registered.
Acked-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|