Re: [PATCH v3 1/2] clk: qcom: Add support for RCG to register for DFS

2018-07-26 Thread Stephen Boyd
Quoting Taniya Das (2018-07-15 22:37:47) > diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c > index 52208d4..f8f1417 100644 > --- a/drivers/clk/qcom/clk-rcg2.c > +++ b/drivers/clk/qcom/clk-rcg2.c > @@ -929,3 +938,167 @@ static void clk_rcg2_shared_disable(struct clk_hw *hw) >

Re: [PATCH v3 1/2] clk: qcom: Add support for RCG to register for DFS

2018-07-26 Thread Stephen Boyd
Quoting Taniya Das (2018-07-15 22:37:47) > diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c > index 52208d4..f8f1417 100644 > --- a/drivers/clk/qcom/clk-rcg2.c > +++ b/drivers/clk/qcom/clk-rcg2.c > @@ -929,3 +938,167 @@ static void clk_rcg2_shared_disable(struct clk_hw *hw) >

[PATCH v3 1/2] clk: qcom: Add support for RCG to register for DFS

2018-07-15 Thread Taniya Das
Dynamic Frequency switch is a feature of clock controller by which request from peripherals allows automatic switching frequency of input clock without SW intervention. There are various performance levels associated with a root clock. When the input performance state changes, the source clocks

[PATCH v3 1/2] clk: qcom: Add support for RCG to register for DFS

2018-07-15 Thread Taniya Das
Dynamic Frequency switch is a feature of clock controller by which request from peripherals allows automatic switching frequency of input clock without SW intervention. There are various performance levels associated with a root clock. When the input performance state changes, the source clocks