Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-12 Thread Christoph Hellwig
Hi David, as said before, please submit the actual files as new code to the kernel. The code will need a full review, and a simple move is not going to cut it. Posting the actual code as patches will allow for the proper review that is needed.

Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-09 Thread Greg KH
t; > To: Greg KH ; Kershner, David A > > > > > > Cc: jes.soren...@gmail.com; linux-kernel@vger.kernel.org; driverdev- > > > de...@linuxdriverproject.org; *S-Par-Maintainer > > > ; erik.arfvid...@gmail.com; > > > wadgaonkar...@gmail.com > > > Subject:

Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Joe Perches
ux-kernel@vger.kernel.org; driverdev- > > de...@linuxdriverproject.org; *S-Par-Maintainer > > ; erik.arfvid...@gmail.com; > > wadgaonkar...@gmail.com > > Subject: Re: [PATCH v2] drivers: visorbus: move driver out of staging > > > > On Fri, 2017-12-08 at 16:39 +01

RE: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Kershner, David A
iner > ; linux-kernel@vger.kernel.org; > erik.arfvid...@gmail.com > Subject: Re: [PATCH v2] drivers: visorbus: move driver out of staging > > On Fri, Dec 08, 2017 at 04:39:13PM +0100, Greg KH wrote: > > On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > > &g

RE: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Kershner, David A
ainer > ; erik.arfvid...@gmail.com; > wadgaonkar...@gmail.com > Subject: Re: [PATCH v2] drivers: visorbus: move driver out of staging > > On Fri, 2017-12-08 at 16:39 +0100, Greg KH wrote: > > On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > > > Move the vis

Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Dan Carpenter
On Fri, Dec 08, 2017 at 04:39:13PM +0100, Greg KH wrote: > On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > > Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) > > and to drivers/visorbus. Modify the configuration and makefiles so they > > now reference the

Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Joe Perches
On Fri, 2017-12-08 at 16:39 +0100, Greg KH wrote: > On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > > Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) > > and to drivers/visorbus. Modify the configuration and makefiles so they > > now reference the new loc

Re: [PATCH v2] drivers: visorbus: move driver out of staging

2017-12-08 Thread Greg KH
On Thu, Dec 07, 2017 at 12:11:07PM -0500, David Kershner wrote: > Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) > and to drivers/visorbus. Modify the configuration and makefiles so they > now reference the new location. The s-Par header file visorbus.h that is > referenc

[PATCH v2] drivers: visorbus: move driver out of staging

2017-12-07 Thread David Kershner
Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) and to drivers/visorbus. Modify the configuration and makefiles so they now reference the new location. The s-Par header file visorbus.h that is referenced by all s-Par drivers, is being moved into include/linux. Signed-off-