Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ba14fa1a57c07cca9d520ceded8d3da5beb6175f
/
drivers
/
clk
/
clk.c
3174b0c
clk: core: Force setting the phase delay when no change
by Jean-Francois Moine
· 8 years ago
74002fc
clk: Simplify __of_clk_get_hw_from_provider()
by Stephen Boyd
· 8 years ago
f155d15
clk: Return errors from clk providers in __of_clk_get_from_provider()
by Stephen Boyd
· 8 years ago
8a23133
clk: use ERR_CAST() for __clk_create_clk()
by Masahiro Yamada
· 8 years ago
989eafd
clk: core: Avoid double initialization of clocks
by Ricardo Ribalda Delgado
· 8 years ago
904e6ea
clk: migrate ref counts when orphans are reunited
by Michael Turquette
· 8 years ago
fc8726a
clk: core: support clocks which requires parents enable (part 2)
by Dong Aisheng
· 8 years ago
a4b3518
clk: core: support clocks which requires parents enable (part 1)
by Dong Aisheng
· 8 years ago
7ec986e
clk: move clk_disable_unused after clk_core_disable_unprepare function
by Dong Aisheng
· 8 years ago
a6adc30
clk: introduce clk_core_enable_lock and clk_core_disable_lock functions
by Dong Aisheng
· 8 years ago
2d5b520
clk: correct comments for __clk_determine_rate
by Peng Fan
· 8 years ago
06b37e4
clk: Remove unused variable
by Lee Jones
· 8 years ago
071a0cb
Merge commit 'f17a0dd1c2e0' into clk-next
by Michael Turquette
· 8 years ago
f17a0dd
clk: Use _rcuidle suffix to allow clk_core_enable() to used from idle
by Paul E. McKenney
· 9 years ago
2f87a6e
clk: Add _rcuidle tracepoints to allow clk_core_disable() use from idle
by Paul E. McKenney
· 9 years ago
ef56b79
clk: fix critical clock locking
by Maxime Ripard
· 9 years ago
c47265a
clk: fix comment of devm_clk_hw_register()
by Masahiro Yamada
· 9 years ago
58657d1
Merge branch 'clk-hw-register' (early part) into clk-next
by Stephen Boyd
· 9 years ago
0861e5b
clk: Add clk_hw OF clk providers
by Stephen Boyd
· 9 years ago
4143804
clk: Add {devm_}clk_hw_{register,unregister}() APIs
by Stephen Boyd
· 9 years ago
d56f899
clk: Provide OF helper to mark clocks as CRITICAL
by Lee Jones
· 9 years ago
2e20fbf
clk: WARN_ON about to disable a critical clock
by Lee Jones
· 9 years ago
32b9b10
clk: Allow clocks to be marked as CRITICAL
by Lee Jones
· 9 years ago
929e7f3
clk: Make of_clk_get_parent_count() return unsigned ints
by Stephen Boyd
· 9 years ago
3e5dd6f
clk: Ignore disabled DT clock providers
by Geert Uytterhoeven
· 9 years ago
023bd71
clk: skip unnecessary set_phase if nothing to do
by Shawn Lin
· 9 years ago
706d5c7
clk: Update some outdated comments
by Stephen Boyd
· 9 years ago
fa45971
Revert "clk: avoid circular clock topology"
by Stephen Boyd
· 9 years ago
fb4dd22
clk: Make of_clk_get_from_provider() available to modules
by Andrew F. Davis
· 9 years ago
2430a94
clk: fix __clk_init_parent() for single parent clocks
by Masahiro Yamada
· 9 years ago
47b0eeb
clk: Deprecate CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
4106a3d
clk: unlock for handling unregistered clock
by Insu Yun
· 9 years ago
e8f0e68
clk: slightly optimize clk_core_set_parent()
by Masahiro Yamada
· 9 years ago
470b5e2
clk: simplify clk_fetch_parent_index() function
by Masahiro Yamada
· 9 years ago
508f884
clk: make sure parent is not NULL in clk_fetch_parent_index()
by Masahiro Yamada
· 9 years ago
0e8f6e4
clk: walk the orphan clock list more simply
by Masahiro Yamada
· 9 years ago
858d588
clk: avoid circular clock topology
by Masahiro Yamada
· 9 years ago
5146e0b
clk: simplify __clk_init_parent()
by Masahiro Yamada
· 9 years ago
3c8e77d
clk: move checking .get_parent to __clk_core_init()
by Masahiro Yamada
· 9 years ago
c44fccb
clk: replace pr_warn() with pr_err() for fatal cases
by Masahiro Yamada
· 9 years ago
3c436bf
clk: drop the initial core->parents look-ups from __clk_core_init()
by Masahiro Yamada
· 9 years ago
88cfbef
clk: simplify clk_core_get_parent_by_index()
by Masahiro Yamada
· 9 years ago
176d116
clk: move core->parents allocation to clk_register()
by Masahiro Yamada
· 9 years ago
3a6e8454
clk: change sizeof(struct clk *) to sizeof(*core->parents)
by Masahiro Yamada
· 9 years ago
027f942
clk: remove unnecessary !core->parents conditional
by Masahiro Yamada
· 9 years ago
be45ebf
clk: rename __clk_init() into __clk_core_init()
by Masahiro Yamada
· 9 years ago
d35c80c
clk: change the argument of __clk_init() into pointer to clk_core
by Masahiro Yamada
· 9 years ago
d9e7434
clk: remove unused first argument of __clk_init()
by Masahiro Yamada
· 9 years ago
a915e30
Merge branch 'clk-rockchip' into clk-next
by Michael Turquette
· 9 years ago
2eb8c71
clk: add flag for clocks that need to be enabled on rate changes
by Heiko Stuebner
· 9 years ago
8da411c
clk: let of_clk_get_parent_name() fail for invalid clock-indices
by Masahiro Yamada
· 9 years ago
198bb59
clk: fix a typo in comment block of clk_notifier_register()
by Masahiro Yamada
· 9 years ago
3fe003f
clk: Spelling s/derefing/dereferencing/
by Geert Uytterhoeven
· 9 years ago
c1de135
clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)
by Masahiro Yamada
· 9 years ago
c736c4e
clk: remove redundant negative index check in of_clk_get_parent_name()
by Masahiro Yamada
· 9 years ago
be68bf8
clk: Add clk_hw_is_enabled() for use by clk providers
by Joachim Eastwood
· 9 years ago
6bc9d9d
clk: add missing of_node_put
by Julia Lawall
· 9 years ago
b76281c
clk: Make clk input parameter of __clk_get_name() const
by Geert Uytterhoeven
· 9 years ago
7e96353
clk: Use %u to format unsigned int in of_clk_src_onecell_get()
by Geert Uytterhoeven
· 9 years ago
0a4807c
clk: Make of_clk_get_parent_name() robust with #clock-cells = 1
by Stephen Boyd
· 9 years ago
ab5c342
Merge branch 'clk-fixes' into clk-next
by Stephen Boyd
· 9 years ago
90c5354
clk: Remove unneeded semicolons
by Javier Martinez Canillas
· 9 years ago
9054a31
clk: check for invalid parent index of orphans in __clk_init()
by Mans Rullgard
· 10 years ago
c660b2eb
clk: remove duplicated code with __clk_set_parent_after
by Dong Aisheng
· 9 years ago
e7df6f6
clk: Constify clk_hw argument to provider APIs
by Stephen Boyd
· 9 years ago
fc4a05d
clk: Remove unused provider APIs
by Stephen Boyd
· 9 years ago
1a9c069
clk: Add clk_hw_*() APIs for use by clk providers
by Stephen Boyd
· 9 years ago
e650034
clk: track the orphan status of clocks and their children
by Heiko Stuebner
· 10 years ago
a57aa18
clk: Silence warnings about lock imbalances
by Stephen Boyd
· 9 years ago
9cfad9b
Merge branch 'cleanup-clk-h-includes' into clk-next
by Stephen Boyd
· 9 years ago
9783c0d
clk: Allow providers to configure min/max rates
by Stephen Boyd
· 9 years ago
19aab27
Merge branch 'clk-determine-rate-struct' into clk-next
by Stephen Boyd
· 9 years ago
57d866e
clk: fix some determine_rate implementations
by Boris Brezillon
· 9 years ago
0817b62
clk: change clk_ops' ->determine_rate() prototype
by Boris Brezillon
· 9 years ago
3c37311
clk: Include clk.h in clk.c
by Stephen Boyd
· 9 years ago
2573a02
clk: Move clk_provider_list to scope of function using it
by Stephen Boyd
· 9 years ago
2e3b19f
clk: Check for allocation errors in of_clk_init()
by Stephen Boyd
· 9 years ago
2cd7b04
Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next
by Michael Turquette
· 9 years ago
85e88fa
Merge branch 'clk-exynos-cpu-clk' into clk-next
by Michael Turquette
· 9 years ago
d8d9198
clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
by Bartlomiej Zolnierkiewicz
· 10 years ago
8c9a8a8
clk: Move debug_node field under DEBUG_FS flag in struct clk_core
by Maxime Coquelin
· 9 years ago
2e61dfb
clk: of: helper for filling parent clock array and return num of parents
by Dinh Nguyen
· 9 years ago
a59a516
clk: Fix typo in clk_register() comment
by Shailendra Verma
· 9 years ago
562ef0b
clk: Silence sparse warnings about __clk_{get,put}()
by Stephen Boyd
· 10 years ago
42c8654
clk: Expose clk_hw_reparent() to providers
by Tomeu Vizoso
· 10 years ago
a633472
clk: Add some more lockdep assertions
by Stephen Boyd
· 10 years ago
18e70ef
Merge branch 'clk-fixes' into clk-next
by Stephen Boyd
· 10 years ago
70e9f4d
clk: add newline character after dumping all clocks
by Felipe Balbi
· 10 years ago
d2a5d46
clk: add missing lock when call clk_core_enable in clk_set_parent
by Dong Aisheng
· 10 years ago
7cb8113
clk: Fix JSON output in debugfs
by Stefan Wahren
· 10 years ago
6e5ab41
clk: Update some comments to reflect reality
by Stephen Boyd
· 10 years ago
4dff95d
clk: Remove forward declared function prototypes
by Stephen Boyd
· 10 years ago
1f3e198
clk: Remove impossible if condition in clk_core_get_phase()
by Stephen Boyd
· 10 years ago
d7d1315
clk: Drop unnecessary OOM prints
by Stephen Boyd
· 10 years ago
864e160
clk: Squash __clk_{enable,disable}() into callers
by Dong Aisheng
· 10 years ago
d6968fc
clk: s/clk/core/ for struct clk_core
by Stephen Boyd
· 10 years ago
03bc10a
clk: check ->determine/round_rate() return value in clk_calc_new_rates
by Boris Brezillon
· 10 years ago
5cf065f
Merge branch 'clk-fixes' into clk-next
by Stephen Boyd
· 10 years ago
306c342
clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()
by Stephen Boyd
· 10 years ago
50595f8
clk: Rename child_node to clks_node to avoid confusion
by Stephen Boyd
· 10 years ago
Next »