Hi, Stephen > -----Original Message----- > From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: Thursday, May 2, 2019 5:01 AM > To: feste...@gmail.com; ker...@pengutronix.de; linux-arm- > ker...@lists.infradead.org; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; mturque...@baylibre.com; > s.ha...@pengutronix.de; shawn...@kernel.org; Aisheng Dong > <aisheng.d...@nxp.com>; Anson Huang <anson.hu...@nxp.com> > Cc: dl-linux-imx <linux-...@nxp.com> > 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.hu...@nxp.com 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: > >