linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
@ 2020-08-04 16:20 trix
  2020-08-04 16:41 ` Moritz Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: trix @ 2020-08-04 16:20 UTC (permalink / raw)
  To: hao.wu, mdf; +Cc: linux-fpga, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

I take care of fpga kernel and userspace for Red Hat and would
like help out more with the mainline kernel.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ce2737b1feb5..6fdb01776413 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6805,6 +6805,7 @@ F:	drivers/net/ethernet/nvidia/*
 
 FPGA DFL DRIVERS
 M:	Wu Hao <hao.wu@intel.com>
+R:	Tom Rix <trix@redhat.com>
 L:	linux-fpga@vger.kernel.org
 S:	Maintained
 F:	Documentation/fpga/dfl.rst
@@ -6813,6 +6814,7 @@ F:	include/uapi/linux/fpga-dfl.h
 
 FPGA MANAGER FRAMEWORK
 M:	Moritz Fischer <mdf@kernel.org>
+R:	Tom Rix <trix@redhat.com>
 L:	linux-fpga@vger.kernel.org
 S:	Maintained
 W:	http://www.rocketboards.org
-- 
2.18.1


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

* Re: [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
  2020-08-04 16:20 [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer trix
@ 2020-08-04 16:41 ` Moritz Fischer
  2020-08-05  7:58   ` Wu, Hao
  0 siblings, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2020-08-04 16:41 UTC (permalink / raw)
  To: trix; +Cc: hao.wu, mdf, linux-fpga, linux-kernel

Hi Tom,

On Tue, Aug 04, 2020 at 09:20:03AM -0700, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> I take care of fpga kernel and userspace for Red Hat and would
> like help out more with the mainline kernel.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ce2737b1feb5..6fdb01776413 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6805,6 +6805,7 @@ F:	drivers/net/ethernet/nvidia/*
>  
>  FPGA DFL DRIVERS
>  M:	Wu Hao <hao.wu@intel.com>
> +R:	Tom Rix <trix@redhat.com>
>  L:	linux-fpga@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/fpga/dfl.rst
> @@ -6813,6 +6814,7 @@ F:	include/uapi/linux/fpga-dfl.h
>  
>  FPGA MANAGER FRAMEWORK
>  M:	Moritz Fischer <mdf@kernel.org>
> +R:	Tom Rix <trix@redhat.com>
>  L:	linux-fpga@vger.kernel.org
>  S:	Maintained
>  W:	http://www.rocketboards.org
> -- 
> 2.18.1
> 
Acked-by: Moritz Fischer <mdf@kernel.org>

I can take the patch, can I get an Acked-by from Hao?

Thanks!

Moritz

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

* RE: [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
  2020-08-04 16:41 ` Moritz Fischer
@ 2020-08-05  7:58   ` Wu, Hao
  2020-08-05 19:51     ` Moritz Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Wu, Hao @ 2020-08-05  7:58 UTC (permalink / raw)
  To: Moritz Fischer, trix; +Cc: linux-fpga, linux-kernel

> Subject: Re: [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
> 
> Hi Tom,
> 
> On Tue, Aug 04, 2020 at 09:20:03AM -0700, trix@redhat.com wrote:
> > From: Tom Rix <trix@redhat.com>
> >
> > I take care of fpga kernel and userspace for Red Hat and would
> > like help out more with the mainline kernel.
> >
> > Signed-off-by: Tom Rix <trix@redhat.com>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ce2737b1feb5..6fdb01776413 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6805,6 +6805,7 @@ F:	drivers/net/ethernet/nvidia/*
> >
> >  FPGA DFL DRIVERS
> >  M:	Wu Hao <hao.wu@intel.com>
> > +R:	Tom Rix <trix@redhat.com>
> >  L:	linux-fpga@vger.kernel.org
> >  S:	Maintained
> >  F:	Documentation/fpga/dfl.rst
> > @@ -6813,6 +6814,7 @@ F:	include/uapi/linux/fpga-dfl.h
> >
> >  FPGA MANAGER FRAMEWORK
> >  M:	Moritz Fischer <mdf@kernel.org>
> > +R:	Tom Rix <trix@redhat.com>
> >  L:	linux-fpga@vger.kernel.org
> >  S:	Maintained
> >  W:	http://www.rocketboards.org
> > --
> > 2.18.1
> >
> Acked-by: Moritz Fischer <mdf@kernel.org>
> 
> I can take the patch, can I get an Acked-by from Hao?

Sure. : ) 

Acked-by: Wu Hao <hao.wu@intel.com>

Thanks!
Hao

> 
> Thanks!
> 
> Moritz

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

* Re: [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
  2020-08-05  7:58   ` Wu, Hao
@ 2020-08-05 19:51     ` Moritz Fischer
  0 siblings, 0 replies; 4+ messages in thread
From: Moritz Fischer @ 2020-08-05 19:51 UTC (permalink / raw)
  To: Wu, Hao; +Cc: Moritz Fischer, trix, linux-fpga, linux-kernel

On Wed, Aug 05, 2020 at 07:58:21AM +0000, Wu, Hao wrote:
> > Subject: Re: [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer
> > 
> > Hi Tom,
> > 
> > On Tue, Aug 04, 2020 at 09:20:03AM -0700, trix@redhat.com wrote:
> > > From: Tom Rix <trix@redhat.com>
> > >
> > > I take care of fpga kernel and userspace for Red Hat and would
> > > like help out more with the mainline kernel.
> > >
> > > Signed-off-by: Tom Rix <trix@redhat.com>
> > > ---
> > >  MAINTAINERS | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index ce2737b1feb5..6fdb01776413 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -6805,6 +6805,7 @@ F:	drivers/net/ethernet/nvidia/*
> > >
> > >  FPGA DFL DRIVERS
> > >  M:	Wu Hao <hao.wu@intel.com>
> > > +R:	Tom Rix <trix@redhat.com>
> > >  L:	linux-fpga@vger.kernel.org
> > >  S:	Maintained
> > >  F:	Documentation/fpga/dfl.rst
> > > @@ -6813,6 +6814,7 @@ F:	include/uapi/linux/fpga-dfl.h
> > >
> > >  FPGA MANAGER FRAMEWORK
> > >  M:	Moritz Fischer <mdf@kernel.org>
> > > +R:	Tom Rix <trix@redhat.com>
> > >  L:	linux-fpga@vger.kernel.org
> > >  S:	Maintained
> > >  W:	http://www.rocketboards.org
> > > --
> > > 2.18.1
> > >
> > Acked-by: Moritz Fischer <mdf@kernel.org>
> > 
> > I can take the patch, can I get an Acked-by from Hao?
> 
> Sure. : ) 
> 
> Acked-by: Wu Hao <hao.wu@intel.com>
> 
> Thanks!
> Hao
> 
> > 
> > Thanks!
> > 
> > Moritz

Applied to for-next,

Thanks,
Moritz

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

end of thread, other threads:[~2020-08-05 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 16:20 [PATCH] MAINTAINERS: Add Tom Rix as fpga reviewer trix
2020-08-04 16:41 ` Moritz Fischer
2020-08-05  7:58   ` Wu, Hao
2020-08-05 19:51     ` Moritz Fischer

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).