OSDN Git Service

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)
commit1a9c069cb2d28bb72fefee509e0d26f92d7f7166
tree79d1002ccc0982637da9404aa5f45e0302240729
parentbea047e075784471461c4338d0ffa45cb1378d67
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