aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-rcg2.c
AgeCommit message (Expand)Author
2023-09-19clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequenciesDevi Priya
2023-05-26clk: qcom: rcg2: Make hw_clk_ctrl toggleableKonrad Dybcio
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd
2022-09-26clk: qcom: clk-rcg2: add rcg2 mux opsChristian Marangi
2022-09-15clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard
2022-06-30clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD registerNikita Travkin
2022-06-30clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enab...Nikita Travkin
2022-05-27Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-05-19clk: qcom: rcg2: Cache CFG register updates for parked RCGsBjorn Andersson
2022-04-21clk: qcom: clk-rcg2: fix gfx3d frequency calculationDmitry Baryshkov
2022-03-09clk: qcom: clk-rcg2: Update the frac table for pixel clockTaniya Das
2022-03-09clk: qcom: clk-rcg2: Update logic to calculate D value for RCGTaniya Das
2021-05-25clk: qcom: clk-rcg2: Add support for duty-cycle for RCGTaniya Das
2021-03-13clk: qcom: rcg2: Rectify clk_gfx3d rate rounding without mux divisionMarijn Suijten
2021-02-14clk: qcom: rcg2: Stop hardcoding gfx3d pingpong parent numbersAngeloGioacchino Del Regno
2020-09-22clk: qcom: dispcc: Update DP clk ops for phy designStephen Boyd
2020-02-03clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson
2020-02-03clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()Stephen Boyd
2019-12-18clk: qcom: rcg2: Add support for display port clock opsTaniya Das
2019-11-07clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo
2019-11-07clk: qcom: remove unneeded semicolonYueHaibing
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd
2019-09-17clk: qcom: rcg: Return failure for RCG updateTaniya Das
2019-08-16clk: qcom: Remove error prints from DFS registrationStephen Boyd
2019-02-21clk: qcom: clk-rcg2: Introduce a cfg offset for RCGsTaniya Das
2018-08-30clk: qcom: Allocate space for NULL terimation in DFS tableDouglas Anderson
2018-08-27clk: qcom: Add support for RCG to register for DFSTaniya Das
2018-06-04Merge branch 'clk-qcom-sdm845' into clk-nextStephen Boyd
2018-05-10clk: qcom: Base rcg parent rate off plan frequencyEvan Green
2018-05-08clk: qcom: Configure the RCGs to a safe source as neededAmit Nischal
2018-03-19clk: qcom: Clear hardware clock control bit of RCGAmit Nischal
2017-11-01clk: qcom: Remove unused RCG opsGeorgi Djakov
2016-11-23clk: qcom: Add rcg ops to return floor value closest to the requested rateRajendra Nayak
2015-11-30clk: qcom: Add gfx3d ping-pong PLL frequency switchingStephen Boyd
2015-09-17clk: qcom: Add support for RCGs with shared branchesGeorgi Djakov
2015-09-16clk: qcom: Allow clk_set_parent() to work on display clocksStephen Boyd
2015-08-24clk: qcom: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-06clk: qcom: Use parent rate when set rate to pixel RCG clockHai Li
2015-04-08clk: qcom: Fix parent_map translationsGeorgi Djakov
2015-03-23clk: qcom: Introduce parent_map tablesGeorgi Djakov
2015-03-23clk: qcom: Fix clk_get_parent function return valueGeorgi Djakov
2015-03-23clk: qcom: fix RCG M/N counter configurationArchit Taneja
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-09-22clk: qcom: Consolidate frequency finding logicStephen Boyd
2014-05-29clk: qcom: Support display RCG clocksStephen Boyd