+2
−0
+1
−0
drivers/clk/qcom/Kconfig
0 → 100644
+5
−0
drivers/clk/qcom/Makefile
0 → 100644
+3
−0
drivers/clk/qcom/clk-regmap.c
0 → 100644
+114
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add a clock type that associates a regmap pointer and some enable/disable bits with a clk_hw struct. This will be the struct that a hw specific implementation wraps if it wants to use the regmap helper functions. Signed-off-by:Stephen Boyd <sboyd@codeaurora.org> Signed-off-by:
Mike Turquette <mturquette@linaro.org>