aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-rate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd1-4/+2
2013-12-22clk: add accuracy support for fixed clockBoris BREZILLON1-6/+37
2013-08-16clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd1-0/+1
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad1-0/+1
2013-01-15clk: remove exported function from __init sectionDenis Efremov1-1/+1
2012-10-29clk: fix return value check in of_fixed_clk_setup()Wei Yongjun1-1/+1
2012-07-11clk: add DT fixed-clock binding supportGrant Likely1-0/+23
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-1/+1
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan1-5/+9
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette1-22/+18
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo1-1/+1
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo1-1/+0
2012-03-16clk: basic clock hardware typesMike Turquette1-0/+82