clk: qcom: Add a regmap type clock struct
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: NStephen Boyd <sboyd@codeaurora.org> Signed-off-by: NMike Turquette <mturquette@linaro.org>
Showing
drivers/clk/qcom/Kconfig
0 → 100644
drivers/clk/qcom/Makefile
0 → 100644
drivers/clk/qcom/clk-regmap.c
0 → 100644
drivers/clk/qcom/clk-regmap.h
0 → 100644
想要评论请 注册 或 登录