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-fixed-factor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()
Marek Vasut
1
-0
/
+22
2021-04-08
clk: fixed: fix double free in resource managed fixed-factor clock
Dmitry Baryshkov
1
-1
/
+8
2021-02-14
clk: fixed: add devm helper for clk_hw_register_fixed_factor()
Daniel Palmer
1
-6
/
+33
2020-09-22
clk: fixed: add missing kerneldoc
Krzysztof Kozlowski
1
-0
/
+1
2019-05-07
Merge branch 'clk-parent-rewrite-1' into clk-next
Stephen Boyd
1
-21
/
+34
2019-04-26
clk: Remove CLK_IS_BASIC clk flag
Stephen Boyd
1
-1
/
+1
2019-04-23
clk: fixed-factor: Initialize clk_init_data on stack
Stephen Boyd
1
-1
/
+1
2019-04-20
clk: fixed-factor: Let clk framework find parent
Stephen Boyd
1
-20
/
+33
2018-12-15
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
1
-0
/
+1
2018-12-11
clk: Tag basic clk types with SPDX
Stephen Boyd
1
-6
/
+1
2018-11-06
clk: fixed-factor: fix of_node_get-put imbalance
Ricardo Ribalda Delgado
1
-0
/
+1
2018-08-30
clk: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-4
/
+4
2018-07-25
clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure
Rajan Vaja
1
-1
/
+8
2016-08-16
clk: fixed-factor: Remove export symbol on setup function
Stephen Boyd
1
-1
/
+0
2016-08-13
clk: fixed-factor: Convert into a module platform driver
Ricardo Ribalda Delgado
1
-8
/
+65
2016-07-02
clk: fixed-factor: Allow for a few clocks to change the parent rate
Maxime Ripard
1
-1
/
+10
2016-04-20
clk: fixed-factor: Add hw based registration APIs
Stephen Boyd
1
-7
/
+35
2016-01-30
clk: add clk_unregister_fixed_factor()
Masahiro Yamada
1
-0
/
+13
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
1
-2
/
+0
2015-08-25
clk: Convert basic types to clk_hw based provider APIs
Stephen Boyd
1
-2
/
+1
2015-08-25
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
1
-1
/
+1
2015-06-11
clk: fixed: Add comment to clk_fixed_set_rate
Daniel Thompson
1
-1
/
+7
2015-05-15
clk: basic-types: Remove useless allocation failure printks
Stephen Boyd
1
-3
/
+1
2013-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-10-14
clk: fixed-factor: Fix a trivial typo
Ezequiel Garcia
1
-1
/
+1
2013-08-16
clk: export fixed-factor, gate & mux registration
Mike Turquette
1
-0
/
+2
2013-04-12
clk: add device tree fixed-factor-clock binding support
Gregory CLEMENT
1
-0
/
+36
2013-01-12
clk: fixed-factor: round_rate should use do_div
Haojian Zhuang
1
-1
/
+4
2012-07-12
clk: Add CLK_IS_BASIC flag to identify basic clocks
Rajendra Nayak
1
-1
/
+1
2012-05-09
clk: add a fixed factor clock
Sascha Hauer
1
-0
/
+95