diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-05-24 04:34:09 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-05-25 09:00:37 -0400 |
commit | aecb7b64dd9e2512c7a4c7e61dd781415d3dac5a (patch) | |
tree | 8d4c9b4a203d84247f7eb50f87dd08ae97e503e7 | |
parent | a0eb221a446f2f6c988430f0b0a13f74b7c2b799 (diff) |
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 <viresh.kumar@st.com>
Acked-by: Havard Skinnemoen <hskinnemoen@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | MAINTAINERS | 7 | ||||
-rw-r--r-- | drivers/dma/dw_dmac.c | 2 | ||||
-rw-r--r-- | drivers/dma/dw_dmac_regs.h | 1 | ||||
-rw-r--r-- | include/linux/dw_dmac.h | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6b4b9cdec370..8f4413014b2d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5401,6 +5401,13 @@ L: linux-serial@vger.kernel.org | |||
5401 | S: Maintained | 5401 | S: Maintained |
5402 | F: drivers/tty/serial | 5402 | F: drivers/tty/serial |
5403 | 5403 | ||
5404 | SYNOPSYS DESIGNWARE DMAC DRIVER | ||
5405 | M: Viresh Kumar <viresh.kumar@st.com> | ||
5406 | S: Maintained | ||
5407 | F: include/linux/dw_dmac.h | ||
5408 | F: drivers/dma/dw_dmac_regs.h | ||
5409 | F: drivers/dma/dw_dmac.c | ||
5410 | |||
5404 | TIMEKEEPING, NTP | 5411 | TIMEKEEPING, NTP |
5405 | M: John Stultz <johnstul@us.ibm.com> | 5412 | M: John Stultz <johnstul@us.ibm.com> |
5406 | M: Thomas Gleixner <tglx@linutronix.de> | 5413 | M: Thomas Gleixner <tglx@linutronix.de> |
diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c index eec675bf4f95..efd836dfb65a 100644 --- a/drivers/dma/dw_dmac.c +++ b/drivers/dma/dw_dmac.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * AVR32 systems.) | 3 | * AVR32 systems.) |
4 | * | 4 | * |
5 | * Copyright (C) 2007-2008 Atmel Corporation | 5 | * Copyright (C) 2007-2008 Atmel Corporation |
6 | * Copyright (C) 2010-2011 ST Microelectronics | ||
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
@@ -1575,3 +1576,4 @@ module_exit(dw_exit); | |||
1575 | MODULE_LICENSE("GPL v2"); | 1576 | MODULE_LICENSE("GPL v2"); |
1576 | MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver"); | 1577 | MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver"); |
1577 | MODULE_AUTHOR("Haavard Skinnemoen <haavard.skinnemoen@atmel.com>"); | 1578 | MODULE_AUTHOR("Haavard Skinnemoen <haavard.skinnemoen@atmel.com>"); |
1579 | 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 c968597c32ab..c3419518d701 100644 --- a/drivers/dma/dw_dmac_regs.h +++ b/drivers/dma/dw_dmac_regs.h | |||
@@ -2,6 +2,7 @@ | |||
2 | * Driver for the Synopsys DesignWare AHB DMA Controller | 2 | * Driver for the Synopsys DesignWare AHB DMA Controller |
3 | * | 3 | * |
4 | * Copyright (C) 2005-2007 Atmel Corporation | 4 | * Copyright (C) 2005-2007 Atmel Corporation |
5 | * Copyright (C) 2010-2011 ST Microelectronics | ||
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 8 | * 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 6998d9376ef9..4bfe0a2f7d50 100644 --- a/include/linux/dw_dmac.h +++ b/include/linux/dw_dmac.h | |||
@@ -3,6 +3,7 @@ | |||
3 | * AVR32 systems.) | 3 | * AVR32 systems.) |
4 | * | 4 | * |
5 | * Copyright (C) 2007 Atmel Corporation | 5 | * Copyright (C) 2007 Atmel Corporation |
6 | * Copyright (C) 2010-2011 ST Microelectronics | ||
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |