Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-26 Thread Stephen Boyd
Quoting Abel Vesa (2019-02-22 09:07:32) > Make the entire combination of plls to be one single clock. The parents used > for bypasses are specified each as an index in the parents list. > The determine_rate does a lookup throughout all the possible combinations > for all the divs and returns the be

Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-26 Thread Abel Vesa
On 19-02-26 11:45:17, Aisheng Dong wrote: > [...] > > > > > > > > Tested-by: Lucas Stach > > > > > > > Acked-by: Lucas Stach > > > > > > > > > > > > I suspect these tested by and acked tags should have been > > > > > > dropped, unless you discussed and tested off-list? > > > > > > > > > > > > >

RE: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-26 Thread Aisheng Dong
[...] > > > > > > Tested-by: Lucas Stach > > > > > > Acked-by: Lucas Stach > > > > > > > > > > I suspect these tested by and acked tags should have been > > > > > dropped, unless you discussed and tested off-list? > > > > > > > > > > > > > Oups, I forgot to drop them. > > > > > > Ok. Can Lucas r

Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-26 Thread Abel Vesa
On 19-02-26 11:18:08, Aisheng Dong wrote: > > From: Stephen Boyd [mailto:sb...@kernel.org] > > Sent: Tuesday, February 26, 2019 1:23 AM> > > Quoting Abel Vesa (2019-02-23 02:58:14) > > > On 19-02-22 09:46:23, Stephen Boyd wrote: > > > > Quoting Abel Vesa (2019-02-22 09:07:32) > > > > > Make the en

RE: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-26 Thread Aisheng Dong
> From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: Tuesday, February 26, 2019 1:23 AM> > Quoting Abel Vesa (2019-02-23 02:58:14) > > On 19-02-22 09:46:23, Stephen Boyd wrote: > > > Quoting Abel Vesa (2019-02-22 09:07:32) > > > > Make the entire combination of plls to be one single clock. The >

Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-25 Thread Stephen Boyd
Quoting Abel Vesa (2019-02-23 02:58:14) > On 19-02-22 09:46:23, Stephen Boyd wrote: > > Quoting Abel Vesa (2019-02-22 09:07:32) > > > Make the entire combination of plls to be one single clock. The parents > > > used > > > for bypasses are specified each as an index in the parents list. > > > The

Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-23 Thread Abel Vesa
On 19-02-22 09:46:23, Stephen Boyd wrote: > Quoting Abel Vesa (2019-02-22 09:07:32) > > Make the entire combination of plls to be one single clock. The parents used > > for bypasses are specified each as an index in the parents list. > > The determine_rate does a lookup throughout all the possible

Re: [PATCH v2] clk: imx: Refactor entire sccg pll clk

2019-02-22 Thread Stephen Boyd
Quoting Abel Vesa (2019-02-22 09:07:32) > Make the entire combination of plls to be one single clock. The parents used > for bypasses are specified each as an index in the parents list. > The determine_rate does a lookup throughout all the possible combinations > for all the divs and returns the be