diff mbox

MAINTAINERS: mmc: add maintainer entry for dw_mmc driver

Message ID 000c01cdf4ae$d77888a0$866999e0$%jun@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Seungwon Jeon Jan. 17, 2013, 12:33 p.m. UTC
Add maintainer entry for the Synopsys DW host driver which
is used in various SOC including EXYNOS series.
As Will Newton will no longer be able to take care of dw_mmc*,
I and Jaehoon Chung are willing to maintain it.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 MAINTAINERS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

Will Newton Jan. 17, 2013, 12:40 p.m. UTC | #1
On Thu, Jan 17, 2013 at 12:33 PM, Seungwon Jeon <tgih.jun@samsung.com> wrote:
> Add maintainer entry for the Synopsys DW host driver which
> is used in various SOC including EXYNOS series.
> As Will Newton will no longer be able to take care of dw_mmc*,
> I and Jaehoon Chung are willing to maintain it.
>
> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  MAINTAINERS |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)

Acked-by: Will Newton <will.newton@imgtec.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Chris Ball Jan. 28, 2013, 9:42 p.m. UTC | #2
Hi,

On Thu, Jan 17 2013, Will Newton wrote:
> On Thu, Jan 17, 2013 at 12:33 PM, Seungwon Jeon <tgih.jun@samsung.com> wrote:
>> Add maintainer entry for the Synopsys DW host driver which
>> is used in various SOC including EXYNOS series.
>> As Will Newton will no longer be able to take care of dw_mmc*,
>> I and Jaehoon Chung are willing to maintain it.
>>
>> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>>  MAINTAINERS |    8 ++++++++
>>  1 files changed, 8 insertions(+), 0 deletions(-)
>
> Acked-by: Will Newton <will.newton@imgtec.com>

Thanks, pushed to mmc-next for 3.9.

- Chris.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 943a607..2b7beac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6777,6 +6777,14 @@  F:	include/linux/dw_dmac.h
 F:	drivers/dma/dw_dmac_regs.h
 F:	drivers/dma/dw_dmac.c
 
+SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
+M:	Seungwon Jeon <tgih.jun@samsung.com>
+M:	Jaehoon Chung <jh80.chung@samsung.com>
+L:	linux-mmc@vger.kernel.org
+S:	Maintained
+F:	include/linux/mmc/dw_mmc.h
+F:	drivers/mmc/host/dw_mmc*
+
 TIMEKEEPING, NTP
 M:	John Stultz <johnstul@us.ibm.com>
 M:	Thomas Gleixner <tglx@linutronix.de>