]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: Add a regmap type clock struct
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 15 Jan 2014 18:47:23 +0000 (10:47 -0800)
committerMike Turquette <mturquette@linaro.org>
Thu, 16 Jan 2014 20:00:58 +0000 (12:00 -0800)
commiteb35f1fc80ae149b359f6f115026138e03781b1b
tree77367862a144e00868d3bd8d08d6f41c1bfd7f5c
parentf36fd491de82e2fe406067c173716b872eac35c0
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>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/qcom/Kconfig [new file with mode: 0644]
drivers/clk/qcom/Makefile [new file with mode: 0644]
drivers/clk/qcom/clk-regmap.c [new file with mode: 0644]
drivers/clk/qcom/clk-regmap.h [new file with mode: 0644]