summaryrefslogtreecommitdiff
path: root/drivers/clk/mmp/clk-mix.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner1-4/+1
2020-03-21clk: mmp2: Constify some stringsLubomir Rintel1-1/+1
2019-12-24clk: let init callback return an error codeJerome Brunet1-1/+3
2017-11-14clk: mmp: Adjust checks for NULL pointersMarkus Elfring1-2/+2
2017-11-14clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring1-6/+8
2017-11-14clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring1-8/+1
2015-08-25clk: mmp: Convert to clk_hw based provider APIsStephen Boyd1-19/+16
2015-08-25clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-4/+4
2015-08-08clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+3
2015-07-28clk: fix some determine_rate implementationsBoris Brezillon1-1/+4
2015-07-28clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-11/+9
2015-02-03clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2014-12-04clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-11-13clk: mmp: add clock type mixChao Xie1-0/+513