2011-05-24 07:14:47

by Viresh Kumar

[permalink] [raw]
Subject: [PATCH] dmaengine/dw_dmac: Update maintainer-ship

Nobody is currently maintaining dw_dmac. We are using dw_dmac for SPEAr13xx and
are currently maintaining it. After discussing with Vinod, sending this patch to
update maintainer-ship of dw_dmac.

Signed-off-by: Viresh Kumar <[email protected]>
---
MAINTAINERS | 7 +++++++
drivers/dma/dw_dmac.c | 2 ++
drivers/dma/dw_dmac_regs.h | 1 +
include/linux/dw_dmac.h | 1 +
4 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0b41524..a911177 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5430,6 +5430,13 @@ L: [email protected]
S: Maintained
F: drivers/tty/serial

+SYNOPSYS DESIGNWARE DMAC DRIVER
+M: Viresh Kumar <[email protected]>
+S: Maintained
+F: include/linux/dw_dmac.h
+F: drivers/dma/dw_dmac_regs.h
+F: drivers/dma/dw_dmac.c
+
TIMEKEEPING, NTP
M: John Stultz <[email protected]>
M: Thomas Gleixner <[email protected]>
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index 2a2e2fa..08e2202 100644
--- a/drivers/dma/dw_dmac.c
+++ b/drivers/dma/dw_dmac.c
@@ -3,6 +3,7 @@
* AVR32 systems.)
*
* Copyright (C) 2007-2008 Atmel Corporation
+ * Copyright (c) 2011-2012 Viresh Kumar <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -1487,3 +1488,4 @@ module_exit(dw_exit);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver");
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)");
+MODULE_AUTHOR("Viresh Kumar <[email protected]>");
diff --git a/drivers/dma/dw_dmac_regs.h b/drivers/dma/dw_dmac_regs.h
index 720f821..6cb1da1 100644
--- a/drivers/dma/dw_dmac_regs.h
+++ b/drivers/dma/dw_dmac_regs.h
@@ -2,6 +2,7 @@
* Driver for the Synopsys DesignWare AHB DMA Controller
*
* Copyright (C) 2005-2007 Atmel Corporation
+ * Copyright (c) 2011-2012 Viresh Kumar <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/include/linux/dw_dmac.h b/include/linux/dw_dmac.h
index 6998d93..ea57c4b 100644
--- a/include/linux/dw_dmac.h
+++ b/include/linux/dw_dmac.h
@@ -3,6 +3,7 @@
* AVR32 systems.)
*
* Copyright (C) 2007 Atmel Corporation
+ * Copyright (c) 2011-2012 Viresh Kumar <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
--
1.7.2.2


2011-05-24 07:57:31

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] dmaengine/dw_dmac: Update maintainer-ship

On Tue, 2011-05-24 at 12:44 +0530, Viresh Kumar wrote:
> Nobody is currently maintaining dw_dmac. We are using dw_dmac for SPEAr13xx and
> are currently maintaining it. After discussing with Vinod, sending this patch to
> update maintainer-ship of dw_dmac.
>
> Signed-off-by: Viresh Kumar <[email protected]>
> ---
> MAINTAINERS | 7 +++++++
> drivers/dma/dw_dmac.c | 2 ++
> drivers/dma/dw_dmac_regs.h | 1 +
> include/linux/dw_dmac.h | 1 +
> 4 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0b41524..a911177 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5430,6 +5430,13 @@ L: [email protected]
> S: Maintained
> F: drivers/tty/serial
>
> +SYNOPSYS DESIGNWARE DMAC DRIVER
> +M: Viresh Kumar <[email protected]>
> +S: Maintained
> +F: include/linux/dw_dmac.h
> +F: drivers/dma/dw_dmac_regs.h
> +F: drivers/dma/dw_dmac.c
> +
> TIMEKEEPING, NTP
> M: John Stultz <[email protected]>
> M: Thomas Gleixner <[email protected]>
> diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
> index 2a2e2fa..08e2202 100644
> --- a/drivers/dma/dw_dmac.c
> +++ b/drivers/dma/dw_dmac.c
> @@ -3,6 +3,7 @@
> * AVR32 systems.)
> *
> * Copyright (C) 2007-2008 Atmel Corporation
> + * Copyright (c) 2011-2012 Viresh Kumar <[email protected]>

2012???



--
~Vinod

2011-05-24 08:32:35

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH] dmaengine/dw_dmac: Update maintainer-ship

On 05/24/2011 12:54 PM, Koul, Vinod wrote:
>> > *
>> > * Copyright (C) 2007-2008 Atmel Corporation
>> > + * Copyright (c) 2011-2012 Viresh Kumar <[email protected]>
> 2012???

Oops!!! should be 2010-2011, also should mention ST here.

--
viresh