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
starfive-6.6.48-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
/
qcom
/
clk-rcg2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-01
clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register
Nikita Travkin
1
-3
/
+6
2022-07-01
clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enab...
Nikita Travkin
1
-1
/
+6
2022-05-28
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-27
/
+99
2022-05-20
clk: qcom: rcg2: Cache CFG register updates for parked RCGs
Bjorn Andersson
1
-27
/
+99
2022-04-22
clk: qcom: clk-rcg2: fix gfx3d frequency calculation
Dmitry Baryshkov
1
-1
/
+1
2022-03-09
clk: qcom: clk-rcg2: Update the frac table for pixel clock
Taniya Das
1
-0
/
+1
2022-03-09
clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
Taniya Das
1
-2
/
+11
2021-05-26
clk: qcom: clk-rcg2: Add support for duty-cycle for RCG
Taniya Das
1
-0
/
+81
2021-03-13
clk: qcom: rcg2: Rectify clk_gfx3d rate rounding without mux division
Marijn Suijten
1
-8
/
+9
2021-02-14
clk: qcom: rcg2: Stop hardcoding gfx3d pingpong parent numbers
AngeloGioacchino Del Regno
1
-20
/
+37
2020-09-22
clk: qcom: dispcc: Update DP clk ops for phy design
Stephen Boyd
1
-6
/
+13
2020-02-04
clk: qcom: rcg2: Don't crash if our parent can't be found; return an error
Douglas Anderson
1
-0
/
+3
2020-02-03
clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()
Stephen Boyd
1
-4
/
+4
2019-12-19
clk: qcom: rcg2: Add support for display port clock ops
Taniya Das
1
-0
/
+77
2019-11-08
clk: qcom: Allow constant ratio freq tables for rcg
Jeffrey Hugo
1
-0
/
+2
2019-11-08
clk: qcom: remove unneeded semicolon
YueHaibing
1
-2
/
+2
2019-09-20
Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...
Stephen Boyd
1
-7
/
+1
2019-09-17
clk: qcom: rcg: Return failure for RCG update
Taniya Das
1
-1
/
+1
2019-08-16
clk: qcom: Remove error prints from DFS registration
Stephen Boyd
1
-7
/
+1
2019-02-22
clk: qcom: clk-rcg2: Introduce a cfg offset for RCGs
Taniya Das
1
-10
/
+14
2018-08-31
clk: qcom: Allocate space for NULL terimation in DFS table
Douglas Anderson
1
-1
/
+2
2018-08-27
clk: qcom: Add support for RCG to register for DFS
Taniya Das
1
-0
/
+194
2018-06-04
Merge branch 'clk-qcom-sdm845' into clk-next
Stephen Boyd
1
-14
/
+153
2018-05-10
clk: qcom: Base rcg parent rate off plan frequency
Evan Green
1
-0
/
+1
2018-05-08
clk: qcom: Configure the RCGs to a safe source as needed
Amit Nischal
1
-12
/
+150
2018-03-20
clk: qcom: Clear hardware clock control bit of RCG
Amit Nischal
1
-2
/
+3
2017-11-02
clk: qcom: Remove unused RCG ops
Georgi Djakov
1
-79
/
+0
2016-11-23
clk: qcom: Add rcg ops to return floor value closest to the requested rate
Rajendra Nayak
1
-9
/
+67
2015-12-01
clk: qcom: Add gfx3d ping-pong PLL frequency switching
Stephen Boyd
1
-0
/
+87
2015-09-17
clk: qcom: Add support for RCGs with shared branches
Georgi Djakov
1
-0
/
+79
2015-09-17
clk: qcom: Allow clk_set_parent() to work on display clocks
Stephen Boyd
1
-8
/
+83
2015-08-25
clk: qcom: Convert to clk_hw based provider APIs
Stephen Boyd
1
-16
/
+13
2015-08-25
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
1
-1
/
+1
2015-08-25
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
1
-1
/
+1
2015-07-28
Merge branch 'clk-determine-rate-struct' into clk-next
Stephen Boyd
1
-39
/
+39
2015-07-28
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
1
-39
/
+39
2015-07-06
clk: qcom: Use parent rate when set rate to pixel RCG clock
Hai Li
1
-6
/
+3
2015-04-08
clk: qcom: Fix parent_map translations
Georgi Djakov
1
-5
/
+15
2015-03-24
clk: qcom: Introduce parent_map tables
Georgi Djakov
1
-5
/
+9
2015-03-24
clk: qcom: Fix clk_get_parent function return value
Georgi Djakov
1
-2
/
+5
2015-03-24
clk: qcom: fix RCG M/N counter configuration
Archit Taneja
1
-1
/
+1
2015-02-03
clk: Add rate constraints to clocks
Tomeu Vizoso
1
-0
/
+6
2014-12-04
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
Tomeu Vizoso
1
-11
/
+17
2014-09-23
clk: qcom: Consolidate frequency finding logic
Stephen Boyd
1
-16
/
+3
2014-05-29
clk: qcom: Support display RCG clocks
Stephen Boyd
1
-15
/
+284
2014-05-29
clk: qcom: Return highest rate when round_rate() exceeds plan
Stephen Boyd
1
-1
/
+2
2014-05-29
clk: qcom: Fix clk_rcg2_is_enabled() check
Stephen Boyd
1
-1
/
+1
2014-01-17
clk: qcom: Add support for root clock generators (RCGs)
Stephen Boyd
1
-0
/
+291