Joachim Eastwood
|
be68bf8831
clk: Add clk_hw_is_enabled() for use by clk providers
|
10 years ago |
Julia Lawall
|
6bc9d9d62c
clk: add missing of_node_put
|
10 years ago |
Geert Uytterhoeven
|
b76281cb97
clk: Make clk input parameter of __clk_get_name() const
|
10 years ago |
Geert Uytterhoeven
|
7e96353c3f
clk: Use %u to format unsigned int in of_clk_src_onecell_get()
|
10 years ago |
Stephen Boyd
|
0a4807c2f9
clk: Make of_clk_get_parent_name() robust with #clock-cells = 1
|
10 years ago |
Stephen Boyd
|
ab5c342992
Merge branch 'clk-fixes' into clk-next
|
10 years ago |
Javier Martinez Canillas
|
90c53547fc
clk: Remove unneeded semicolons
|
10 years ago |
Mans Rullgard
|
9054a31d60
clk: check for invalid parent index of orphans in __clk_init()
|
10 years ago |
Dong Aisheng
|
c660b2ebb2
clk: remove duplicated code with __clk_set_parent_after
|
10 years ago |
Stephen Boyd
|
e7df6f6e21
clk: Constify clk_hw argument to provider APIs
|
10 years ago |
Stephen Boyd
|
fc4a05d4b0
clk: Remove unused provider APIs
|
10 years ago |
Stephen Boyd
|
1a9c069cb2
clk: Add clk_hw_*() APIs for use by clk providers
|
10 years ago |
Heiko Stuebner
|
e6500344ed
clk: track the orphan status of clocks and their children
|
10 years ago |
Stephen Boyd
|
a57aa18539
clk: Silence warnings about lock imbalances
|
10 years ago |
Stephen Boyd
|
9cfad9bc47
Merge branch 'cleanup-clk-h-includes' into clk-next
|
10 years ago |
Stephen Boyd
|
9783c0d985
clk: Allow providers to configure min/max rates
|
10 years ago |
Stephen Boyd
|
19aab27308
Merge branch 'clk-determine-rate-struct' into clk-next
|
10 years ago |
Boris Brezillon
|
57d866e606
clk: fix some determine_rate implementations
|
10 years ago |
Boris Brezillon
|
0817b62cc0
clk: change clk_ops' ->determine_rate() prototype
|
10 years ago |
Stephen Boyd
|
3c37311730
clk: Include clk.h in clk.c
|
10 years ago |
Stephen Boyd
|
2573a02aa5
clk: Move clk_provider_list to scope of function using it
|
10 years ago |
Stephen Boyd
|
2e3b19f137
clk: Check for allocation errors in of_clk_init()
|
10 years ago |
Michael Turquette
|
2cd7b04328
Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next
|
10 years ago |
Michael Turquette
|
85e88fab13
Merge branch 'clk-exynos-cpu-clk' into clk-next
|
10 years ago |
Bartlomiej Zolnierkiewicz
|
d8d919879e
clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
|
10 years ago |
Maxime Coquelin
|
8c9a8a8f71
clk: Move debug_node field under DEBUG_FS flag in struct clk_core
|
10 years ago |
Dinh Nguyen
|
2e61dfb360
clk: of: helper for filling parent clock array and return num of parents
|
10 years ago |
Shailendra Verma
|
a59a516398
clk: Fix typo in clk_register() comment
|
10 years ago |
Stephen Boyd
|
562ef0b098
clk: Silence sparse warnings about __clk_{get,put}()
|
10 years ago |
Tomeu Vizoso
|
42c86547f4
clk: Expose clk_hw_reparent() to providers
|
10 years ago |