index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2015-01-17
clk: fix possible null pointer dereference
Stanimir Varbanov
1
-1
/
+1
2014-12-16
clk: Really fix deadlock with mmap_sem
Stephen Boyd
1
-2
/
+3
2014-12-04
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
1
-6
/
+11
2014-12-04
clk: change clk_debugfs_add_file to take a struct clk_hw
Tomeu Vizoso
1
-3
/
+3
2014-12-04
clk: Don't expose __clk_get_accuracy
Tomeu Vizoso
1
-1
/
+1
2014-12-04
clk: Don't try to use a struct clk* after it could have been freed
Tomeu Vizoso
1
-1
/
+4
2014-12-04
clk: Remove unused function __clk_get_prepare_count
Tomeu Vizoso
1
-5
/
+0
2014-11-19
clk: delete a local variable's repeated assignment
Zhen Lei
1
-1
/
+1
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
[next]