summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-rate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: add accuracy support for fixed clockBoris BREZILLON2013-12-231-6/+37
* clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd2013-08-161-0/+1
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-241-0/+1
* clk: remove exported function from __init sectionDenis Efremov2013-01-161-1/+1
* clk: fix return value check in of_fixed_clk_setup()Wei Yongjun2012-10-291-1/+1
* clk: add DT fixed-clock binding supportGrant Likely2012-07-121-0/+23
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-121-1/+1
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-021-5/+9
* clk: basic: improve parent_names & return errorsMike Turquette2012-04-251-22/+18Star
* clk: add "const" for clk_ops of basic clksShawn Guo2012-04-251-1/+1
* clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-251-1/+0Star
* clk: basic clock hardware typesMike Turquette2012-03-161-0/+82