aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/at91/clk-programmable.c
AgeCommit message (Expand)Author
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea
2020-07-24clk: at91: clk-programmable: add mux_table optionClaudiu Beznea
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-18clk: at91: fix programmable clock for sama5d2Matthias Wieloch
2019-02-25clk: at91: programmable: remove unneeded register readNicolas Ferre
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni
2017-12-21clk: at91: pmc: Support backup for programmable clocksRomain Izard
2016-10-20clk: at91: Fix a return value in case of errorChristophe JAILLET
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd
2016-07-18clk: at91: fix clk_programmable_set_parent()Boris Brezillon
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2016-02-26clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd
2016-02-17clk: at91: remove useless includesAlexandre Belloni
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-03-19clk: at91: optimization of the set_rate callbackJean-Jacques Hiblot
2014-03-19clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot
2014-03-19clk: at91: replace prog clk round_rate with determine_rateBoris BREZILLON
2013-12-02clk: at91: add PMC programmable clocksBoris BREZILLON