Re: [PATCH] MAINTAINERS: Remove myself from PA Semi entries

2016-09-15 Thread David Miller
From: Michael Ellerman 
Date: Wed, 14 Sep 2016 18:57:55 +1000

> Olof Johansson  writes:
> 
>> Jean, Dave,
>>
>> I was hoping to have Michael merge this since the bulk of the platform is 
>> under him,
>> cc:ing you mostly to be aware that I am orphaning a driver in your 
>> subsystems.
> 
> I'll merge it unless I hear otherwise from Dave.

Feel free to merge this.

Thanks.


Re: [PATCH] MAINTAINERS: Remove myself from PA Semi entries

2016-09-14 Thread Michael Ellerman
Olof Johansson  writes:

> The platform is old, very few users and I lack bandwidth to keep after
> it these days.
>
> Mark the base platform as well as the drivers as orphans, patches have
> been flowing through the fallback maintainers for a while already.

Sorry to see you go, but thanks for keeping an eye on it as long as you
did!

> Jean, Dave,
>
> I was hoping to have Michael merge this since the bulk of the platform is 
> under him,
> cc:ing you mostly to be aware that I am orphaning a driver in your subsystems.

I'll merge it unless I hear otherwise from Dave.

Should we go the whole hog and just do as below? I think most folks use
get_maintainers.pl these days, so this should have basically the same
effect. Happy to go with your original version though if you prefer.

cheers


diff --git a/MAINTAINERS b/MAINTAINERS
index 0bbe4b105c34..8ca1c25d870d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7049,6 +7049,7 @@ N:powermac
 N: powernv
 N: [^a-z0-9]ps3
 N: pseries
+N: pasemi
 
 LINUX FOR POWER MACINTOSH
 M: Benjamin Herrenschmidt 
@@ -7098,14 +7099,6 @@ S:   Maintained
 F: arch/powerpc/platforms/83xx/
 F: arch/powerpc/platforms/85xx/
 
