RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-17 Thread Rajan Vaja
: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > EXTERNAL EMAIL > > Quoting Rajan Vaja (2018-06-03 20:41:27) > > > > > > > On the other hand, even if registration failed, that node will be > > > > > > > marked as OF_

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-17 Thread Rajan Vaja
: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > EXTERNAL EMAIL > > Quoting Rajan Vaja (2018-06-03 20:41:27) > > > > > > > On the other hand, even if registration failed, that node will be > > > > > > > marked as OF_

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-09 Thread Stephen Boyd
Quoting Rajan Vaja (2018-06-03 20:41:27) > > > > > > On the other hand, even if registration failed, that node will be > > > > > > marked as OF_POPULATED, so probe of clk-fixed-factor.c will also not > > > > > > be called and that DT fixed-factor clock would never be registered. > > > > > > > > >

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-09 Thread Stephen Boyd
Quoting Rajan Vaja (2018-06-03 20:41:27) > > > > > > On the other hand, even if registration failed, that node will be > > > > > > marked as OF_POPULATED, so probe of clk-fixed-factor.c will also not > > > > > > be called and that DT fixed-factor clock would never be registered. > > > > > > > > >

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-06 Thread Rajan Vaja
.kernel.org; linux-kernel@vger.kernel.org; Jolly Shah > > ; Michal Simek ; > > mturque...@baylibre.com > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > CLK_OF_DECLARE_DRIVER > > > > Quoting Rajan Vaja (2018-05-03 02:18:30) > > > Hi Stephen, > &

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-07-06 Thread Rajan Vaja
.kernel.org; linux-kernel@vger.kernel.org; Jolly Shah > > ; Michal Simek ; > > mturque...@baylibre.com > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > CLK_OF_DECLARE_DRIVER > > > > Quoting Rajan Vaja (2018-05-03 02:18:30) > > > Hi Stephen, > &

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-06-03 Thread Rajan Vaja
; > > To: 'Stephen Boyd' > > > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Jolly Shah > > > ; Michal Simek ; > > > mturque...@baylibre.com > > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > > CLK_OF_DECLARE_DRIVER &

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-06-03 Thread Rajan Vaja
; > > To: 'Stephen Boyd' > > > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Jolly Shah > > > ; Michal Simek ; > > > mturque...@baylibre.com > > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > > CLK_OF_DECLARE_DRIVER &

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-06-02 Thread Stephen Boyd
Michal Simek ; > > mturque...@baylibre.com > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > CLK_OF_DECLARE_DRIVER > > > > Hi Stephen, > > > > Thanks for the comment. > > > > > -Original Message- > > > From: Ste

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-06-02 Thread Stephen Boyd
Michal Simek ; > > mturque...@baylibre.com > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > CLK_OF_DECLARE_DRIVER > > > > Hi Stephen, > > > > Thanks for the comment. > > > > > -Original Message- > > > From: Ste

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-05-03 Thread Rajan Vaja
x.com>; > mturque...@baylibre.com > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > Hi Stephen, > > Thanks for the comment. > > > -Original Message- > > From: Stephen Boyd [mailto:sb...@kernel.org] > > Sen

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-05-03 Thread Rajan Vaja
.kernel.org; linux-kernel@vger.kernel.org; Jolly Shah > > ; Michal Simek ; > > mturque...@baylibre.com > > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > > CLK_OF_DECLARE_DRIVER > > > > Quoting Rajan Vaja (2018-03-09 11:27:40) > > > >

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-16 Thread Rajan Vaja
nx.com>; Michal Simek <mich...@xilinx.com>; > mturque...@baylibre.com > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > Quoting Rajan Vaja (2018-03-09 11:27:40) > > > From: Stephen Boyd [mailto:sb...@kernel.org] > >

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-16 Thread Rajan Vaja
bre.com > Subject: RE: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > Quoting Rajan Vaja (2018-03-09 11:27:40) > > > From: Stephen Boyd [mailto:sb...@kernel.org] > > > > > > Is the intent to register the clk twice? I believe things ar

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-15 Thread Stephen Boyd
Quoting Rajan Vaja (2018-03-09 11:27:40) > > From: Stephen Boyd [mailto:sb...@kernel.org] > > > > Is the intent to register the clk twice? I believe things are working as > > intended without this patch, so maybe you can explain a little more what > > you're trying to fix. > [Rajan] Yes. During

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-15 Thread Stephen Boyd
Quoting Rajan Vaja (2018-03-09 11:27:40) > > From: Stephen Boyd [mailto:sb...@kernel.org] > > > > Is the intent to register the clk twice? I believe things are working as > > intended without this patch, so maybe you can explain a little more what > > you're trying to fix. > [Rajan] Yes. During

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-09 Thread Rajan Vaja
rg; Jolly Shah > <jol...@xilinx.com>; Michal Simek <mich...@xilinx.com>; Rajan Vaja > <raj...@xilinx.com> > Subject: Re: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > Quoting Rajan Vaja (2018-03-08 06:15:00) > > Fixed factor clock h

RE: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-09 Thread Rajan Vaja
chal Simek ; Rajan Vaja > > Subject: Re: [PATCH] clk: clk-fixed-factor: Use new macro > CLK_OF_DECLARE_DRIVER > > Quoting Rajan Vaja (2018-03-08 06:15:00) > > Fixed factor clock has two initialization at of_clk_init() time and > > also during platform dr

Re: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-09 Thread Stephen Boyd
Quoting Rajan Vaja (2018-03-08 06:15:00) > Fixed factor clock has two initialization at of_clk_init() > time and also during platform driver probe. So declare the > fixed factor clock with CLK_OF_DECLARE_DRIVER instead of > CLK_OF_DECLARE. > > See below commit for reference: > "clk: sunxi: apb0:

Re: [PATCH] clk: clk-fixed-factor: Use new macro CLK_OF_DECLARE_DRIVER

2018-03-09 Thread Stephen Boyd
Quoting Rajan Vaja (2018-03-08 06:15:00) > Fixed factor clock has two initialization at of_clk_init() > time and also during platform driver probe. So declare the > fixed factor clock with CLK_OF_DECLARE_DRIVER instead of > CLK_OF_DECLARE. > > See below commit for reference: > "clk: sunxi: apb0: