linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove myself as cxl maintainer
@ 2017-06-28  6:19 Ian Munsie
  2017-06-28  7:16 ` Andrew Donnellan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ian Munsie @ 2017-06-28  6:19 UTC (permalink / raw)
  To: Michael Ellerman, linuxppc-dev
  Cc: Ian Munsie, Frederic Barrat, Andrew Donnellan

From: Ian Munsie <imunsie@au1.ibm.com>

I am no longer employed by IBM and will no longer have access to cxl
hardware, so remove myself as a cxl maintainer.

If anyone needs to contact me in the future, please use my personal
email address darkstarsword@gmail.com

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9e984645c4b0..1e8a915577fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3721,7 +3721,6 @@ S:	Supported
 F:	drivers/net/ethernet/chelsio/cxgb4vf/
 
 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
-M:	Ian Munsie <imunsie@au1.ibm.com>
 M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
 L:	linuxppc-dev@lists.ozlabs.org
 S:	Supported
-- 
2.11.0

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

* Re: [PATCH] MAINTAINERS: Remove myself as cxl maintainer
  2017-06-28  6:19 [PATCH] MAINTAINERS: Remove myself as cxl maintainer Ian Munsie
@ 2017-06-28  7:16 ` Andrew Donnellan
  2017-06-28  7:56 ` Daniel Axtens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrew Donnellan @ 2017-06-28  7:16 UTC (permalink / raw)
  To: Ian Munsie, Michael Ellerman, linuxppc-dev; +Cc: Frederic Barrat

On 28/06/17 16:19, Ian Munsie wrote:
> From: Ian Munsie <imunsie@au1.ibm.com>
>
> I am no longer employed by IBM and will no longer have access to cxl
> hardware, so remove myself as a cxl maintainer.
>
> If anyone needs to contact me in the future, please use my personal
> email address darkstarsword@gmail.com
>
> Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Cc: linuxppc-dev@lists.ozlabs.org

Farewell Ian - thanks for everything and all the very best for your 
future endeavours.

Following discussion with Fred, I'll send a follow-up patch to add 
myself as a co-maintainer.

-- 
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: Remove myself as cxl maintainer
  2017-06-28  6:19 [PATCH] MAINTAINERS: Remove myself as cxl maintainer Ian Munsie
  2017-06-28  7:16 ` Andrew Donnellan
@ 2017-06-28  7:56 ` Daniel Axtens
  2017-06-28  8:09 ` Frederic Barrat
  2017-07-02 11:01 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Axtens @ 2017-06-28  7:56 UTC (permalink / raw)
  To: Ian Munsie, Michael Ellerman, linuxppc-dev
  Cc: Andrew Donnellan, Ian Munsie, Frederic Barrat

Hi Ian,

As Andrew said, thanks for everything: CXL enablement was my
introduction to the kernel - it was a great place to start, and it was a
privilege to work with you.

All the best for your future endeavours!

Regards,
Daniel

Ian Munsie <imunsie@au1.ibm.com> writes:

> From: Ian Munsie <imunsie@au1.ibm.com>
>
> I am no longer employed by IBM and will no longer have access to cxl
> hardware, so remove myself as a cxl maintainer.
>
> If anyone needs to contact me in the future, please use my personal
> email address darkstarsword@gmail.com
>
> Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Cc: linuxppc-dev@lists.ozlabs.org
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9e984645c4b0..1e8a915577fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3721,7 +3721,6 @@ S:	Supported
>  F:	drivers/net/ethernet/chelsio/cxgb4vf/
>  
>  CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
> -M:	Ian Munsie <imunsie@au1.ibm.com>
>  M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
>  L:	linuxppc-dev@lists.ozlabs.org
>  S:	Supported
> -- 
> 2.11.0

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

* Re: [PATCH] MAINTAINERS: Remove myself as cxl maintainer
  2017-06-28  6:19 [PATCH] MAINTAINERS: Remove myself as cxl maintainer Ian Munsie
  2017-06-28  7:16 ` Andrew Donnellan
  2017-06-28  7:56 ` Daniel Axtens
@ 2017-06-28  8:09 ` Frederic Barrat
  2017-07-02 11:01 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Frederic Barrat @ 2017-06-28  8:09 UTC (permalink / raw)
  To: Ian Munsie, Michael Ellerman, linuxppc-dev; +Cc: Andrew Donnellan



Le 28/06/2017 à 08:19, Ian Munsie a écrit :
> From: Ian Munsie <imunsie@au1.ibm.com>
> 
> I am no longer employed by IBM and will no longer have access to cxl
> hardware, so remove myself as a cxl maintainer.
> 
> If anyone needs to contact me in the future, please use my personal
> email address darkstarsword@gmail.com
> 
> Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Cc: linuxppc-dev@lists.ozlabs.org
> ---

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


>   MAINTAINERS | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9e984645c4b0..1e8a915577fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3721,7 +3721,6 @@ S:	Supported
>   F:	drivers/net/ethernet/chelsio/cxgb4vf/
> 
>   CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
> -M:	Ian Munsie <imunsie@au1.ibm.com>
>   M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
>   L:	linuxppc-dev@lists.ozlabs.org
>   S:	Supported
> 

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

* Re: MAINTAINERS: Remove myself as cxl maintainer
  2017-06-28  6:19 [PATCH] MAINTAINERS: Remove myself as cxl maintainer Ian Munsie
                   ` (2 preceding siblings ...)
  2017-06-28  8:09 ` Frederic Barrat
@ 2017-07-02 11:01 ` Michael Ellerman
  3 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2017-07-02 11:01 UTC (permalink / raw)
  To: Ian Munsie, linuxppc-dev; +Cc: Andrew Donnellan, Ian Munsie, Frederic Barrat

On Wed, 2017-06-28 at 06:19:20 UTC, Ian Munsie wrote:
> From: Ian Munsie <imunsie@au1.ibm.com>
> 
> I am no longer employed by IBM and will no longer have access to cxl
> hardware, so remove myself as a cxl maintainer.
> 
> If anyone needs to contact me in the future, please use my personal
> email address darkstarsword@gmail.com
> 
> Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
> Cc: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Cc: linuxppc-dev@lists.ozlabs.org
> Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/5fc3a7f754b9f89744b1b45533b166

cheers

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28  6:19 [PATCH] MAINTAINERS: Remove myself as cxl maintainer Ian Munsie
2017-06-28  7:16 ` Andrew Donnellan
2017-06-28  7:56 ` Daniel Axtens
2017-06-28  8:09 ` Frederic Barrat
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).