aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-fixed-factor.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-15clk: fixed-factor: Remove export symbol on setup functionGravatar Stephen Boyd 1-1/+0
2016-08-12clk: fixed-factor: Convert into a module platform driverGravatar Ricardo Ribalda Delgado 1-8/+65
2016-07-01clk: fixed-factor: Allow for a few clocks to change the parent rateGravatar Maxime Ripard 1-1/+10
2016-04-19clk: fixed-factor: Add hw based registration APIsGravatar Stephen Boyd 1-7/+35
2016-01-29clk: add clk_unregister_fixed_factor()Gravatar Masahiro Yamada 1-0/+13
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGravatar Geliang Tang 1-2/+0
2015-08-24clk: Convert basic types to clk_hw based provider APIsGravatar Stephen Boyd 1-2/+1
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Gravatar Stephen Boyd 1-1/+1
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateGravatar Daniel Thompson 1-1/+7
2015-05-14clk: basic-types: Remove useless allocation failure printksGravatar Stephen Boyd 1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-14clk: fixed-factor: Fix a trivial typoGravatar Ezequiel Garcia 1-1/+1
2013-08-16clk: export fixed-factor, gate & mux registrationGravatar Mike Turquette 1-0/+2
2013-04-12clk: add device tree fixed-factor-clock binding supportGravatar Gregory CLEMENT 1-0/+36
2013-01-11clk: fixed-factor: round_rate should use do_divGravatar Haojian Zhuang 1-1/+4
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksGravatar Rajendra Nayak 1-1/+1
2012-05-08clk: add a fixed factor clockGravatar Sascha Hauer 1-0/+95