diff mbox series

[v3,1/4] MAINTAINERS: Update the ocores i2c bus driver maintainer, etc

Message ID 20190208010507.12411-2-andrew@lunn.ch
State Superseded
Headers show
Series i2c-ocores: Add IO mapped polled support | expand

Commit Message

Andrew Lunn Feb. 8, 2019, 1:05 a.m. UTC
The listed maintainer has not been responding to emails for a while.
Replace him with myself and Wolfram Sang.

Set the status to Odd Fixes. This is probably an upgrade, given the
lack of a active maintainer for a while.

Add the platform data include file, which was not listed.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 MAINTAINERS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Federico Vaga Feb. 8, 2019, 9:51 a.m. UTC | #1
On Friday, February 8, 2019 2:05:04 AM CET Andrew Lunn wrote:
> The listed maintainer has not been responding to emails for a while.
> Replace him with myself and Wolfram Sang.

Just for me to understand. How does this work? I mean the maintainer change.

I add Peter Korsgaard in CC (his last known working email address) so that he 
has the opportunity to comment.

> Set the status to Odd Fixes. This is probably an upgrade, given the
> lack of a active maintainer for a while.
> 
> Add the platform data include file, which was not listed.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  MAINTAINERS | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32d444476a90..4edc45594547 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11302,11 +11302,13 @@ F:	arch/*/boot/dts/
>  F:	include/dt-bindings/
> 
>  OPENCORES I2C BUS DRIVER
> -M:	Peter Korsgaard <peter@korsgaard.com>
> +M:	Andrew Lunn <andrew@lunn.ch>
> +M:	Wolfram Sang <wsa@the-dreams.de>
>  L:	linux-i2c@vger.kernel.org
> -S:	Maintained
> +S:	Odd Fixes
>  F:	Documentation/i2c/busses/i2c-ocores
>  F:	drivers/i2c/busses/i2c-ocores.c
> +F:	include/linux/platform_data/i2c-ocores.h
> 
>  OPENRISC ARCHITECTURE
>  M:	Jonas Bonn <jonas@southpole.se>
Wolfram Sang Feb. 8, 2019, 12:05 p.m. UTC | #2
Hi Andrew,

> The listed maintainer has not been responding to emails for a while.
> Replace him with myself and Wolfram Sang.

Oh, this seems to be a misunderstanding. When I said "I'll look at your
patches" I meant this because I have the role of the
odd-fixes-for-all-I2C-drivers maintainer. I don't want to be mentioned
for this driver. Also, I don't think we should remove Peter now. I see
him sometimes at conferences, so I could talk to him some more. There
should be some grace time.

> Set the status to Odd Fixes. This is probably an upgrade, given the
> lack of a active maintainer for a while.

That could be argued.

> Add the platform data include file, which was not listed.

Yes.

So, my requests would be:

> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  MAINTAINERS | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32d444476a90..4edc45594547 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11302,11 +11302,13 @@ F:	arch/*/boot/dts/
>  F:	include/dt-bindings/
>  
>  OPENCORES I2C BUS DRIVER
> -M:	Peter Korsgaard <peter@korsgaard.com>

Keep this line.

> +M:	Andrew Lunn <andrew@lunn.ch>

Add this one.

> +M:	Wolfram Sang <wsa@the-dreams.de>

Remove this one.

>  L:	linux-i2c@vger.kernel.org
> -S:	Maintained
> +S:	Odd Fixes

Change this one.

>  F:	Documentation/i2c/busses/i2c-ocores
>  F:	drivers/i2c/busses/i2c-ocores.c
> +F:	include/linux/platform_data/i2c-ocores.h

Add this one.

D'accord?

   Wolfram
Andrew Lunn Feb. 8, 2019, 1:05 p.m. UTC | #3
On Fri, Feb 08, 2019 at 01:05:36PM +0100, Wolfram Sang wrote:
> Hi Andrew,
> 
> > The listed maintainer has not been responding to emails for a while.
> > Replace him with myself and Wolfram Sang.
> 
> Oh, this seems to be a misunderstanding. When I said "I'll look at your
> patches" I meant this because I have the role of the
> odd-fixes-for-all-I2C-drivers maintainer.

Ah, sorry. You asked if i would be (co-)maintainer. I assumed you
meant with you, not Peter. Peter does seem to be AWOL.

> So, my requests would be:
> 
> > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> > ---
> >  MAINTAINERS | 6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 32d444476a90..4edc45594547 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11302,11 +11302,13 @@ F:	arch/*/boot/dts/
> >  F:	include/dt-bindings/
> >  
> >  OPENCORES I2C BUS DRIVER
> > -M:	Peter Korsgaard <peter@korsgaard.com>
> 
> Keep this line.
> 
> > +M:	Andrew Lunn <andrew@lunn.ch>
> 
> Add this one.
> 
> > +M:	Wolfram Sang <wsa@the-dreams.de>
> 
> Remove this one.
> 
> >  L:	linux-i2c@vger.kernel.org
> > -S:	Maintained
> > +S:	Odd Fixes
> 
> Change this one.
> 
> >  F:	Documentation/i2c/busses/i2c-ocores
> >  F:	drivers/i2c/busses/i2c-ocores.c
> > +F:	include/linux/platform_data/i2c-ocores.h
> 
> Add this one.
> 
> D'accord?

O.K.

	Andrew
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 32d444476a90..4edc45594547 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11302,11 +11302,13 @@  F:	arch/*/boot/dts/
 F:	include/dt-bindings/
 
 OPENCORES I2C BUS DRIVER
-M:	Peter Korsgaard <peter@korsgaard.com>
+M:	Andrew Lunn <andrew@lunn.ch>
+M:	Wolfram Sang <wsa@the-dreams.de>
 L:	linux-i2c@vger.kernel.org
-S:	Maintained
+S:	Odd Fixes
 F:	Documentation/i2c/busses/i2c-ocores
 F:	drivers/i2c/busses/i2c-ocores.c
+F:	include/linux/platform_data/i2c-ocores.h
 
 OPENRISC ARCHITECTURE
 M:	Jonas Bonn <jonas@southpole.se>