Re: [PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure to common place

2019-10-05 Thread Shawn Guo
On Fri, Sep 06, 2019 at 09:34:05AM -0400, Anson Huang wrote: > Many i.MX8M SoCs use same 1443X/1416X PLL, such as i.MX8MM, > i.MX8MN and later i.MX8M SoCs, moving these PLL definitions > to pll14xx driver can save a lot of duplicated code on each > platform. > > Meanwhile, no need to define PLL

RE: [PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure to common place

2019-09-20 Thread Stephen Boyd
Quoting Anson Huang (2019-09-19 18:27:39) > Gentle ping... > Merge window is open. I expect Shawn to pick this up for v5.5 in a week or two.

RE: [PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure to common place

2019-09-19 Thread Anson Huang
Gentle ping... > Subject: [PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure > to common place > > Many i.MX8M SoCs use same 1443X/1416X PLL, such as i.MX8MM, i.MX8MN > and later i.MX8M SoCs, moving these PLL definitions to pll14xx driver can > save a lot of dupli

Re: [PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure to common place

2019-09-06 Thread Leonard Crestez
On 06.09.2019 04:35, Anson Huang wrote: > Many i.MX8M SoCs use same 1443X/1416X PLL, such as i.MX8MM, > i.MX8MN and later i.MX8M SoCs, moving these PLL definitions > to pll14xx driver can save a lot of duplicated code on each > platform. > > Meanwhile, no need to define PLL clock structure for

[PATCH V2 1/2] clk: imx8mm: Move 1443X/1416X PLL clock structure to common place

2019-09-05 Thread Anson Huang
Many i.MX8M SoCs use same 1443X/1416X PLL, such as i.MX8MM, i.MX8MN and later i.MX8M SoCs, moving these PLL definitions to pll14xx driver can save a lot of duplicated code on each platform. Meanwhile, no need to define PLL clock structure for every module which uses same type of PLL, e.g.,