RE: [PATCH v6 2/8] clk: clock-wizard: Add the clockwizard to clk directory

2020-11-03 Thread Shubhrajyoti Datta
Hi Stephen,

Thanks for the review.

> -Original Message-
> From: Stephen Boyd 
> Sent: Tuesday, September 22, 2020 2:52 AM
> To: Shubhrajyoti Datta ; linux-...@vger.kernel.org
> Cc: devicet...@vger.kernel.org; linux-kernel@vger.kernel.org;
> de...@driverdev.osuosl.org; robh...@kernel.org;
> gre...@linuxfoundation.org; mturque...@baylibre.com; Shubhrajyoti
> Datta 
> Subject: Re: [PATCH v6 2/8] clk: clock-wizard: Add the clockwizard to clk
> directory
> 
> Quoting Stephen Boyd (2020-09-21 14:19:59)
> > Quoting Shubhrajyoti Datta (2020-08-28 06:39:50)
> > > Add clocking wizard driver to clk.
> > >
> > > Signed-off-by: Shubhrajyoti Datta 
> > > ---
> >
> > Can this be combined with patch #6?
> 
> Sorry, I meant patch #8.
Did not get the comment.
Do you want to split the makefile and the driver parts of the patch.
Or the whole of the patch to be merged.

Or do you want the staging patch merged with  here?

[PATCH v6 8/8] staging: clocking-wizard: Delete the driver from the staging




Re: [PATCH v6 2/8] clk: clock-wizard: Add the clockwizard to clk directory

2020-09-21 Thread Stephen Boyd
Quoting Stephen Boyd (2020-09-21 14:19:59)
> Quoting Shubhrajyoti Datta (2020-08-28 06:39:50)
> > Add clocking wizard driver to clk.
> > 
> > Signed-off-by: Shubhrajyoti Datta 
> > ---
> 
> Can this be combined with patch #6?

Sorry, I meant patch #8.


Re: [PATCH v6 2/8] clk: clock-wizard: Add the clockwizard to clk directory

2020-09-21 Thread Stephen Boyd
Quoting Shubhrajyoti Datta (2020-08-28 06:39:50)
> Add clocking wizard driver to clk.
> 
> Signed-off-by: Shubhrajyoti Datta 
> ---

Can this be combined with patch #6? And then use git format-patch -C -M
when generating patches? I'm trying to see if anything changed from the
file in the staging tree or if this is just a copy from staging to clk
directory. Would also be useful if that was stated in the commit text.