summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-factor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd2019-05-071-21/+34
|\
| * clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd2019-04-231-1/+1
| * clk: fixed-factor: Let clk framework find parentStephen Boyd2019-04-191-20/+33
* | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
|/
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2018-12-141-0/+1
|\
| * clk: fixed-factor: fix of_node_get-put imbalanceRicardo Ribalda Delgado2018-11-061-0/+1
* | clk: Tag basic clk types with SPDXStephen Boyd2018-12-111-6/+1Star
|/
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-4/+4
* clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failureRajan Vaja2018-07-251-1/+8
* clk: fixed-factor: Remove export symbol on setup functionStephen Boyd2016-08-161-1/+0Star
* clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado2016-08-131-8/+65
* clk: fixed-factor: Allow for a few clocks to change the parent rateMaxime Ripard2016-07-021-1/+10
* clk: fixed-factor: Add hw based registration APIsStephen Boyd2016-04-201-7/+35
* clk: add clk_unregister_fixed_factor()Masahiro Yamada2016-01-301-0/+13
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0Star
* clk: Convert basic types to clk_hw based provider APIsStephen Boyd2015-08-251-2/+1Star
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-251-1/+1
* clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson2015-06-101-1/+7
* clk: basic-types: Remove useless allocation failure printksStephen Boyd2015-05-151-3/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\
| * clk: fixed-factor: Fix a trivial typoEzequiel Garcia2013-10-141-1/+1
* | clk: export fixed-factor, gate & mux registrationMike Turquette2013-08-161-0/+2
|/
* clk: add device tree fixed-factor-clock binding supportGregory CLEMENT2013-04-121-0/+36
* clk: fixed-factor: round_rate should use do_divHaojian Zhuang2013-01-121-1/+4
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-121-1/+1
* clk: add a fixed factor clockSascha Hauer2012-05-081-0/+95