drivers/clk/qcom/common.c
0 → 100644
+99
−0
drivers/clk/qcom/common.h
0 → 100644
+34
−0
+11
−76
+12
−65
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Most of the probe code is the same between all the different clock controllers. Consolidate the code into a common.c file. This makes changes to the common probe parts easier and reduces chances for bugs. Signed-off-by:Stephen Boyd <sboyd@codeaurora.org> Signed-off-by:
Mike Turquette <mturquette@linaro.org>