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

2019-05-05 Thread Aisheng Dong
> From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: Saturday, May 4, 2019 12:01 AM > Subject: RE: [PATCH V2] clk: imx: pllv4: add fractional-N pll support > > Quoting Aisheng Dong (2019-05-02 19:38:34) > > > From: Stephen Boyd [mailto:sb...@kernel.org] > > > Se

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

2019-05-03 Thread Stephen Boyd
Quoting Aisheng Dong (2019-05-02 19:38:34) > > From: Stephen Boyd [mailto:sb...@kernel.org] > > Sent: Thursday, May 2, 2019 5:01 AM > > > > The Content-transfer-encoding header is still base64. I guess it can't be > > fixed. > > > > How can we know it's base64? > As I saw from the 'Headers' in

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

2019-05-03 Thread Stephen Boyd
Quoting Aisheng Dong (2019-05-02 19:38:34) > > From: Stephen Boyd [mailto:sb...@kernel.org] > > Sent: Thursday, May 2, 2019 5:01 AM > > > > The Content-transfer-encoding header is still base64. I guess it can't be > > fixed. > > > > How can we know it's base64? > As I saw from the 'Headers' in

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

2019-05-03 Thread Anson Huang
ernel.org; mturque...@baylibre.com; > s.ha...@pengutronix.de; shawn...@kernel.org; Aisheng Dong > ; Anson Huang > Cc: dl-linux-imx > 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

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

2019-05-02 Thread Aisheng Dong
> From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: Thursday, May 2, 2019 5:01 AM > > The Content-transfer-encoding header is still base64. I guess it can't be > fixed. > How can we know it's base64? As I saw from the 'Headers' in patchwork, it's: "Content-Type: text/plain;

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

2019-05-01 Thread Stephen Boyd
The Content-transfer-encoding header is still base64. I guess it can't be fixed. 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 >