All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update cxl maintainers
@ 2016-09-16  4:28 Michael Neuling
  2016-09-16  7:11 ` Andrew Donnellan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Neuling @ 2016-09-16  4:28 UTC (permalink / raw)
  To: mpe; +Cc: linuxppc-dev, imunsie, Frederic Barrat

Fred has taken over the cxl maintenance I was doing.  This updates the
MAINTAINERS file to reflect this.

It also removes a duplicate entry in the files covered.

Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a5e1270dfb..8d7a3d534b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3492,14 +3492,13 @@ F:	drivers/net/ethernet/chelsio/cxgb4vf/
 
 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
 M:	Ian Munsie <imunsie@au1.ibm.com>
-M:	Michael Neuling <mikey@neuling.org>
+M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
 L:	linuxppc-dev@lists.ozlabs.org
 S:	Supported
 F:	drivers/misc/cxl/
 F:	include/misc/cxl*
 F:	include/uapi/misc/cxl.h
 F:	Documentation/powerpc/cxl.txt
-F:	Documentation/powerpc/cxl.txt
 F:	Documentation/ABI/testing/sysfs-class-cxl
 
 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
-- 
2.7.4

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

* Re: [PATCH] MAINTAINERS: Update cxl maintainers
  2016-09-16  4:28 [PATCH] MAINTAINERS: Update cxl maintainers Michael Neuling
@ 2016-09-16  7:11 ` Andrew Donnellan
  2016-09-16  7:21 ` Andrew Donnellan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrew Donnellan @ 2016-09-16  7:11 UTC (permalink / raw)
  To: Michael Neuling, mpe; +Cc: linuxppc-dev, imunsie, Frederic Barrat

On 16/09/16 14:28, Michael Neuling wrote:
> Fred has taken over the cxl maintenance I was doing.  This updates the
> MAINTAINERS file to reflect this.
>
> It also removes a duplicate entry in the files covered.
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>

Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

>  CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
>  M:	Ian Munsie <imunsie@au1.ibm.com>
> -M:	Michael Neuling <mikey@neuling.org>
> +M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
>  L:	linuxppc-dev@lists.ozlabs.org
>  S:	Supported
>  F:	drivers/misc/cxl/
>  F:	include/misc/cxl*
>  F:	include/uapi/misc/cxl.h
>  F:	Documentation/powerpc/cxl.txt
> -F:	Documentation/powerpc/cxl.txt
>  F:	Documentation/ABI/testing/sysfs-class-cxl

We should probably add:

F:	arch/powerpc/platforms/powernv/pci-cxl.c

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

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

* Re: [PATCH] MAINTAINERS: Update cxl maintainers
  2016-09-16  4:28 [PATCH] MAINTAINERS: Update cxl maintainers Michael Neuling
  2016-09-16  7:11 ` Andrew Donnellan
@ 2016-09-16  7:21 ` Andrew Donnellan
  2016-09-19 19:09 ` Frederic Barrat
  2016-09-20 13:07 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Andrew Donnellan @ 2016-09-16  7:21 UTC (permalink / raw)
  To: Michael Neuling, mpe; +Cc: linuxppc-dev, imunsie, Frederic Barrat

On 16/09/16 14:28, Michael Neuling wrote:
 > Fred has taken over the cxl maintenance I was doing.  This updates the
 > MAINTAINERS file to reflect this.
 >
 > It also removes a duplicate entry in the files covered.
 >
 > Signed-off-by: Michael Neuling <mikey@neuling.org>

Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

 >  CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
 >  M:    Ian Munsie <imunsie@au1.ibm.com>
 > -M:    Michael Neuling <mikey@neuling.org>
 > +M:    Frederic Barrat <fbarrat@linux.vnet.ibm.com>
 >  L:    linuxppc-dev@lists.ozlabs.org
 >  S:    Supported
 >  F:    drivers/misc/cxl/
 >  F:    include/misc/cxl*
 >  F:    include/uapi/misc/cxl.h
 >  F:    Documentation/powerpc/cxl.txt
 > -F:    Documentation/powerpc/cxl.txt
 >  F:    Documentation/ABI/testing/sysfs-class-cxl

We should probably add:

F:    arch/powerpc/platforms/powernv/pci-cxl.c

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

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

* Re: [PATCH] MAINTAINERS: Update cxl maintainers
  2016-09-16  4:28 [PATCH] MAINTAINERS: Update cxl maintainers Michael Neuling
  2016-09-16  7:11 ` Andrew Donnellan
  2016-09-16  7:21 ` Andrew Donnellan
@ 2016-09-19 19:09 ` Frederic Barrat
  2016-09-20 13:07 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Frederic Barrat @ 2016-09-19 19:09 UTC (permalink / raw)
  To: Michael Neuling, mpe; +Cc: linuxppc-dev, imunsie


Le 16/09/2016 à 06:28, Michael Neuling a écrit :
> Fred has taken over the cxl maintenance I was doing.  This updates the
> MAINTAINERS file to reflect this.
>
> It also removes a duplicate entry in the files covered.
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>


Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>

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

* Re: MAINTAINERS: Update cxl maintainers
  2016-09-16  4:28 [PATCH] MAINTAINERS: Update cxl maintainers Michael Neuling
                   ` (2 preceding siblings ...)
  2016-09-19 19:09 ` Frederic Barrat
@ 2016-09-20 13:07 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2016-09-20 13:07 UTC (permalink / raw)
  To: Michael Neuling; +Cc: linuxppc-dev, imunsie, Frederic Barrat

On Fri, 2016-16-09 at 04:28:44 UTC, Michael Neuling wrote:
> Fred has taken over the cxl maintenance I was doing.  This updates the
> MAINTAINERS file to reflect this.
> 
> It also removes a duplicate entry in the files covered.
> 
> Signed-off-by: Michael Neuling <mikey@neuling.org>
> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9d82fd2fae925efdf546cc25af

cheers

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

end of thread, other threads:[~2016-09-20 13:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16  4:28 [PATCH] MAINTAINERS: Update cxl maintainers Michael Neuling
2016-09-16  7:11 ` Andrew Donnellan
2016-09-16  7:21 ` Andrew Donnellan
2016-09-19 19:09 ` Frederic Barrat
2016-09-20 13:07 ` Michael Ellerman

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.