aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-rcg2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30clk: qcom: Allocate space for NULL terimation in DFS tableDouglas Anderson1-1/+2
2018-08-27clk: qcom: Add support for RCG to register for DFSTaniya Das1-0/+194
2018-06-04Merge branch 'clk-qcom-sdm845' into clk-nextStephen Boyd1-14/+153
2018-05-10clk: qcom: Base rcg parent rate off plan frequencyEvan Green1-0/+1
2018-05-08clk: qcom: Configure the RCGs to a safe source as neededAmit Nischal1-12/+150
2018-03-19clk: qcom: Clear hardware clock control bit of RCGAmit Nischal1-2/+3
2017-11-01clk: qcom: Remove unused RCG opsGeorgi Djakov1-79/+0
2016-11-23clk: qcom: Add rcg ops to return floor value closest to the requested rateRajendra Nayak1-9/+67
2015-11-30clk: qcom: Add gfx3d ping-pong PLL frequency switchingStephen Boyd1-0/+87
2015-09-17clk: qcom: Add support for RCGs with shared branchesGeorgi Djakov1-0/+79
2015-09-16clk: qcom: Allow clk_set_parent() to work on display clocksStephen Boyd1-8/+83
2015-08-24clk: qcom: Convert to clk_hw based provider APIsStephen Boyd1-16/+13
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-1/+1
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd1-39/+39
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-39/+39
2015-07-06clk: qcom: Use parent rate when set rate to pixel RCG clockHai Li1-6/+3
2015-04-08clk: qcom: Fix parent_map translationsGeorgi Djakov1-5/+15
2015-03-23clk: qcom: Introduce parent_map tablesGeorgi Djakov1-5/+9
2015-03-23clk: qcom: Fix clk_get_parent function return valueGeorgi Djakov1-2/+5
2015-03-23clk: qcom: fix RCG M/N counter configurationArchit Taneja1-1/+1
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+6
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-11/+17
2014-09-22clk: qcom: Consolidate frequency finding logicStephen Boyd1-16/+3
2014-05-29clk: qcom: Support display RCG clocksStephen Boyd1-15/+284
2014-05-29clk: qcom: Return highest rate when round_rate() exceeds planStephen Boyd1-1/+2
2014-05-29clk: qcom: Fix clk_rcg2_is_enabled() checkStephen Boyd1-1/+1
2014-01-16clk: qcom: Add support for root clock generators (RCGs)Stephen Boyd1-0/+291