RE: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-26 Thread Stephen Boyd
x-kernel@vger.kernel.org; Rajan Vaja > > > > Subject: Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case > > of > > failure > > > > Quoting Rajan Vaja (2018-07-17 06:17:00) > > > Fixed factor clock has two initializations at of_clk_init() t

RE: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-26 Thread Stephen Boyd
x-kernel@vger.kernel.org; Rajan Vaja > > > > Subject: Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case > > of > > failure > > > > Quoting Rajan Vaja (2018-07-17 06:17:00) > > > Fixed factor clock has two initializations at of_clk_init() t

RE: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-26 Thread Rajan Vaja
Hi Stephen, > -Original Message- > From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: 25 July 2018 10:11 PM > To: Rajan Vaja ; mturque...@baylibre.com > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Rajan Vaja > > Subject: Re: [PATCH] clk: cl

RE: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-26 Thread Rajan Vaja
Hi Stephen, > -Original Message- > From: Stephen Boyd [mailto:sb...@kernel.org] > Sent: 25 July 2018 10:11 PM > To: Rajan Vaja ; mturque...@baylibre.com > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Rajan Vaja > > Subject: Re: [PATCH] clk: cl

Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-25 Thread Stephen Boyd
Quoting Rajan Vaja (2018-07-17 06:17:00) > Fixed factor clock has two initializations at of_clk_init() time > and during platform driver probe. Before of_clk_init() call, > node is marked as populated and so its probe never gets called. > > During of_clk_init() fixed factor clock registration may

Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-25 Thread Stephen Boyd
Quoting Rajan Vaja (2018-07-17 06:17:00) > Fixed factor clock has two initializations at of_clk_init() time > and during platform driver probe. Before of_clk_init() call, > node is marked as populated and so its probe never gets called. > > During of_clk_init() fixed factor clock registration may

Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-25 Thread Stephen Boyd
Quoting Rajan Vaja (2018-07-17 06:17:00) > Fixed factor clock has two initializations at of_clk_init() time > and during platform driver probe. Before of_clk_init() call, > node is marked as populated and so its probe never gets called. > > During of_clk_init() fixed factor clock registration may

Re: [PATCH] clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure

2018-07-25 Thread Stephen Boyd
Quoting Rajan Vaja (2018-07-17 06:17:00) > Fixed factor clock has two initializations at of_clk_init() time > and during platform driver probe. Before of_clk_init() call, > node is marked as populated and so its probe never gets called. > > During of_clk_init() fixed factor clock registration may