aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-factor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd1-21/+34
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-04-23clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd1-1/+1
2019-04-19clk: fixed-factor: Let clk framework find parentStephen Boyd1-20/+33
2018-12-14Merge branch 'clk-fixes' into clk-nextStephen Boyd1-0/+1
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd1-6/+1
2018-11-06clk: fixed-factor: fix of_node_get-put imbalanceRicardo Ribalda Delgado1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-07-25clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failureRajan Vaja1-1/+8
2016-08-15clk: fixed-factor: Remove export symbol on setup functionStephen Boyd1-1/+0
2016-08-12clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado1-8/+65
2016-07-01clk: fixed-factor: Allow for a few clocks to change the parent rateMaxime Ripard1-1/+10
2016-04-19clk: fixed-factor: Add hw based registration APIsStephen Boyd1-7/+35
2016-01-29clk: add clk_unregister_fixed_factor()Masahiro Yamada1-0/+13
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-08-24clk: Convert basic types to clk_hw based provider APIsStephen Boyd1-2/+1
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-1/+1
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson1-1/+7
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-14clk: fixed-factor: Fix a trivial typoEzequiel Garcia1-1/+1
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette1-0/+2
2013-04-12clk: add device tree fixed-factor-clock binding supportGregory CLEMENT1-0/+36
2013-01-11clk: fixed-factor: round_rate should use do_divHaojian Zhuang1-1/+4
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-1/+1
2012-05-08clk: add a fixed factor clockSascha Hauer1-0/+95