All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
@ 2011-05-24  8:34 Viresh Kumar
  2011-05-24  8:46 ` Koul, Vinod
  0 siblings, 1 reply; 5+ messages in thread
From: Viresh Kumar @ 2011-05-24  8:34 UTC (permalink / raw)
  To: vinod.koul, dan.j.williams
  Cc: linux-kernel, shiraz.hashim, armando.visconti, viresh.linux,
	Viresh Kumar

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 <viresh.kumar@st.com>
---
 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:	linux-serial@vger.kernel.org
 S:	Maintained
 F:	drivers/tty/serial
 
+SYNOPSYS DESIGNWARE DMAC DRIVER
+M:	Viresh Kumar <viresh.kumar@st.com>
+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 <johnstul@us.ibm.com>
 M:	Thomas Gleixner <tglx@linutronix.de>
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
index 2a2e2fa..da7e19c 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) 2010-2011 ST Microelectronics
  *
  * 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 <viresh.kumar@st.com>");
diff --git a/drivers/dma/dw_dmac_regs.h b/drivers/dma/dw_dmac_regs.h
index 720f821..3df8027 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) 2010-2011 ST Microelectronics
  *
  * 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..4bfe0a2 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) 2010-2011 ST Microelectronics
  *
  * 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
  2011-05-24  8:34 [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship Viresh Kumar
@ 2011-05-24  8:46 ` Koul, Vinod
  2011-05-24 16:30   ` Håvard Skinnemoen
  0 siblings, 1 reply; 5+ messages in thread
From: Koul, Vinod @ 2011-05-24  8:46 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: dan.j.williams, linux-kernel, shiraz.hashim, armando.visconti,
	viresh.linux, hskinnemoen

On Tue, 2011-05-24 at 14:04 +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 <viresh.kumar@st.com>
> ---
>  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(-)
Am okay if Havard is...

-- 
~Vinod


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
  2011-05-24  8:46 ` Koul, Vinod
@ 2011-05-24 16:30   ` Håvard Skinnemoen
  2011-05-25  7:59     ` Koul, Vinod
  0 siblings, 1 reply; 5+ messages in thread
From: Håvard Skinnemoen @ 2011-05-24 16:30 UTC (permalink / raw)
  To: Koul, Vinod
  Cc: Viresh Kumar, dan.j.williams, linux-kernel, shiraz.hashim,
	armando.visconti, viresh.linux

On Tue, May 24, 2011 at 1:46 AM, Koul, Vinod <vinod.koul@intel.com> wrote:
> On Tue, 2011-05-24 at 14:04 +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 <viresh.kumar@st.com>
>> ---
>>  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(-)
> Am okay if Havard is...

Hard to say based on the diffstat alone, but the patch I found in the
archives looks sane, so it's ok with me. Hopefully it's the same one
;-)

Havard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
  2011-05-24 16:30   ` Håvard Skinnemoen
@ 2011-05-25  7:59     ` Koul, Vinod
  2011-05-25 17:12       ` Håvard Skinnemoen
  0 siblings, 1 reply; 5+ messages in thread
From: Koul, Vinod @ 2011-05-25  7:59 UTC (permalink / raw)
  To: Håvard Skinnemoen
  Cc: Viresh Kumar, dan.j.williams, linux-kernel, shiraz.hashim,
	armando.visconti, viresh.linux

On Tue, 2011-05-24 at 09:30 -0700, Håvard Skinnemoen wrote:
> On Tue, May 24, 2011 at 1:46 AM, Koul, Vinod <vinod.koul@intel.com> wrote:
> > On Tue, 2011-05-24 at 14:04 +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 <viresh.kumar@st.com>
> >> ---
> >>  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(-)
> > Am okay if Havard is...
> 
> Hard to say based on the diffstat alone, but the patch I found in the
> archives looks sane, so it's ok with me. Hopefully it's the same one
> ;-)
> 
> Havard
My bad, should have send the whole patch :(

Applied with Ack from Havard.

Havard, would you like to update your email in dma files as well?
I am planning to send merge request tomorrow.

-- 
~Vinod


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship
  2011-05-25  7:59     ` Koul, Vinod
@ 2011-05-25 17:12       ` Håvard Skinnemoen
  0 siblings, 0 replies; 5+ messages in thread
From: Håvard Skinnemoen @ 2011-05-25 17:12 UTC (permalink / raw)
  To: Koul, Vinod
  Cc: Viresh Kumar, dan.j.williams, linux-kernel, shiraz.hashim,
	armando.visconti, viresh.linux

On Wed, May 25, 2011 at 12:59 AM, Koul, Vinod <vinod.koul@intel.com> wrote:
> Havard, would you like to update your email in dma files as well?
> I am planning to send merge request tomorrow.

Yes, but I think I saw a different patch taking care of that. Thanks anyway.

Havard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-25 17:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24  8:34 [PATCH resend] dmaengine/dw_dmac: Update maintainer-ship Viresh Kumar
2011-05-24  8:46 ` Koul, Vinod
2011-05-24 16:30   ` Håvard Skinnemoen
2011-05-25  7:59     ` Koul, Vinod
2011-05-25 17:12       ` Håvard Skinnemoen

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.