Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
899d81b974ec7b3fd0f875c578bd91e89212742f
/
drivers
/
clk
/
clk.c
067bb17
clk: prevent erronous parsing of children during rate change
by Tero Kristo
· 10 years ago
abeab45
clk: Propagate any error return from debug_init()
by Chris Brand
· 10 years ago
86be408
clk: Support for clock parents and rates assigned from device tree
by Sylwester Nawrocki
· 10 years ago
fb2b3c9
clk: define and export clk_debugs_add_file
by Peter De Schrijver
· 10 years ago
6b44c854
clk: Fix build warnings
by Sachin Kamat
· 10 years ago
27b8d5f
clk: flatten clk tree in debugfs
by Peter De Schrijver
· 10 years ago
1cdf8ee
clk: export __clk_round_rate for providers
by Arnd Bergmann
· 10 years ago
fb8abb7
clk: Neaten clk_summary output
by Geert Uytterhoeven
· 11 years ago
63589e9
clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()
by Stephen Boyd
· 11 years ago
8f2c2db
clk: Consolidate recalc rate logic
by Stephen Boyd
· 11 years ago
86a6123
clk: Don't check for missing ops in clk_set_parent()
by Stephen Boyd
· 11 years ago
874f224
clk: Fix slab corruption in clk_unregister()
by Stephen Boyd
· 11 years ago
293ba3b
clk: Fix double free due to devm_clk_register()
by Stephen Boyd
· 11 years ago
e5ca8fb
clk: Fix minor errors in of_clk_init() function comments
by Sylwester Nawrocki
· 11 years ago
3f6d439
clk: reverse default clk provider initialization order in of_clk_init()
by Sylwester Nawrocki
· 11 years ago
c646cbf
clk: support hardware-specific debugfs entries
by Alex Elder
· 11 years ago
f736386
clk: turn rate change failed warning into pr_debug
by Sascha Hauer
· 11 years ago
1771b10
clk: respect the clock dependencies in of_clk_init
by Gregory CLEMENT
· 11 years ago
ad077ce
Merge branch 'clk-fixes' into clk-next
by Mike Turquette
· 11 years ago
00efcb1
clk: Correct handling of NULL clk in __clk_{get, put}
by Sylwester Nawrocki
· 11 years ago
a34cd46
clk: return probe defer when DT clock not yet ready
by Jean-Francois Moine
· 11 years ago
86bcfa2
clk: add pr_debug & kerneldoc around clk notifiers
by Mike Turquette
· 11 years ago
7a0fc1a
clk: add clock-indices support
by Ben Dooks
· 11 years ago
5324fda
clk: Fix notifier documentation
by Soren Brinkmann
· 11 years ago
0b7f04b
clk: Export more clk-provider functions
by Stephen Boyd
· 11 years ago
819b486
CLK: ti: add init support for clock IP blocks
by Tero Kristo
· 11 years ago
3fa2252
clk: Add set_rate_and_parent() op
by Stephen Boyd
· 11 years ago
dbdf6ff
Merge branch 'clk-next-unregister' into clk-next
by Mike Turquette
· 11 years ago
ea72dc2
clk: remove CONFIG_COMMON_CLK_DEBUG
by Mike Turquette
· 11 years ago
5279fc4
clk: add clk accuracy retrieval support
by Boris BREZILLON
· 11 years ago
3a5aec2
clk: Fix debugfs reparenting NULL pointer dereference
by Stephen Boyd
· 11 years ago
fcb0ee6
clk: Implement clk_unregister
by Sylwester Nawrocki
· 11 years ago
ac2df52
clk: Add common __clk_get(), __clk_put() implementations
by Sylwester Nawrocki
· 11 years ago
d6782c2
clk: Provide not locked variant of of_clk_get_from_provider()
by Sylwester Nawrocki
· 11 years ago
b5f98e6
clk: clean up everything on debugfs error
by Alex Elder
· 11 years ago
f610274
clk: of: helper for determining number of parent clocks
by Mike Turquette
· 11 years ago
da0f0b2
clk: Correct lookup logic in clk_fetch_parent_index()
by Tomasz Figa
· 11 years ago
96a7ed9
clk: Use kcalloc() to allocate arrays
by Tomasz Figa
· 11 years ago
f1c8b2e
clk: Add error handling to clk_fetch_parent_index()
by Tomasz Figa
· 11 years ago
12d29886
clk: only call get_parent if there is one
by Alex Elder
· 11 years ago
b05c683
clk: Move symbol export to proper location
by Thierry Reding
· 11 years ago
903efc5
clk: fix new_parent dereference before null check
by James Hogan
· 11 years ago
7f7ed58
clk: get matching entry under lock in of_clk_init()
by Alex Elder
· 11 years ago
89ac8d7
clk: handle NULL struct clk gracefully
by Mike Turquette
· 11 years ago
e366fdd
clk: clk-mux: implement remuxing on set_rate
by James Hogan
· 11 years ago
71472c0
clk: add support for clock reparent on set_rate
by James Hogan
· 11 years ago
4935b22
clk: move some parent related functions upwards
by James Hogan
· 11 years ago
7ef3dcc
clk: abstract parent cache
by James Hogan
· 11 years ago
24ee1a0
clk: fix typos
by Peter Meerwald
· 11 years ago
92295f6
Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linux
by Linus Torvalds
· 11 years ago
f3aab5d
clk: Always notify whole subtree when reparenting
by Soren Brinkmann
· 12 years ago
34e452a
clk: honor CLK_GET_RATE_NOCACHE in clk_set_rate
by Peter De Schrijver
· 11 years ago
670decd
clk: use clk_get_rate() for debugfs
by Peter De Schrijver
· 11 years ago
72b5322
clk: remove notifier from list before freeing it
by Lai Jiangshan
· 11 years ago
d41d580
clk: Disable unused clocks after deferred probing is done
by Saravana Kannan
· 12 years ago
f8aa0bd
clk: Fix race condition between clk_set_parent and clk_enable()
by Saravana Kannan
· 11 years ago
1e43525
clk: add clk_ignore_unused option to keep boot clocks on
by Olof Johansson
· 12 years ago
496620c
clk: export __clk_get_flags for modular clock providers
by Sebastian Hesselbarth
· 12 years ago
fb72a05
clk: Properly handle notifier return values
by Soren Brinkmann
· 12 years ago
a68de8e
clk: Fixup locking issues for clk_set_parent
by Ulf Hansson
· 12 years ago
031dcc9
clk: Fixup errorhandling for clk_set_parent
by Ulf Hansson
· 12 years ago
b33d212
clk: Restructure code for __clk_reparent
by Ulf Hansson
· 12 years ago
533ddeb
clk: allow reentrant calls into the clk framework
by Mike Turquette
· 12 years ago
eab89f6
clk: abstract locking out into helper functions
by Mike Turquette
· 12 years ago
5fda685
clk: Fix incorrect return type in clk.c
by Sachin Kamat
· 12 years ago
3cc8247
clk: Introduce optional unprepare_unused callback
by Ulf Hansson
· 12 years ago
1c155b3
clk: Unprepare the unused prepared slow clocks at late init
by Ulf Hansson
· 12 years ago
3d6ee28
clk: Introduce optional is_prepared callback
by Ulf Hansson
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
f2f6c25
clk: add common of_clk_init() function
by Prashant Gaikwad
· 12 years ago
4cfe54e
clk: Deduplicate exit code in clk_set_rate
by Nestor Ovroy
· 12 years ago
bddca89
clk: JSON debugfs clock tree summary
by Prashant Gaikwad
· 12 years ago
1af599d
clk: human-readable debugfs clock tree summary
by Prashant Gaikwad
· 12 years ago
4895084
clk: export __clk_get_name for re-use in imx-ipu-v3 and others
by Niels de Vos
· 12 years ago
65800b2
clk: Don't mark shared helper functions as inline
by Russ Dill
· 12 years ago
7c045a5
clk: introduce optional disable_unused callback
by Mike Turquette
· 12 years ago
1f61e5f
clk: clock multiplexers may register out of order
by Martin Fuzzey
· 12 years ago
46c8773
clk: Add devm_clk_{register,unregister}()
by Stephen Boyd
· 12 years ago
2ac6b1f
clk: Don't return negative numbers for unsigned values with !clk
by Stephen Boyd
· 12 years ago
494bfec
clk: add of_clk_src_onecell_get() support
by Shawn Guo
· 12 years ago
a093bde
clk: Provide option for clk_get_rate to issue hw for new rate
by Ulf Hansson
· 12 years ago
e47c6a3
clk: validate pointer in __clk_disable()
by Fengguang Wu
· 12 years ago
766e6a4
clk: add DT clock binding support
by Grant Likely
· 13 years ago
9ca1c5a
clk: cache parent clocks only for muxes
by Rajendra Nayak
· 12 years ago
863b132
clk: fix parent validation in __clk_set_parent()
by Rajendra Nayak
· 12 years ago
bf47b4f
clk: Check parent for NULL in clk_change_rate
by Pawel Moll
· 12 years ago
7975059
clk: Allow late cache allocation for clk->parents
by Rajendra Nayak
· 12 years ago
7e0fa1b
clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().
by Saravana Kannan
· 12 years ago
1df5c93
clk: Provide dummy clk_unregister()
by Mark Brown
· 13 years ago
d269b97
clk: remove COMMON_CLK_DISABLE_UNUSED
by Mike Turquette
· 13 years ago
63f5c3b
clk: prevent spurious parent rate propagation
by Mike Turquette
· 13 years ago
0e1c030
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
by Viresh Kumar
· 13 years ago
0197b3e
clk: Use a separate struct for holding init data.
by Saravana Kannan
· 13 years ago
1b2f990
clk: Don't set clk->new_rate twice
by Viresh Kumar
· 13 years ago
f4d8af2
clk: propagate round_rate for CLK_SET_RATE_PARENT case
by Shawn Guo
· 13 years ago
1c0035d
clk: pass parent_rate into .set_rate
by Shawn Guo
· 13 years ago
81536e0
clk: always pass parent_rate into .round_rate
by Shawn Guo
· 13 years ago
d1302a3
clk: core: copy parent_names & return error codes
by Mike Turquette
· 13 years ago
d305fb7
clk: Constify parent name arrays
by Mark Brown
· 13 years ago
34e44fe
clk: Make clk_get_rate() return 0 on error
by Rajendra Nayak
· 13 years ago
Next »