Message ID | 20150818140609.3571.87830.stgit@phlsvslse11.ph.intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Aug 18, 2015 at 10:06:09AM -0400, Mike Marciniszyn wrote: > Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> > --- > 0 files changed > > diff --git a/MAINTAINERS b/MAINTAINERS > index b3c1a56..45953e9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9892,6 +9892,13 @@ M: Arnaud Patard <arnaud.patard@rtp-net.org> > S: Odd Fixes > F: drivers/staging/xgifb/ > > +HFI1 DRIVER > +M: Mike Marciniszyn <infinipath@intel.com> > +L: linux-rdma@vger.kernel.org > +L: devel@driverdev.osuosl.org > +S: Supported > +F: drivers/staging/hfi1 Why do this for a driver that is being deleted? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
> > +HFI1 DRIVER > > +M: Mike Marciniszyn <infinipath@intel.com> > > +L: linux-rdma@vger.kernel.org > > +L: devel@driverdev.osuosl.org > > +S: Supported > > +F: drivers/staging/hfi1 > > Why do this for a driver that is being deleted? > You are thinking of ipath. This is a new driver. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Aug 18, 2015 at 04:04:15PM +0000, Marciniszyn, Mike wrote: > > > +HFI1 DRIVER > > > +M: Mike Marciniszyn <infinipath@intel.com> > > > +L: linux-rdma@vger.kernel.org > > > +L: devel@driverdev.osuosl.org > > > +S: Supported > > > +F: drivers/staging/hfi1 > > > > Why do this for a driver that is being deleted? > > > > You are thinking of ipath. This is a new driver. Really? Why is a new driver not in my tree? Why is in staging at all? confused, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
> Subject: Re: [PATCH] MAINTAINERS: Add maintainer section for hfi1 > > On Tue, Aug 18, 2015 at 04:04:15PM +0000, Marciniszyn, Mike wrote: > > > > +HFI1 DRIVER > > > > +M: Mike Marciniszyn <infinipath@intel.com> > > > > +L: linux-rdma@vger.kernel.org > > > > +L: devel@driverdev.osuosl.org > > > > +S: Supported > > > > +F: drivers/staging/hfi1 > > > > > > Why do this for a driver that is being deleted? > > > > > > > You are thinking of ipath. This is a new driver. > > Really? Why is a new driver not in my tree? Why is in staging at all? > It is in linux-next, I guess by way of a pull request from Doug. Doug, can you respond to why staging and get this patch into your repo? Mike -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
> On Aug 18, 2015, at 9:33 AM, Marciniszyn, Mike <mike.marciniszyn@intel.com> wrote: > >> Subject: Re: [PATCH] MAINTAINERS: Add maintainer section for hfi1 >> >> On Tue, Aug 18, 2015 at 04:04:15PM +0000, Marciniszyn, Mike wrote: >>>>> +HFI1 DRIVER >>>>> +M: Mike Marciniszyn <infinipath@intel.com> >>>>> +L: linux-rdma@vger.kernel.org >>>>> +L: devel@driverdev.osuosl.org >>>>> +S: Supported >>>>> +F: drivers/staging/hfi1 >>>> >>>> Why do this for a driver that is being deleted? >>>> >>> >>> You are thinking of ipath. This is a new driver. >> >> Really? Why is a new driver not in my tree? Why is in staging at all? >> > > It is in linux-next, I guess by way of a pull request from Doug. Actually, I haven’t sent any pull requests for this yet. My github repo is in 0day testing, but my k.o repo is the one in linux-next testing and I haven’t pushed this to k.o as of yet. > Doug, can you respond to why staging and get this patch into your repo? I can certainly add this to the hfi1 branch in my tree. I answered why I put this in staging in my previous email. — Doug Ledford <dledford@redhat.com> GPG Key ID: 0E572FDD
On 08/18/2015 10:06 AM, Mike Marciniszyn wrote: > Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> This was squashed into the rest of the hfi1 driver patchset. > --- > 0 files changed > > diff --git a/MAINTAINERS b/MAINTAINERS > index b3c1a56..45953e9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9892,6 +9892,13 @@ M: Arnaud Patard <arnaud.patard@rtp-net.org> > S: Odd Fixes > F: drivers/staging/xgifb/ > > +HFI1 DRIVER > +M: Mike Marciniszyn <infinipath@intel.com> > +L: linux-rdma@vger.kernel.org > +L: devel@driverdev.osuosl.org > +S: Supported > +F: drivers/staging/hfi1 > + > STARFIRE/DURALAN NETWORK DRIVER > M: Ion Badulescu <ionut@badula.org> > S: Odd Fixes >
diff --git a/MAINTAINERS b/MAINTAINERS index b3c1a56..45953e9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9892,6 +9892,13 @@ M: Arnaud Patard <arnaud.patard@rtp-net.org> S: Odd Fixes F: drivers/staging/xgifb/ +HFI1 DRIVER +M: Mike Marciniszyn <infinipath@intel.com> +L: linux-rdma@vger.kernel.org +L: devel@driverdev.osuosl.org +S: Supported +F: drivers/staging/hfi1 + STARFIRE/DURALAN NETWORK DRIVER M: Ion Badulescu <ionut@badula.org> S: Odd Fixes
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> --- 0 files changed -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html