]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: fixed-rate: Add hw based registration APIs
authorStephen Boyd <sboyd@codeaurora.org>
Sun, 7 Feb 2016 08:34:13 +0000 (00:34 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 19 Apr 2016 23:57:12 +0000 (16:57 -0700)
commit26ef56be9e0944a9b136169eb47140f309ce745b
tree5aa58657113ea14939e9fa95c4f571a847ff3f66
parentb120743a64a3ec68b8c5310a6009094329b4a33b
clk: fixed-rate: Add hw based registration APIs

Add registration APIs in the clk fixed-rate code to return struct
clk_hw pointers instead of struct clk pointers. This way we hide
the struct clk pointer from providers unless they need to use
consumer facing APIs.

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