summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/Makefile
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-01-15 10:47:23 -0800
committerMike Turquette <mturquette@linaro.org>2014-01-16 12:00:58 -0800
commit085d7a455444f4d425371ee3c8a273c6e1b522db (patch)
tree77367862a144e00868d3bd8d08d6f41c1bfd7f5c /drivers/clk/qcom/Makefile
parent3fa2252b7a78a8057017471a28f47b306e95ee26 (diff)
downloadop-kernel-dev-085d7a455444f4d425371ee3c8a273c6e1b522db.zip
op-kernel-dev-085d7a455444f4d425371ee3c8a273c6e1b522db.tar.gz
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: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
-rw-r--r--drivers/clk/qcom/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile
new file mode 100644
index 0000000..f9faa8f
--- /dev/null
+++ b/drivers/clk/qcom/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o
+
+clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-regmap.o
OpenPOWER on IntegriCloud