index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-27
Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...
Mike Turquette
1
-4
/
+91
2014-09-27
clk: Add a function to retrieve phase
Maxime Ripard
1
-0
/
+10
2014-09-27
clk: introduce clk_set_phase function & callback
Mike Turquette
1
-4
/
+81
2014-09-17
Merge branch 'clk-fixes' into clk-next
Mike Turquette
1
-1
/
+6
2014-09-10
clk: Don't hold prepare_lock across debugfs creation
Stephen Boyd
1
-46
/
+27
2014-09-03
clk: prevent erronous parsing of children during rate change
Tero Kristo
1
-1
/
+6
2014-07-29
clk: Propagate any error return from debug_init()
Chris Brand
1
-2
/
+4
2014-07-25
clk: Support for clock parents and rates assigned from device tree
Sylwester Nawrocki
1
-2
/
+10
2014-07-02
clk: define and export clk_debugs_add_file
Peter De Schrijver
1
-0
/
+12
2014-07-01
clk: Fix build warnings
Sachin Kamat
1
-11
/
+11
2014-06-26
clk: flatten clk tree in debugfs
Peter De Schrijver
1
-79
/
+35
2014-06-03
clk: export __clk_round_rate for providers
Arnd Bergmann
1
-0
/
+1
2014-05-23
clk: Neaten clk_summary output
Geert Uytterhoeven
1
-4
/
+3
2014-04-30
clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()
Stephen Boyd
1
-3
/
+6
2014-04-30
clk: Consolidate recalc rate logic
Stephen Boyd
1
-16
/
+11
2014-04-30
clk: Don't check for missing ops in clk_set_parent()
Stephen Boyd
1
-3
/
+0
2014-04-30
clk: Fix slab corruption in clk_unregister()
Stephen Boyd
1
-1
/
+2
2014-04-30
clk: Fix double free due to devm_clk_register()
Stephen Boyd
1
-41
/
+30
2014-03-27
clk: Fix minor errors in of_clk_init() function comments
Sylwester Nawrocki
1
-2
/
+2
2014-03-27
clk: reverse default clk provider initialization order in of_clk_init()
Sylwester Nawrocki
1
-1
/
+1
2014-03-24
clk: support hardware-specific debugfs entries
Alex Elder
1
-0
/
+4
2014-03-20
clk: turn rate change failed warning into pr_debug
Sascha Hauer
1
-1
/
+1
2014-03-19
clk: respect the clock dependencies in of_clk_init
Gregory CLEMENT
1
-4
/
+79
2014-02-24
Merge branch 'clk-fixes' into clk-next
Mike Turquette
1
-6
/
+7
2014-02-24
clk: Correct handling of NULL clk in __clk_{get, put}
Sylwester Nawrocki
1
-6
/
+7
2014-02-24
clk: return probe defer when DT clock not yet ready
Jean-Francois Moine
1
-1
/
+1
2014-02-24
clk: add pr_debug & kerneldoc around clk notifiers
Mike Turquette
1
-1
/
+4
2014-02-23
clk: add clock-indices support
Ben Dooks
1
-1
/
+19
2014-02-18
clk: Fix notifier documentation
Soren Brinkmann
1
-12
/
+3
2014-01-27
clk: Export more clk-provider functions
Stephen Boyd
1
-0
/
+7
2014-01-17
CLK: ti: add init support for clock IP blocks
Tero Kristo
1
-3
/
+1
2014-01-16
clk: Add set_rate_and_parent() op
Stephen Boyd
1
-19
/
+59
2013-12-31
Merge branch 'clk-next-unregister' into clk-next
Mike Turquette
1
-11
/
+174
2013-12-27
clk: remove CONFIG_COMMON_CLK_DEBUG
Mike Turquette
1
-1
/
+1
2013-12-22
clk: add clk accuracy retrieval support
Boris BREZILLON
1
-7
/
+93
2013-12-14
clk: Fix debugfs reparenting NULL pointer dereference
Stephen Boyd
1
-2
/
+1
2013-12-04
clk: Implement clk_unregister
Sylwester Nawrocki
1
-3
/
+118
2013-12-04
clk: Add common __clk_get(), __clk_put() implementations
Sylwester Nawrocki
1
-0
/
+26
2013-12-04
clk: Provide not locked variant of of_clk_get_from_provider()
Sylwester Nawrocki
1
-8
/
+30
2013-11-27
clk: clean up everything on debugfs error
Alex Elder
1
-1
/
+2
2013-10-07
clk: of: helper for determining number of parent clocks
Mike Turquette
1
-0
/
+6
2013-10-01
clk: Correct lookup logic in clk_fetch_parent_index()
Tomasz Figa
1
-4
/
+7
2013-10-01
clk: Use kcalloc() to allocate arrays
Tomasz Figa
1
-7
/
+7
2013-10-01
clk: Add error handling to clk_fetch_parent_index()
Tomasz Figa
1
-11
/
+14
2013-09-09
clk: only call get_parent if there is one
Alex Elder
1
-1
/
+1
2013-09-03
clk: Move symbol export to proper location
Thierry Reding
1
-1
/
+1
2013-08-30
clk: fix new_parent dereference before null check
James Hogan
1
-6
/
+7
2013-08-27
clk: get matching entry under lock in of_clk_init()
Alex Elder
1
-2
/
+2
2013-08-21
clk: handle NULL struct clk gracefully
Mike Turquette
1
-1
/
+7
2013-08-19
clk: clk-mux: implement remuxing on set_rate
James Hogan
1
-0
/
+49
[next]