index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
clk: add of_clk_src_onecell_get() support
Shawn Guo
1
-0
/
+14
2012-09-06
clk: Provide option for clk_get_rate to issue hw for new rate
Ulf Hansson
1
-19
/
+24
2012-07-30
clk: validate pointer in __clk_disable()
Fengguang Wu
1
-0
/
+3
2012-07-11
clk: add DT clock binding support
Grant Likely
1
-0
/
+140
2012-07-11
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-25
clk: Check parent for NULL in clk_change_rate
Pawel Moll
1
-4
/
+7
2012-06-25
clk: Allow late cache allocation for clk->parents
Rajendra Nayak
1
-5
/
+10
2012-05-15
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-08
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
1
-2
/
+0
2012-05-08
clk: prevent spurious parent rate propagation
Mike Turquette
1
-1
/
+6
2012-05-01
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
1
-0
/
+5
2012-05-01
clk: Use a separate struct for holding init data.
Saravana Kannan
1
-35
/
+54
2012-04-24
clk: Don't set clk->new_rate twice
Viresh Kumar
1
-1
/
+1
2012-04-24
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
1
-2
/
+6
2012-04-24
clk: pass parent_rate into .set_rate
Shawn Guo
1
-1
/
+1
2012-04-24
clk: always pass parent_rate into .round_rate
Shawn Guo
1
-9
/
+7
2012-04-24
clk: core: copy parent_names & return error codes
Mike Turquette
1
-12
/
+53
2012-04-24
clk: Constify parent name arrays
Mark Brown
1
-1
/
+1
2012-04-24
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
1
-3
/
+3
2012-04-24
clk: core: enforce clk_ops consistency
Mike Turquette
1
-0
/
+14
2012-04-24
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
1
-8
/
+21
2012-04-24
clk: core: remove dead code paths
Mike Turquette
1
-4
/
+2
2012-04-24
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
1
-30
/
+11
2012-03-16
clk: introduce the common clock framework
Mike Turquette
1
-0
/
+1461