Re: [PATCH v2 04/15] clk: sunxi-ng: Add fixed factor clock support
From: Stephen Boyd <hidden>
Date: 2016-06-21 01:15:59
Also in:
linux-arm-kernel, linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2016-06-21 01:15:59
Also in:
linux-arm-kernel, linux-clk, lkml
On 06/07, Maxime Ripard wrote:
+
+#include <linux/clk-provider.h>
+
+#include "ccu_common.h"
+
+struct ccu_fixed_factor {
+ u16 div;
+ u16 mult;
+
+ struct ccu_common common;Does this use the common structure although we have no usage for the members of struct ccu_common except struct clk_hw? I suppose this is done so registering a bunch of clks is easy? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project