linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: cxl: update maintainership
@ 2017-06-28  7:22 Andrew Donnellan
  2017-06-28  8:10 ` Frederic Barrat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Donnellan @ 2017-06-28  7:22 UTC (permalink / raw)
  To: linuxppc-dev, mpe; +Cc: fbarrat, imunsie

As Ian's stepping down from his maintainer role now that he's leaving IBM,
Frederic has asked me to add myself to the cxl maintainer list. Updating
accordingly.

Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
Cc: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

---

Applies on top of http://patchwork.ozlabs.org/patch/781464
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6547fc1b5299..b1fd5a02dd28 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3722,6 +3722,7 @@ F:	drivers/net/ethernet/chelsio/cxgb4vf/
 
 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
 M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
+M:	Andrew Donnellan <andrew.donnellan@au1.ibm.com>
 L:	linuxppc-dev@lists.ozlabs.org
 S:	Supported
 F:	arch/powerpc/platforms/powernv/pci-cxl.c
-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

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

* Re: [PATCH] MAINTAINERS: cxl: update maintainership
  2017-06-28  7:22 [PATCH] MAINTAINERS: cxl: update maintainership Andrew Donnellan
@ 2017-06-28  8:10 ` Frederic Barrat
  2017-06-28  8:57 ` Ian Munsie
  2017-07-02 11:01 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Frederic Barrat @ 2017-06-28  8:10 UTC (permalink / raw)
  To: Andrew Donnellan, linuxppc-dev, mpe; +Cc: imunsie



Le 28/06/2017 à 09:22, Andrew Donnellan a écrit :
> As Ian's stepping down from his maintainer role now that he's leaving IBM,
> Frederic has asked me to add myself to the cxl maintainer list. Updating
> accordingly.
> 
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Ian Munsie <imunsie@au1.ibm.com>
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> 
> ---
> 
> Applies on top of http://patchwork.ozlabs.org/patch/781464
> ---

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




>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6547fc1b5299..b1fd5a02dd28 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3722,6 +3722,7 @@ F:	drivers/net/ethernet/chelsio/cxgb4vf/
> 
>   CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
>   M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> +M:	Andrew Donnellan <andrew.donnellan@au1.ibm.com>
>   L:	linuxppc-dev@lists.ozlabs.org
>   S:	Supported
>   F:	arch/powerpc/platforms/powernv/pci-cxl.c
> 

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

* Re: [PATCH] MAINTAINERS: cxl: update maintainership
  2017-06-28  7:22 [PATCH] MAINTAINERS: cxl: update maintainership Andrew Donnellan
  2017-06-28  8:10 ` Frederic Barrat
@ 2017-06-28  8:57 ` Ian Munsie
  2017-07-02 11:01 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Ian Munsie @ 2017-06-28  8:57 UTC (permalink / raw)
  To: andrew.donnellan; +Cc: linuxppc-dev, Michael Ellerman, fbarrat

Acked-by: Ian Munsie <imunsie@au1.ibm.com>

Excerpts from andrew.donnellan's message of 2017-06-28 17:22:30 +1000:
> As Ian's stepping down from his maintainer role now that he's leaving IBM,
> Frederic has asked me to add myself to the cxl maintainer list. Updating
> accordingly.
> 
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Ian Munsie <imunsie@au1.ibm.com>
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> 
> ---
> 
> Applies on top of http://patchwork.ozlabs.org/patch/781464
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6547fc1b5299..b1fd5a02dd28 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3722,6 +3722,7 @@ F:    drivers/net/ethernet/chelsio/cxgb4vf/
>  
>  CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
>  M:    Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> +M:    Andrew Donnellan <andrew.donnellan@au1.ibm.com>
>  L:    linuxppc-dev@lists.ozlabs.org
>  S:    Supported
>  F:    arch/powerpc/platforms/powernv/pci-cxl.c

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

* Re: MAINTAINERS: cxl: update maintainership
  2017-06-28  7:22 [PATCH] MAINTAINERS: cxl: update maintainership Andrew Donnellan
  2017-06-28  8:10 ` Frederic Barrat
  2017-06-28  8:57 ` Ian Munsie
@ 2017-07-02 11:01 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2017-07-02 11:01 UTC (permalink / raw)
  To: Andrew Donnellan, linuxppc-dev; +Cc: imunsie, fbarrat

On Wed, 2017-06-28 at 07:22:30 UTC, Andrew Donnellan wrote:
> As Ian's stepping down from his maintainer role now that he's leaving IBM,
> Frederic has asked me to add myself to the cxl maintainer list. Updating
> accordingly.
> 
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Ian Munsie <imunsie@au1.ibm.com>
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Acked-by: Ian Munsie <imunsie@au1.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/8c7d0a04066b0d9d95134e7853e8c2

cheers

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

end of thread, other threads:[~2017-07-02 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28  7:22 [PATCH] MAINTAINERS: cxl: update maintainership Andrew Donnellan
2017-06-28  8:10 ` Frederic Barrat
2017-06-28  8:57 ` Ian Munsie
2017-07-02 11:01 ` Michael Ellerman

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