index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk.c
Age
Commit message (
Expand
)
Author
2012-07-31
clk: validate pointer in __clk_disable()
Fengguang Wu
2012-07-12
clk: add DT clock binding support
Grant Likely
2012-07-11
clk: cache parent clocks only for muxes
Rajendra Nayak
2012-07-03
clk: fix parent validation in __clk_set_parent()
Rajendra Nayak
2012-06-25
clk: Check parent for NULL in clk_change_rate
Pawel Moll
2012-06-25
clk: Allow late cache allocation for clk->parents
Rajendra Nayak
2012-05-16
clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().
Saravana Kannan
2012-05-15
clk: Provide dummy clk_unregister()
Mark Brown
2012-05-08
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
2012-05-08
clk: prevent spurious parent rate propagation
Mike Turquette
2012-05-02
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
2012-05-02
clk: Use a separate struct for holding init data.
Saravana Kannan
2012-04-24
clk: Don't set clk->new_rate twice
Viresh Kumar
2012-04-24
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
2012-04-24
clk: pass parent_rate into .set_rate
Shawn Guo
2012-04-24
clk: always pass parent_rate into .round_rate
Shawn Guo
2012-04-24
clk: core: copy parent_names & return error codes
Mike Turquette
2012-04-24
clk: Constify parent name arrays
Mark Brown
2012-04-24
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
2012-04-24
clk: core: enforce clk_ops consistency
Mike Turquette
2012-04-24
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
2012-04-24
clk: core: remove dead code paths
Mike Turquette
2012-04-24
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
2012-03-16
clk: introduce the common clock framework
Mike Turquette