summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-rcg2.c
Commit message (Expand)AuthorAgeFilesLines
* clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson2020-02-031-0/+3
* clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()Stephen Boyd2020-02-031-4/+4
* clk: qcom: rcg2: Add support for display port clock opsTaniya Das2019-12-181-0/+77
* clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2019-11-071-0/+2
* clk: qcom: remove unneeded semicolonYueHaibing2019-11-071-2/+2
*-. Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd2019-09-191-7/+1
|\ \
| * | clk: qcom: Remove error prints from DFS registrationStephen Boyd2019-08-161-7/+1
| |/
* / clk: qcom: rcg: Return failure for RCG updateTaniya Das2019-09-171-1/+1
|/
* clk: qcom: clk-rcg2: Introduce a cfg offset for RCGsTaniya Das2019-02-211-10/+14
* clk: qcom: Allocate space for NULL terimation in DFS tableDouglas Anderson2018-08-301-1/+2
* clk: qcom: Add support for RCG to register for DFSTaniya Das2018-08-271-0/+194
* Merge branch 'clk-qcom-sdm845' into clk-nextStephen Boyd2018-06-041-14/+153
|\
| * clk: qcom: Configure the RCGs to a safe source as neededAmit Nischal2018-05-081-12/+150
| * clk: qcom: Clear hardware clock control bit of RCGAmit Nischal2018-03-191-2/+3
* | clk: qcom: Base rcg parent rate off plan frequencyEvan Green2018-05-101-0/+1
|/
* clk: qcom: Remove unused RCG opsGeorgi Djakov2017-11-011-79/+0
* clk: qcom: Add rcg ops to return floor value closest to the requested rateRajendra Nayak2016-11-231-9/+67
* clk: qcom: Add gfx3d ping-pong PLL frequency switchingStephen Boyd2015-11-301-0/+87
* clk: qcom: Add support for RCGs with shared branchesGeorgi Djakov2015-09-171-0/+79
* clk: qcom: Allow clk_set_parent() to work on display clocksStephen Boyd2015-09-161-8/+83
* clk: qcom: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-16/+13
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-241-1/+1
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-241-1/+1
* Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-281-39/+39
|\
| * clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-271-39/+39
* | clk: qcom: Use parent rate when set rate to pixel RCG clockHai Li2015-07-061-6/+3
|/
* clk: qcom: Fix parent_map translationsGeorgi Djakov2015-04-081-5/+15
* clk: qcom: Introduce parent_map tablesGeorgi Djakov2015-03-231-5/+9
* clk: qcom: Fix clk_get_parent function return valueGeorgi Djakov2015-03-231-2/+5
* clk: qcom: fix RCG M/N counter configurationArchit Taneja2015-03-231-1/+1
* clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-0/+6
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-031-11/+17
* clk: qcom: Consolidate frequency finding logicStephen Boyd2014-09-221-16/+3
* clk: qcom: Support display RCG clocksStephen Boyd2014-05-291-15/+284
* clk: qcom: Return highest rate when round_rate() exceeds planStephen Boyd2014-05-291-1/+2
* clk: qcom: Fix clk_rcg2_is_enabled() checkStephen Boyd2014-05-291-1/+1
* clk: qcom: Add support for root clock generators (RCGs)Stephen Boyd2014-01-161-0/+291