On Tue, Nov 26, 2019 at 11:39 PM Stephen Boyd <sboyd@xxxxxxxxxx> wrote: > > Quoting shubhrajyoti.datta@xxxxxxxxx (2019-11-15 04:22:31) > > From: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > > > > Move the clocking wizard driver from staging to clk. > > > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > > --- > > this is moving the drivers/staging/clocking-wizard to clk > > v2: > > Added the makefile and kconfig > > > > drivers/clk/Kconfig | 6 + > > drivers/clk/Makefile | 1 + > > drivers/clk/clk-xlnx-clock-wizard.c | 335 ++++++++++++++++++++++++++++++++++++ > > Where is the deletion of the file from staging? Has the TODO file in > staging been resolved? I was trying to address the set rate and the reconfig and will post patches for the fractional part. As part of that discussion[1] Greg suggested to move the code out of the staging. [1] https://spinics.net/lists/linux-driver-devel/msg117326.html >Please Cc Soren and Greg on these patches. Also > include a cover letter and convince us _why_ we should review these > patches in the commit text. Stating what the patch is doing, i.e. > "moving code around", is not helpful. Sure will do. >