commit | 1a9c069cb2d28bb72fefee509e0d26f92d7f7166 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Jun 25 15:55:14 2015 -0700 |
committer | Michael Turquette <mturquette@baylibre.com> | Mon Aug 24 16:48:42 2015 -0700 |
tree | 79d1002ccc0982637da9404aa5f45e0302240729 | |
parent | bea047e075784471461c4338d0ffa45cb1378d67 [diff] |
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>