Re: [PATCH v2 04/10] clk: qcom: Add support for PLLs with alpha mode

2016-08-25 Thread Rajendra Nayak
On 08/24/2016 11:45 AM, Stephen Boyd wrote: > On 08/11, Rajendra Nayak wrote: >> Some PLLs can support an alpha mode, and a single alpha >> register (instead of registers to program the M/N values), >> the contents of which depend on the alpha mode selected. >> (They are either treated as two's com

Re: [PATCH v2 04/10] clk: qcom: Add support for PLLs with alpha mode

2016-08-23 Thread Stephen Boyd
On 08/11, Rajendra Nayak wrote: > Some PLLs can support an alpha mode, and a single alpha > register (instead of registers to program the M/N values), > the contents of which depend on the alpha mode selected. > (They are either treated as two's complement or M/N value) That's just a sentence, so

[PATCH v2 04/10] clk: qcom: Add support for PLLs with alpha mode

2016-08-11 Thread Rajendra Nayak
Some PLLs can support an alpha mode, and a single alpha register (instead of registers to program the M/N values), the contents of which depend on the alpha mode selected. (They are either treated as two's complement or M/N value) Add support for this in the clk PLL driver. Signed-off-by: Rajendra