linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
       [not found] <8c1443136563de34699d2c084df478181c205db4.1603854416.git.sudeep.dutt@intel.com>
@ 2020-10-28  5:54 ` Greg Kroah-Hartman
  2020-10-28  6:04   ` Vinod Koul
  2020-10-28 17:22   ` Dutt, Sudeep
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-10-28  5:54 UTC (permalink / raw)
  To: Sudeep Dutt
  Cc: Arnd Bergmann, linux-kernel, dmaengine, linux-doc,
	Jonathan Corbet, Vinod Koul, Sherry Sun, Ashutosh Dixit,
	Nikhil Rao

On Tue, Oct 27, 2020 at 08:14:15PM -0700, Sudeep Dutt wrote:
> This patch removes the MIC drivers from the kernel tree
> since the corresponding devices have been discontinued.

Does "discontinued" mean "never shipped a device so no one has access to
this hardware anymore", or does it mean "we stopped shipping devices and
there are customers with this?"

> Removing the dma and char-misc changes in one patch and
> merging via the char-misc tree is best to avoid any
> potential build breakage.
> 
> Cc: Nikhil Rao <nikhil.rao@intel.com>
> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>

I like deleting code, can this go into 5.10-final?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
  2020-10-28  5:54 ` [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers Greg Kroah-Hartman
@ 2020-10-28  6:04   ` Vinod Koul
  2020-10-28 17:22   ` Dutt, Sudeep
  1 sibling, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2020-10-28  6:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Sudeep Dutt, Arnd Bergmann, linux-kernel, dmaengine, linux-doc,
	Jonathan Corbet, Sherry Sun, Ashutosh Dixit, Nikhil Rao

On 28-10-20, 06:54, Greg Kroah-Hartman wrote:
> On Tue, Oct 27, 2020 at 08:14:15PM -0700, Sudeep Dutt wrote:
> > This patch removes the MIC drivers from the kernel tree
> > since the corresponding devices have been discontinued.
> 
> Does "discontinued" mean "never shipped a device so no one has access to
> this hardware anymore", or does it mean "we stopped shipping devices and
> there are customers with this?"
> 
> > Removing the dma and char-misc changes in one patch and
> > merging via the char-misc tree is best to avoid any
> > potential build breakage.
> > 
> > Cc: Nikhil Rao <nikhil.rao@intel.com>
> > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
> 
> I like deleting code, can this go into 5.10-final?

I would like that, if unused lets get it cleaned now rather than later
:-)

Said that, for all dmaengine bits:

Acked-By: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
  2020-10-28  5:54 ` [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers Greg Kroah-Hartman
  2020-10-28  6:04   ` Vinod Koul
@ 2020-10-28 17:22   ` Dutt, Sudeep
  2020-10-28 18:09     ` gregkh
  1 sibling, 1 reply; 4+ messages in thread
From: Dutt, Sudeep @ 2020-10-28 17:22 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org
  Cc: corbet@lwn.net, linux-kernel@vger.kernel.org, sherry.sun@nxp.com,
	dmaengine@vger.kernel.org, Dutt, Sudeep, Rao, Nikhil,
	Dixit, Ashutosh, vkoul@kernel.org, arnd@arndb.de,
	linux-doc@vger.kernel.org

On Wed, 2020-10-28 at 06:54 +0100, Greg Kroah-Hartman wrote:
> On Tue, Oct 27, 2020 at 08:14:15PM -0700, Sudeep Dutt wrote:
> > This patch removes the MIC drivers from the kernel tree
> > since the corresponding devices have been discontinued.
> 
> Does "discontinued" mean "never shipped a device so no one has access
> to
> this hardware anymore", or does it mean "we stopped shipping devices
> and
> there are customers with this?"

Hi Greg,

We are not aware of any customers of the upstreamed MIC drivers. The 
drivers were upstreamed primarily to lay a foundation for enabling the
next generation MIC devices which did not ship.

> > Removing the dma and char-misc changes in one patch and
> > merging via the char-misc tree is best to avoid any
> > potential build breakage.
> > 
> > Cc: Nikhil Rao <nikhil.rao@intel.com>
> > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
> 
> I like deleting code, can this go into 5.10-final?

Yes, we would prefer this goes into v5.10. I am hoping you can carry
the Ack from Vinod and the Reviewed-by from Sherry but I can resend the
patch with those updates in the commit message if required. I did
verify that this patch passes allmodconfig and allyesconfig builds with
your latest char-misc-next tree.

Many thanks for your help with this subsystem Greg.

Best Regards,
Sudeep Dutt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
  2020-10-28 17:22   ` Dutt, Sudeep
@ 2020-10-28 18:09     ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2020-10-28 18:09 UTC (permalink / raw)
  To: Dutt, Sudeep
  Cc: corbet@lwn.net, linux-kernel@vger.kernel.org, sherry.sun@nxp.com,
	dmaengine@vger.kernel.org, Rao, Nikhil, Dixit, Ashutosh,
	vkoul@kernel.org, arnd@arndb.de, linux-doc@vger.kernel.org

On Wed, Oct 28, 2020 at 05:22:01PM +0000, Dutt, Sudeep wrote:
> On Wed, 2020-10-28 at 06:54 +0100, Greg Kroah-Hartman wrote:
> > On Tue, Oct 27, 2020 at 08:14:15PM -0700, Sudeep Dutt wrote:
> > > This patch removes the MIC drivers from the kernel tree
> > > since the corresponding devices have been discontinued.
> > 
> > Does "discontinued" mean "never shipped a device so no one has access
> > to
> > this hardware anymore", or does it mean "we stopped shipping devices
> > and
> > there are customers with this?"
> 
> Hi Greg,
> 
> We are not aware of any customers of the upstreamed MIC drivers. The 
> drivers were upstreamed primarily to lay a foundation for enabling the
> next generation MIC devices which did not ship.

Ok, thanks for the explanation.

> 
> > > Removing the dma and char-misc changes in one patch and
> > > merging via the char-misc tree is best to avoid any
> > > potential build breakage.
> > > 
> > > Cc: Nikhil Rao <nikhil.rao@intel.com>
> > > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > > Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
> > 
> > I like deleting code, can this go into 5.10-final?
> 
> Yes, we would prefer this goes into v5.10. I am hoping you can carry
> the Ack from Vinod and the Reviewed-by from Sherry but I can resend the
> patch with those updates in the commit message if required. I did
> verify that this patch passes allmodconfig and allyesconfig builds with
> your latest char-misc-next tree.

I can pick them up automatically, no worries, thanks!

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-29  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8c1443136563de34699d2c084df478181c205db4.1603854416.git.sudeep.dutt@intel.com>
2020-10-28  5:54 ` [PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers Greg Kroah-Hartman
2020-10-28  6:04   ` Vinod Koul
2020-10-28 17:22   ` Dutt, Sudeep
2020-10-28 18:09     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).