aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-rate.c
AgeCommit message (Expand)Author
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd
2018-10-18clk: fixed-rate: fix of_node_get-put imbalanceAlan Tull
2016-08-15clk: fixed-rate: Remove export symbol on setup functionStephen Boyd
2016-08-12clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada
2016-04-19clk: fixed-rate: Add hw based registration APIsStephen Boyd
2016-03-04clk: fixed-rate: Remove CLK_IS_ROOTStephen Boyd
2016-01-29clk: add clk_unregister_fixed_rate()Masahiro Yamada
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd
2013-12-22clk: add accuracy support for fixed clockBoris BREZILLON
2013-08-16clk: fixed-rate: Export clk_fixed_rate_register()Stephen Boyd
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad
2013-01-15clk: remove exported function from __init sectionDenis Efremov
2012-10-29clk: fix return value check in of_fixed_clk_setup()Wei Yongjun
2012-07-11clk: add DT fixed-clock binding supportGrant Likely
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo
2012-03-16clk: basic clock hardware typesMike Turquette