All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
To: "Marciniszyn,
	Mike" <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: "devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org"
	<devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
	<dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH] Kconfig: add temporary PCI dependency
Date: Tue, 18 Aug 2015 09:50:26 -0700	[thread overview]
Message-ID: <20150818165026.GA25138@kroah.com> (raw)
In-Reply-To: <32E1700B9017364D9B60AED9960492BC25799762-RjuIdWtd+YbTXloPLtfHfbfspsVTdybXVpNB7YpNyf8@public.gmane.org>

On Tue, Aug 18, 2015 at 04:29:50PM +0000, Marciniszyn, Mike wrote:
> > Subject: Re: [PATCH] Kconfig: add temporary PCI dependency
> > 
> > On Tue, Aug 18, 2015 at 10:15:42AM -0400, Mike Marciniszyn wrote:
> > > The move from infiniband to staging requires a temporary PCI
> > > dependency to fix 0-day build issues.  The
> > > drivers/infiniband/hw/Kconfig gratuitously added it for all drivers.
> > >
> > > Signed-off-by: Mike Marciniszyn <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> > > ---
> > >  drivers/staging/hfi1/Kconfig |    2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Why are these drivers not in drivers/staging/infiniband/ ?  Why do they all
> > need their own drivers/staging/ directory?
> > 
> 
> Greg, what is the path name convention for adding a driver to staging
> when its eventual destination is part of a subsystem?  Perhaps it
> should be drivers/staging/hw/hfi1?

As I have no idea what this driver is, or what it is for, or why it is
in staging, I can't answer this...

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-08-18 16:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-18 14:15 [PATCH] Kconfig: add temporary PCI dependency Mike Marciniszyn
     [not found] ` <20150818141542.4127.90517.stgit-K+u1se/DcYrLESAwzcoQNrvm/XP+8Wra@public.gmane.org>
2015-08-18 16:11   ` Greg KH
     [not found]     ` <20150818161102.GA4040-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-18 16:29       ` Marciniszyn, Mike
     [not found]         ` <32E1700B9017364D9B60AED9960492BC25799762-RjuIdWtd+YbTXloPLtfHfbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-08-18 16:50           ` Greg KH [this message]
2015-08-18 17:00             ` Doug Ledford
     [not found]               ` <9D026CCE-9F4F-4F87-BA05-AAD6C2C6A417-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-08-18 17:08                 ` Randy Dunlap
2015-08-18 23:11                 ` Greg KH
     [not found]                   ` <20150818231150.GB32269-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-19  1:24                     ` Doug Ledford
     [not found]                       ` <08B07723-39A2-416E-92F9-E939B21EBBCA-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-08-19  2:49                         ` Greg KH
     [not found]                           ` <20150819024904.GA4151-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-19  3:11                             ` Doug Ledford
2015-08-19  4:10                               ` Greg KH
     [not found]                                 ` <20150819041006.GA9794-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-08-19  4:39                                   ` Doug Ledford
2015-09-03 17:41   ` Doug Ledford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150818165026.GA25138@kroah.com \
    --to=greg-u8xffu+wg4eavxtiumwx3w@public.gmane.org \
    --cc=devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.