aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2019-09-16 21:15:40 +0530
committerStephen Boyd <sboyd@kernel.org>2019-09-17 12:54:44 -0700
commited309bfb4812e8b31a3eb877e157b8028a49e50c (patch)
tree7d1ad1652a7d922e0f25b1b6555d741127c0e5e7 /Documentation/devicetree/bindings/clock
parentLinus 5.3-rc1 (diff)
downloadlinux-dev-ed309bfb4812e8b31a3eb877e157b8028a49e50c.tar.xz
linux-dev-ed309bfb4812e8b31a3eb877e157b8028a49e50c.zip
clk: actions: Fix factor clk struct member access
Since the helper "owl_factor_helper_round_rate" is shared between factor and composite clocks, using the factor clk specific helper function like "hw_to_owl_factor" to access its members will create issues when called from composite clk specific code. Hence, pass the "factor_hw" struct pointer directly instead of fetching it using factor clk specific helpers. This issue has been observed when a composite clock like "sd0_clk" tried to call "owl_factor_helper_round_rate" resulting in pointer dereferencing error. While we are at it, let's rename the "clk_val_best" function to "owl_clk_val_best" since this is an owl SoCs specific helper. Fixes: 4bb78fc9744a ("clk: actions: Add factor clock support") Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Link: https://lkml.kernel.org/r/20190916154546.24982-2-manivannan.sadhasivam@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
0 files changed, 0 insertions, 0 deletions