summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-rate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada2016-06-301-0/+11
* clk: fixed-rate: Add hw based registration APIsStephen Boyd2016-04-191-8/+36
* clk: fixed-rate: Remove CLK_IS_ROOTStephen Boyd2016-03-041-2/+1
* clk: add clk_unregister_fixed_rate()Masahiro Yamada2016-01-291-0/+13
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0
* clk: basic-types: Remove useless allocation failure printksStephen Boyd2015-05-141-4/+2
* clk: add accuracy support for fixed clockBoris BREZILLON2013-12-221-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-151-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-111-0/+23
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-111-1/+1
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-011-5/+9
* clk: basic: improve parent_names & return errorsMike Turquette2012-04-241-22/+18
* clk: add "const" for clk_ops of basic clksShawn Guo2012-04-241-1/+1
* clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-241-1/+0
* clk: basic clock hardware typesMike Turquette2012-03-161-0/+82