diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-18 17:50:01 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-05-02 18:31:07 +0300 |
commit | eb06d6bbc45a7561de78a00fb17bfbb75893ee26 (patch) | |
tree | a5e299d56b1be6444464fa079076559ee42f74fe /MAINTAINERS | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-eb06d6bbc45a7561de78a00fb17bfbb75893ee26.tar.xz |
clk: Extract OF clock helpers in <linux/of_clk.h>
The use of of_clk_get_parent_{count,name}() and of_clk_init() is not
limited to clock providers.
Hence move these helpers into their own header file, so callers that are
not clock providers no longer have to include <linux/clk-provider.h>.
Suggested-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0a1410d5a621..b61b2bf1eb75 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3556,6 +3556,7 @@ F: drivers/clk/ X: drivers/clk/clkdev.c F: include/linux/clk-pr* F: include/linux/clk/ +F: include/linux/of_clk.h COMMON INTERNET FILE SYSTEM (CIFS) M: Steve French <sfrench@samba.org> |