index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-divider.c
Age
Commit message (
Expand
)
Author
2014-01-08
clk: clk-divider: fix divisor > 255 bug
James Hogan
2013-08-28
clk: wrap I/O access for improved portability
Gerhard Sittig
2013-08-16
clk: clk-divider: Export clk_register_divider()
Fabio Estevam
2013-06-16
clk: divider: add CLK_DIVIDER_HIWORD_MASK flag
Haojian Zhuang
2013-06-10
clk: divider: do not propagate rate change request when unnecessary
Shawn Guo
2013-04-03
clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flag
Soren Brinkmann
2013-01-18
clk-divider: fix macros
James Hogan
2012-07-11
clk: Add CLK_IS_BASIC flag to identify basic clocks
Rajendra Nayak
2012-07-11
clk: Add support for rate table based dividers
Rajendra Nayak
2012-07-11
clk: Add support for power of two type dividers
Rajendra Nayak
2012-05-02
clk: Use a separate struct for holding init data.
Saravana Kannan
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: basic: improve parent_names & return errors
Mike Turquette
2012-04-24
clk: add "const" for clk_ops of basic clks
Shawn Guo
2012-04-24
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
2012-03-16
clk: basic clock hardware types
Mike Turquette