Re: [PATCH v3 07/10] clk: clock-wizard: Update the fixed factor divisors

2020-01-05 Thread Stephen Boyd
Quoting Shubhrajyoti Datta (2020-01-05 20:17:16) > On Mon, Jan 6, 2020 at 1:30 AM Stephen Boyd wrote: > > > > Quoting shubhrajyoti.da...@gmail.com (2019-11-27 22:36:14) > > > From: Shubhrajyoti Datta > > > > > > Update the fixed factor clock registration to register the divisors. > > > > > >

Re: [PATCH v3 07/10] clk: clock-wizard: Update the fixed factor divisors

2020-01-05 Thread Shubhrajyoti Datta
On Mon, Jan 6, 2020 at 1:30 AM Stephen Boyd wrote: > > Quoting shubhrajyoti.da...@gmail.com (2019-11-27 22:36:14) > > From: Shubhrajyoti Datta > > > > Update the fixed factor clock registration to register the divisors. > > > > Signed-off-by: Shubhrajyoti Datta > > --- > >

Re: [PATCH v3 07/10] clk: clock-wizard: Update the fixed factor divisors

2020-01-05 Thread Stephen Boyd
Quoting shubhrajyoti.da...@gmail.com (2019-11-27 22:36:14) > From: Shubhrajyoti Datta > > Update the fixed factor clock registration to register the divisors. > > Signed-off-by: Shubhrajyoti Datta > --- > drivers/clk/clk-xlnx-clock-wizard.c | 17 +++-- > 1 file changed, 11

[PATCH v3 07/10] clk: clock-wizard: Update the fixed factor divisors

2019-11-27 Thread shubhrajyoti . datta
From: Shubhrajyoti Datta Update the fixed factor clock registration to register the divisors. Signed-off-by: Shubhrajyoti Datta --- drivers/clk/clk-xlnx-clock-wizard.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/clk/clk-xlnx-clock-wizard.c