From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 3/3] MAINTAINERS: add entry for Atmel XDMA driver
Date: Mon, 22 Sep 2014 15:33:43 +0200 [thread overview]
Message-ID: <54202537.1090200@atmel.com> (raw)
In-Reply-To: <1411392138-5014-4-git-send-email-ludovic.desroches@atmel.com>
On 22/09/2014 15:22, Ludovic Desroches :
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 65cc66d..5f0849d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1684,6 +1684,13 @@ F: drivers/dma/at_hdmac.c
> F: drivers/dma/at_hdmac_regs.h
> F: include/linux/platform_data/dma-atmel.h
>
> +ATMEL XDMA DRIVER
> +M: Ludovic Desroches <ludovic.desroches@atmel.com>
> +L: linux-arm-kernel at lists.infradead.org
> +L: dmaengine at vger.kernel.org
> +S: Supported
> +F: drivers/dma/at_xdmac.c
> +
> ATMEL I2C DRIVER
> M: Ludovic Desroches <ludovic.desroches@atmel.com>
> L: linux-i2c at vger.kernel.org
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Ludovic Desroches
<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc: plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org,
dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org,
maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org,
sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org
Subject: Re: [PATCH v5 3/3] MAINTAINERS: add entry for Atmel XDMA driver
Date: Mon, 22 Sep 2014 15:33:43 +0200 [thread overview]
Message-ID: <54202537.1090200@atmel.com> (raw)
In-Reply-To: <1411392138-5014-4-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
On 22/09/2014 15:22, Ludovic Desroches :
> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 65cc66d..5f0849d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1684,6 +1684,13 @@ F: drivers/dma/at_hdmac.c
> F: drivers/dma/at_hdmac_regs.h
> F: include/linux/platform_data/dma-atmel.h
>
> +ATMEL XDMA DRIVER
> +M: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> +L: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> +L: dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> +S: Supported
> +F: drivers/dma/at_xdmac.c
> +
> ATMEL I2C DRIVER
> M: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> L: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-09-22 13:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-22 13:22 [PATCH v5 0/3] new Atmel DMA controller Ludovic Desroches
2014-09-22 13:22 ` Ludovic Desroches
2014-09-22 13:22 ` [PATCH v5 1/3] dma: at_xdmac: creation of the atmel eXtended DMA Controller driver Ludovic Desroches
2014-09-22 13:22 ` Ludovic Desroches
2014-09-22 13:42 ` Nicolas Ferre
2014-09-22 13:42 ` Nicolas Ferre
2014-09-22 13:22 ` [PATCH v5 2/3] ARM: dts: at_xdmac: add bindings documentation Ludovic Desroches
2014-09-22 13:22 ` Ludovic Desroches
2014-09-22 13:34 ` Nicolas Ferre
2014-09-22 13:34 ` Nicolas Ferre
2014-09-22 13:22 ` [PATCH v5 3/3] MAINTAINERS: add entry for Atmel XDMA driver Ludovic Desroches
2014-09-22 13:22 ` Ludovic Desroches
2014-09-22 13:33 ` Nicolas Ferre [this message]
2014-09-22 13:33 ` Nicolas Ferre
2014-09-24 7:46 ` [PATCH v5 0/3] new Atmel DMA controller Ludovic Desroches
2014-09-24 7:46 ` Ludovic Desroches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54202537.1090200@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.