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
2012-12-11
clk: introduce optional disable_unused callback
Mike Turquette
1
-2
/
+11
2012-11-26
clk: clock multiplexers may register out of order
Martin Fuzzey
1
-1
/
+9
2012-10-29
clk: Add devm_clk_{register,unregister}()
Stephen Boyd
1
-21
/
+90
2012-10-29
clk: Don't return negative numbers for unsigned values with !clk
Stephen Boyd
1
-10
/
+10
2012-09-08
clk: add of_clk_src_onecell_get() support
Shawn Guo
1
-0
/
+14
2012-09-07
clk: Provide option for clk_get_rate to issue hw for new rate
Ulf Hansson
1
-19
/
+24
2012-07-31
clk: validate pointer in __clk_disable()
Fengguang Wu
1
-0
/
+3
2012-07-12
clk: add DT clock binding support
Grant Likely
1
-0
/
+140
2012-07-12
clk: cache parent clocks only for muxes
Rajendra Nayak
1
-2
/
+2
2012-07-03
clk: fix parent validation in __clk_set_parent()
Rajendra Nayak
1
-15
/
+13
2012-06-26
clk: Check parent for NULL in clk_change_rate
Pawel Moll
1
-4
/
+7
2012-06-26
clk: Allow late cache allocation for clk->parents
Rajendra Nayak
1
-5
/
+10
2012-05-16
clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().
Saravana Kannan
1
-1
/
+1
2012-05-15
clk: Provide dummy clk_unregister()
Mark Brown
1
-0
/
+9
2012-05-09
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
1
-2
/
+0
2012-05-09
clk: prevent spurious parent rate propagation
Mike Turquette
1
-1
/
+6
2012-05-02
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
1
-0
/
+5
2012-05-02
clk: Use a separate struct for holding init data.
Saravana Kannan
1
-35
/
+54
2012-04-25
clk: Don't set clk->new_rate twice
Viresh Kumar
1
-1
/
+1
2012-04-25
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
1
-2
/
+6
2012-04-25
clk: pass parent_rate into .set_rate
Shawn Guo
1
-1
/
+1
2012-04-25
clk: always pass parent_rate into .round_rate
Shawn Guo
1
-9
/
+7
2012-04-25
clk: core: copy parent_names & return error codes
Mike Turquette
1
-12
/
+53
2012-04-25
clk: Constify parent name arrays
Mark Brown
1
-1
/
+1
2012-04-25
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
1
-3
/
+3
2012-04-25
clk: core: enforce clk_ops consistency
Mike Turquette
1
-0
/
+14
2012-04-25
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
1
-8
/
+21
2012-04-25
clk: core: remove dead code paths
Mike Turquette
1
-4
/
+2
2012-04-25
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
1
-30
/
+11
2012-03-17
clk: introduce the common clock framework
Mike Turquette
1
-0
/
+1461