[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DM5PR07MB3177C3FE8D2636A6C069162BF02C0@DM5PR07MB3177.namprd07.prod.outlook.com>
Date: Sat, 18 Nov 2017 14:30:39 +0000
From: "Kershner, David A" <David.Kershner@...sys.com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: "jes.sorensen@...il.com" <jes.sorensen@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"driverdev-devel@...uxdriverproject.org"
<driverdev-devel@...uxdriverproject.org>,
*S-Par-Maintainer <SParMaintainer@...sys.com>,
"erik.arfvidson@...il.com" <erik.arfvidson@...il.com>,
"wadgaonkarsam@...il.com" <wadgaonkarsam@...il.com>
Subject: RE: [PATCH 2/2] drivers: visorbus: move driver out of staging
> -----Original Message-----
> From: Greg KH [mailto:gregkh@...uxfoundation.org]
> Sent: Saturday, November 18, 2017 5:26 AM
> To: Kershner, David A <David.Kershner@...sys.com>
> Cc: jes.sorensen@...il.com; linux-kernel@...r.kernel.org; driverdev-
> devel@...uxdriverproject.org; *S-Par-Maintainer
> <SParMaintainer@...sys.com>; erik.arfvidson@...il.com;
> wadgaonkarsam@...il.com
> Subject: Re: [PATCH 2/2] drivers: visorbus: move driver out of staging
>
> On Fri, Nov 17, 2017 at 12:27:39PM -0500, David Kershner wrote:
> > {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h |
0
> > .../staging/unisys/include => include/linux/visorbus}/visorchannel.h |
0
>
> Do we really need two different include/linux .h files for this bus
> subsystem? Can we merge them both together?
>
I will merge them together, they were separate so the other channel
definitions
didn't have to include all of visorbus.h for clarity.
> > diff --git a/drivers/staging/unisys/visorbus/Kconfig
> b/drivers/visorbus/Kconfig
> > similarity index 90%
> > rename from drivers/staging/unisys/visorbus/Kconfig
> > rename to drivers/visorbus/Kconfig
> > index 5113880..a99285a 100644
> > --- a/drivers/staging/unisys/visorbus/Kconfig
> > +++ b/drivers/visorbus/Kconfig
> > @@ -4,7 +4,9 @@
> >
> > config UNISYS_VISORBUS
> > tristate "Unisys visorbus driver"
> > - depends on UNISYSSPAR
> > + depends on X86_64 && !UML
> > + select PCI
> > + select ACPI
>
> Wait, what? Why are you messing with the dependancies now? And never
> do a select if at all possible, do a 'depends on' instead.
>
> And why not UML? What about other arches, why are you now restricting
> it? That's an odd change to be doing here in a "move this out of
> staging" patch...
>
When I moved them out of staging, I noticed that it had "depends on
UNISYSSPAR"
flag. The dependencies I added were copied from the UNISYSSPAR dependency
list.
I will make a separate patch to switch them over to depends and determine if
the
!UML flag is still needed.
Thanks,
David Kershner
> thanks,
>
> greg k-h
Download attachment "smime.p7s" of type "application/pkcs7-signature" (7862 bytes)
Powered by blists - more mailing lists