aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-rcg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2016-02-29clk: qcom: Fix pre-divider usage for pixel RCGArchit Taneja1-1/+3
2015-10-16clk: qcom: clk-rcg: Add customized clk_ops for DSI RCGsArchit Taneja1-0/+230
2015-08-24clk: qcom: Convert to clk_hw based provider APIsStephen Boyd1-10/+9
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-2/+2
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-24/+20
2015-04-08clk: qcom: Fix parent_map translationsGeorgi Djakov1-6/+20
2015-03-23clk: qcom: Introduce parent_map tablesGeorgi Djakov1-5/+8
2015-03-23clk: qcom: Do some error handling in configure_bank()Georgi Djakov1-21/+42
2015-03-23clk: qcom: Fix clk_get_parent function return valueGeorgi Djakov1-7/+19
2015-03-12clk: qcom: Properly change rates for ahbix clockStephen Boyd1-0/+62
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-2/+8
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-8/+12
2014-09-22clk: qcom: Add support for banked MD RCGsStephen Boyd1-47/+52
2014-09-22clk: qcom: Consolidate frequency finding logicStephen Boyd1-16/+4
2014-07-15clk: qcom: Support bypass RCG configurationStephen Boyd1-7/+44
2014-01-16clk: qcom: Add support for root clock generators (RCGs)Stephen Boyd1-0/+517