Re: [PATCH v13 0/5] Add i.MX8MQ clock driver

2018-12-11 Thread Shawn Guo
On Thu, Nov 29, 2018 at 01:51:04PM -0800, Stephen Boyd wrote: > Quoting Aisheng DONG (2018-11-28 23:46:41) > > > -Original Message- > > > From: Stephen Boyd [mailto:sb...@kernel.org] > > [...] > > > > > > > > Changes since v12: > > > > * replaced the division in clk_pll_recalc_rate in clk-

RE: [PATCH v13 0/5] Add i.MX8MQ clock driver

2018-11-29 Thread Stephen Boyd
Quoting Aisheng DONG (2018-11-28 23:46:41) > > -Original Message- > > From: Stephen Boyd [mailto:sb...@kernel.org] > [...] > > > > > > Changes since v12: > > > * replaced the division in clk_pll_recalc_rate in clk-frac > > >with do_div as suggested by Stephen > > > > > > Abel Vesa (2):

RE: [PATCH v13 0/5] Add i.MX8MQ clock driver

2018-11-28 Thread Aisheng DONG
> -Original Message- > From: Stephen Boyd [mailto:sb...@kernel.org] [...] > > > > Changes since v12: > > * replaced the division in clk_pll_recalc_rate in clk-frac > >with do_div as suggested by Stephen > > > > Abel Vesa (2): > > clk: imx: Add imx composite clock > > clk: imx: Add

Re: [PATCH v13 0/5] Add i.MX8MQ clock driver

2018-11-28 Thread Stephen Boyd
Quoting Abel Vesa (2018-11-13 08:19:56) > Here is a link to the 12th version: > https://lkml.org/lkml/2018/11/7/642 > > Changes since v12: > * replaced the division in clk_pll_recalc_rate in clk-frac >with do_div as suggested by Stephen > > Abel Vesa (2): > clk: imx: Add imx composite cloc

[PATCH v13 0/5] Add i.MX8MQ clock driver

2018-11-13 Thread Abel Vesa
Here is a link to the 12th version: https://lkml.org/lkml/2018/11/7/642 Changes since v12: * replaced the division in clk_pll_recalc_rate in clk-frac with do_div as suggested by Stephen Abel Vesa (2): clk: imx: Add imx composite clock clk: imx: Add clock driver for i.MX8MQ CCM Lucas Stac