summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-programmable.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-18clk: at91: fix clk_programmable_set_parent()Boris Brezillon1-1/+1
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+2
2016-02-26clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd1-2/+2
2016-02-17clk: at91: remove useless includesAlexandre Belloni1-4/+0
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-41/+51
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd1-4/+4
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen1-6/+1
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-12/+13
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-03-19clk: at91: optimization of the set_rate callbackJean-Jacques Hiblot1-30/+8
2014-03-19clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot1-83/+25
2014-03-19clk: at91: replace prog clk round_rate with determine_rateBoris BREZILLON1-28/+28
2013-12-02clk: at91: add PMC programmable clocksBoris BREZILLON1-0/+366