index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
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-11
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-30
clk: Propagate any error return from debug_init()
Chris Brand
1
-2
/
+4
2014-07-26
clk: Support for clock parents and rates assigned from device tree
Sylwester Nawrocki
1
-2
/
+10
2014-07-03
clk: define and export clk_debugs_add_file
Peter De Schrijver
1
-0
/
+12
2014-07-02
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-24
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-28
clk: Fix minor errors in of_clk_init() function comments
Sylwester Nawrocki
1
-2
/
+2
2014-03-28
clk: reverse default clk provider initialization order in of_clk_init()
Sylwester Nawrocki
1
-1
/
+1
2014-03-25
clk: support hardware-specific debugfs entries
Alex Elder
1
-0
/
+4
2014-03-21
clk: turn rate change failed warning into pr_debug
Sascha Hauer
1
-1
/
+1
2014-03-20
clk: respect the clock dependencies in of_clk_init
Gregory CLEMENT
1
-4
/
+79
2014-02-25
Merge branch 'clk-fixes' into clk-next
Mike Turquette
1
-6
/
+7
2014-02-25
clk: Correct handling of NULL clk in __clk_{get, put}
Sylwester Nawrocki
1
-6
/
+7
2014-02-25
clk: return probe defer when DT clock not yet ready
Jean-Francois Moine
1
-1
/
+1
2014-02-25
clk: add pr_debug & kerneldoc around clk notifiers
Mike Turquette
1
-1
/
+4
2014-02-24
clk: add clock-indices support
Ben Dooks
1
-1
/
+19
2014-02-19
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-18
CLK: ti: add init support for clock IP blocks
Tero Kristo
1
-3
/
+1
2014-01-17
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-28
clk: remove CONFIG_COMMON_CLK_DEBUG
Mike Turquette
1
-1
/
+1
2013-12-23
clk: add clk accuracy retrieval support
Boris BREZILLON
1
-7
/
+93
2013-12-15
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-28
clk: clean up everything on debugfs error
Alex Elder
1
-1
/
+2
2013-10-08
clk: of: helper for determining number of parent clocks
Mike Turquette
1
-0
/
+6
2013-10-02
clk: Correct lookup logic in clk_fetch_parent_index()
Tomasz Figa
1
-4
/
+7
2013-10-02
clk: Use kcalloc() to allocate arrays
Tomasz Figa
1
-7
/
+7
2013-10-02
clk: Add error handling to clk_fetch_parent_index()
Tomasz Figa
1
-11
/
+14
2013-09-10
clk: only call get_parent if there is one
Alex Elder
1
-1
/
+1
2013-09-04
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-28
clk: get matching entry under lock in of_clk_init()
Alex Elder
1
-2
/
+2
2013-08-22
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]