summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-rate.c
Commit message (Expand)AuthorAgeFilesLines
* clk: fixed: add missing kerneldocKrzysztof Kozlowski2020-09-221-0/+1
* clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd2020-01-061-1/+6
* clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd2020-01-051-36/+20
* clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd2020-01-051-0/+2
* clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd2020-01-051-16/+7
* clk: fixed-rate: Convert to clk_hw based APIsStephen Boyd2020-01-051-16/+15
* clk: Zero init clk_init_data in helpersManivannan Sadhasivam2019-11-221-1/+1
* clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
* clk: Tag basic clk types with SPDXStephen Boyd2018-12-111-4/+1
* clk: fixed-rate: fix of_node_get-put imbalanceAlan Tull2018-10-181-0/+1
* clk: fixed-rate: Remove export symbol on setup functionStephen Boyd2016-08-151-2/+1
* clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado2016-08-121-7/+64
* 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