Stephen Boyd
|
3a5aec246f
clk: Fix debugfs reparenting NULL pointer dereference
|
12 年 前 |
Alex Elder
|
b5f98e65c0
clk: clean up everything on debugfs error
|
11 年 前 |
Mike Turquette
|
f61027426a
clk: of: helper for determining number of parent clocks
|
12 年 前 |
Tomasz Figa
|
da0f0b2c3a
clk: Correct lookup logic in clk_fetch_parent_index()
|
12 年 前 |
Tomasz Figa
|
96a7ed9079
clk: Use kcalloc() to allocate arrays
|
12 年 前 |
Tomasz Figa
|
f1c8b2edf9
clk: Add error handling to clk_fetch_parent_index()
|
12 年 前 |
Alex Elder
|
12d298865e
clk: only call get_parent if there is one
|
12 年 前 |
Thierry Reding
|
b05c683637
clk: Move symbol export to proper location
|
12 年 前 |
James Hogan
|
903efc553f
clk: fix new_parent dereference before null check
|
12 年 前 |
Alex Elder
|
7f7ed584d1
clk: get matching entry under lock in of_clk_init()
|
12 年 前 |
Mike Turquette
|
89ac8d7ae1
clk: handle NULL struct clk gracefully
|
12 年 前 |
James Hogan
|
e366fdd725
clk: clk-mux: implement remuxing on set_rate
|
12 年 前 |
James Hogan
|
71472c0c06
clk: add support for clock reparent on set_rate
|
12 年 前 |
James Hogan
|
4935b22c46
clk: move some parent related functions upwards
|
12 年 前 |
James Hogan
|
7ef3dcc814
clk: abstract parent cache
|
12 年 前 |
Peter Meerwald
|
24ee1a083c
clk: fix typos
|
12 年 前 |
Linus Torvalds
|
92295f632c
Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linux
|
12 年 前 |
Soren Brinkmann
|
f3aab5d614
clk: Always notify whole subtree when reparenting
|
12 年 前 |
Peter De Schrijver
|
34e452a152
clk: honor CLK_GET_RATE_NOCACHE in clk_set_rate
|
12 年 前 |
Peter De Schrijver
|
670decdd95
clk: use clk_get_rate() for debugfs
|
12 年 前 |
Lai Jiangshan
|
72b5322f11
clk: remove notifier from list before freeing it
|
12 年 前 |
Saravana Kannan
|
d41d580587
clk: Disable unused clocks after deferred probing is done
|
12 年 前 |
Saravana Kannan
|
f8aa0bd5c9
clk: Fix race condition between clk_set_parent and clk_enable()
|
12 年 前 |
Olof Johansson
|
1e435256d6
clk: add clk_ignore_unused option to keep boot clocks on
|
12 年 前 |
Sebastian Hesselbarth
|
496620ccf8
clk: export __clk_get_flags for modular clock providers
|
12 年 前 |
Soren Brinkmann
|
fb72a0590b
clk: Properly handle notifier return values
|
12 年 前 |
Ulf Hansson
|
a68de8e4ab
clk: Fixup locking issues for clk_set_parent
|
12 年 前 |
Ulf Hansson
|
031dcc9bd4
clk: Fixup errorhandling for clk_set_parent
|
12 年 前 |
Ulf Hansson
|
b33d212f49
clk: Restructure code for __clk_reparent
|
12 年 前 |
Mike Turquette
|
533ddeb1e8
clk: allow reentrant calls into the clk framework
|
12 年 前 |