-LINUX FOR POWERPC PA SEMI PWRFICIENT
-M: Olof Johansson 
-L: linuxppc-...@lists.ozlabs.org
-S: Maintained
-F: arch/powerpc/platforms/pasemi/
-F: drivers/*/*pasemi*
-F: drivers/*/*/*pasemi*
-
 LINUX SECURITY MODULE (LSM) FRAMEWORK
 M: Chris Wright 
 L: linux-security-mod...@vger.kernel.org
@@ -8773,18 +8766,6 @@ W:   http://wireless.kernel.org/en/users/Drivers/p54
 S: Maintained
 F: drivers/net/wireless/intersil/p54/
 
-PA SEMI ETHERNET DRIVER
-M: Olof Johansson 
-L: netdev@vger.kernel.org
-S: Maintained
-F: drivers/net/ethernet/pasemi/*
-
-PA SEMI SMBUS DRIVER
-M: Olof Johansson 
-L: linux-...@vger.kernel.org
-S: Maintained
-F: drivers/i2c/busses/i2c-pasemi.c
-
 PADATA PARALLEL EXECUTION MECHANISM
 M: Steffen Klassert 
 L: linux-cry...@vger.kernel.org


Re: [PATCH] MAINTAINERS: Remove myself from PA Semi entries

2016-09-14 Thread Wolfram Sang

> > I was hoping to have Michael merge this since the bulk of the platform is 
> > under him,
> > cc:ing you mostly to be aware that I am orphaning a driver in your 
> > subsystems.
> 
> Let me answer for Jean since I took over I2C in November 2012 ;) I'd
> think the entry can go completely. The last 'F:' tag for the platform
> catches the I2C driver anyhow. But in general:

To make it crystal clear: I meant the I2C entry for PASEMI could go.



signature.asc
Description: PGP signature


Re: [PATCH] MAINTAINERS: Remove myself from PA Semi entries

2016-09-13 Thread Wolfram Sang
On Tue, Sep 13, 2016 at 02:48:38PM -0700, Olof Johansson wrote:
> The platform is old, very few users and I lack bandwidth to keep after
> it these days.
> 
> Mark the base platform as well as the drivers as orphans, patches have
> been flowing through the fallback maintainers for a while already.
> 
> Signed-off-by: Olof Johansson 
> ---
> 
> Jean, Dave,
> 
> I was hoping to have Michael merge this since the bulk of the platform is 
> under him,
> cc:ing you mostly to be aware that I am orphaning a driver in your subsystems.

Let me answer for Jean since I took over I2C in November 2012 ;) I'd
think the entry can go completely. The last 'F:' tag for the platform
catches the I2C driver anyhow. But in general:

Acked-by: Wolfram Sang 

Thanks,

   Wolfram

> 
> 
> Thanks,
> 
> -Olof
> 
>  MAINTAINERS | 9 +++--
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d8e81b1..411f4f7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7155,9 +7155,8 @@ F:  arch/powerpc/platforms/83xx/
>  F:   arch/powerpc/platforms/85xx/
>  
>  LINUX FOR POWERPC PA SEMI PWRFICIENT
> -M:   Olof Johansson 
>  L:   linuxppc-...@lists.ozlabs.org
> -S:   Maintained
> +S:   Orphan
>  F:   arch/powerpc/platforms/pasemi/
>  F:   drivers/*/*pasemi*
>  F:   drivers/*/*/*pasemi*
> @@ -8849,15 +8848,13 @@ S:Maintained
>  F:   drivers/net/wireless/intersil/p54/
>  
>  PA SEMI ETHERNET DRIVER
> -M:   Olof Johansson 
>  L:   netdev@vger.kernel.org
> -S:   Maintained
> +S:   Orphan
>  F:   drivers/net/ethernet/pasemi/*
>  
>  PA SEMI SMBUS DRIVER
> -M:   Olof Johansson 
>  L:   linux-...@vger.kernel.org
> -S:   Maintained
> +S:   Orphan
>  F:   drivers/i2c/busses/i2c-pasemi.c
>  
>  PADATA PARALLEL EXECUTION MECHANISM
> -- 
> 2.8.0.rc3.29.gb552ff8
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


signature.asc
Description: PGP signature


[PATCH] MAINTAINERS: Remove myself from PA Semi entries

2016-09-13 Thread Olof Johansson
The platform is old, very few users and I lack bandwidth to keep after
it these days.

Mark the base platform as well as the drivers as orphans, patches have
been flowing through the fallback maintainers for a while already.

Signed-off-by: Olof Johansson 
---

Jean, Dave,

I was hoping to have Michael merge this since the bulk of the platform is under 
him,
cc:ing you mostly to be aware that I am orphaning a driver in your subsystems.


Thanks,

-Olof

 MAINTAINERS | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d8e81b1..411f4f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7155,9 +7155,8 @@ F:arch/powerpc/platforms/83xx/
 F: arch/powerpc/platforms/85xx/
 
 LINUX FOR POWERPC PA SEMI PWRFICIENT
-M: Olof Johansson 
 L: linuxppc-...@lists.ozlabs.org
-S: Maintained
+S: Orphan
 F: arch/powerpc/platforms/pasemi/
 F: drivers/*/*pasemi*
 F: drivers/*/*/*pasemi*
@@ -8849,15 +8848,13 @@ S:  Maintained
 F: drivers/net/wireless/intersil/p54/
 
 PA SEMI ETHERNET DRIVER
-M: Olof Johansson 
 L: netdev@vger.kernel.org
-S: Maintained
+S: Orphan
 F: drivers/net/ethernet/pasemi/*
 
 PA SEMI SMBUS DRIVER
-M: Olof Johansson 
 L: linux-...@vger.kernel.org
-S: Maintained
+S: Orphan
 F: drivers/i2c/busses/i2c-pasemi.c
 
 PADATA PARALLEL EXECUTION MECHANISM
-- 
2.8.0.rc3.29.gb552ff8