summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-fixed-factor.c
AgeCommit message (Expand)Author
2018-11-27clk: fixed-factor: fix of_node_get-put imbalanceRicardo Ribalda Delgado
2018-09-26clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failureRajan Vaja
2016-08-15clk: fixed-factor: Remove export symbol on setup functionStephen Boyd
2016-08-12clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado
2016-07-01clk: fixed-factor: Allow for a few clocks to change the parent rateMaxime Ripard
2016-04-19clk: fixed-factor: Add hw based registration APIsStephen Boyd
2016-01-29clk: add clk_unregister_fixed_factor()Masahiro Yamada
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2015-08-24clk: Convert basic types to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateDaniel Thompson
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-10-14clk: fixed-factor: Fix a trivial typoEzequiel Garcia
2013-08-16clk: export fixed-factor, gate & mux registrationMike Turquette
2013-04-12clk: add device tree fixed-factor-clock binding supportGregory CLEMENT
2013-01-11clk: fixed-factor: round_rate should use do_divHaojian Zhuang
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-05-08clk: add a fixed factor clockSascha Hauer