RE: [PATCH V2] clk: imx: pllv4: add fractional-N pll support

From: Anson Huang
Date: Fri May 03 2019 - 09:01:34 EST


Hi, Stephen

> -----Original Message-----
> From: Stephen Boyd [mailto:sboyd@xxxxxxxxxx]
> Sent: Thursday, May 2, 2019 5:01 AM
> To: festevam@xxxxxxxxx; kernel@xxxxxxxxxxxxxx; linux-arm-
> kernel@xxxxxxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; mturquette@xxxxxxxxxxxx;
> s.hauer@xxxxxxxxxxxxxx; shawnguo@xxxxxxxxxx; Aisheng Dong
> <aisheng.dong@xxxxxxx>; Anson Huang <anson.huang@xxxxxxx>
> Cc: dl-linux-imx <linux-imx@xxxxxxx>
> Subject: Re: [PATCH V2] clk: imx: pllv4: add fractional-N pll support
>
> The Content-transfer-encoding header is still base64. I guess it can't be fixed.

Below is my git sendmail configuration, the encoding is set to UTF-8, I don't know
why it is still base64, let me know if you know how to fix it, thanks. And, will you still
review this patch?

Anson.

6 [sendemail]
7 smtpserver = outlook.office365.com
8 smtpencryption = tls
9 smtpuser = Anson.Huang@xxxxxxx
10 smtpserverport = 587
11 confirm = never
12 assume8bitEncoding = UTF-8


>
> Quoting Anson Huang (2019-04-29 17:57:22)
> > The pllv4 supports fractional-N function, the formula is:
> >
> > PLL output freq = input * (mult + num/denom),
> >
> > This patch adds fractional-N function support, including clock round
> > rate, calculate rate and set rate, with this patch, the clock rate of
> > APLL in clock tree is more accurate than before:
> >