]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Add clk_hw_*() APIs for use by clk providers
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 25 Jun 2015 22:55:14 +0000 (15:55 -0700)
committerMichael Turquette <mturquette@baylibre.com>
Mon, 24 Aug 2015 23:48:42 +0000 (16:48 -0700)
commitba90c149f9203ab9233a0bce8b9f8b42d2def35a
tree79d1002ccc0982637da9404aa5f45e0302240729
parentc107fb0941e42bb0e6fc3f424bf9797c9e269449
clk: Add clk_hw_*() APIs for use by clk providers

clk providers shouldn't need to use the consumer APIs (clk.h).
Add provider APIs to replace the __clk_*() APIs that take a
struct clk_hw as their first argument instead of a struct clk.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
include/linux/clk-provider.h