index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-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