Re: [PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-20 Thread Archit Taneja
On 03/20/2015 10:58 AM, Stephen Boyd wrote: On 03/04, Archit Taneja wrote: Currently, a RCG's M/N counter (used for fraction division) is set to either 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether the corresponding rcg struct has a mnd field specified and a

Re: [PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-20 Thread Archit Taneja
On 03/20/2015 10:58 AM, Stephen Boyd wrote: On 03/04, Archit Taneja wrote: Currently, a RCG's M/N counter (used for fraction division) is set to either 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether the corresponding rcg struct has a mnd field specified and a

Re: [PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-19 Thread Stephen Boyd
On 03/04, Archit Taneja wrote: > Currently, a RCG's M/N counter (used for fraction division) is set to either > 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether > the corresponding rcg struct has a mnd field specified and a non-zero N. > > In the case where M and N

Re: [PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-19 Thread Stephen Boyd
On 03/04, Archit Taneja wrote: Currently, a RCG's M/N counter (used for fraction division) is set to either 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether the corresponding rcg struct has a mnd field specified and a non-zero N. In the case where M and N are the

[PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-04 Thread Archit Taneja
Currently, a RCG's M/N counter (used for fraction division) is set to either 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether the corresponding rcg struct has a mnd field specified and a non-zero N. In the case where M and N are the same value, the M/N counter is

[PATCH] clk: qcom: fix RCG M/N counter configuration

2015-03-04 Thread Archit Taneja
Currently, a RCG's M/N counter (used for fraction division) is set to either 'bypass' (counter disabled) or 'dual edge' (counter enabled) based on whether the corresponding rcg struct has a mnd field specified and a non-zero N. In the case where M and N are the same value, the M/N counter is