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
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
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!