2013-03-15 15:57:29

by Ludovic Desroches

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add maintainer entry for atmel i2c driver

From: Ludovic Desroches <[email protected]>

Create an entry for atmel i2c driver: i2c-at91.c

Signed-off-by: Ludovic Desroches <[email protected]>
---
Hello,

If there are no objections, I'll take the maintenance of the at91 i2c driver
since there is no maintainer.

Wolfram, can you take this patch or do I have to ask someone else?

Regards

Ludovic


MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9561658..d667ecc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1467,6 +1467,12 @@ F: drivers/dma/at_hdmac.c
F: drivers/dma/at_hdmac_regs.h
F: include/linux/platform_data/dma-atmel.h

+ATMEL I2C DRIVER
+M: Ludovic Desroches <[email protected]>
+L: [email protected]
+S: Supported
+F: drivers/i2c/busses/i2c-at91.c
+
ATMEL ISI DRIVER
M: Josh Wu <[email protected]>
L: [email protected]
--
1.7.11.3


2013-03-15 16:07:26

by Nicolas Ferre

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add maintainer entry for atmel i2c driver

On 03/15/2013 04:32 PM, [email protected] :
> From: Ludovic Desroches <[email protected]>
>
> Create an entry for atmel i2c driver: i2c-at91.c
>
> Signed-off-by: Ludovic Desroches <[email protected]>

Acked-by: Nicolas Ferre <[email protected]>

> ---
> Hello,
>
> If there are no objections, I'll take the maintenance of the at91 i2c driver
> since there is no maintainer.

Sure, no objection ;-)
Good luck!

> Wolfram, can you take this patch or do I have to ask someone else?
>
> Regards
>
> Ludovic
>
>
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9561658..d667ecc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1467,6 +1467,12 @@ F: drivers/dma/at_hdmac.c
> F: drivers/dma/at_hdmac_regs.h
> F: include/linux/platform_data/dma-atmel.h
>
> +ATMEL I2C DRIVER
> +M: Ludovic Desroches <[email protected]>
> +L: [email protected]
> +S: Supported
> +F: drivers/i2c/busses/i2c-at91.c
> +
> ATMEL ISI DRIVER
> M: Josh Wu <[email protected]>
> L: [email protected]
>


--
Nicolas Ferre

2013-03-22 10:21:04

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add maintainer entry for atmel i2c driver

On Fri, Mar 15, 2013 at 04:32:57PM +0100, [email protected] wrote:
> From: Ludovic Desroches <[email protected]>
>
> Create an entry for atmel i2c driver: i2c-at91.c
>
> Signed-off-by: Ludovic Desroches <[email protected]>

Applied to for-current, thanks!