diff mbox

mmc: add myself as a tmio-mmc maintainer

Message ID Pine.LNX.4.64.1107172157130.13485@axis700.grange (mailing list archive)
State New, archived
Headers show

Commit Message

Guennadi Liakhovetski July 17, 2011, 8:04 p.m. UTC
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
It would be nice if I could get hold of some non-sh-mobile tmio-mmc 
hardware for regression tests. Until then I'll just do my best not to 
break those systems, any testing by Ian or any other lucky owners would be 
as always highly appreciated.

--
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

Comments

Chris Ball July 19, 2011, 1:56 a.m. UTC | #1
Hi Guennadi,

On Sun, Jul 17 2011, Guennadi Liakhovetski wrote:
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
> It would be nice if I could get hold of some non-sh-mobile tmio-mmc 
> hardware for regression tests. Until then I'll just do my best not to 
> break those systems, any testing by Ian or any other lucky owners would be 
> as always highly appreciated.
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 187282d..400ebbd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6242,9 +6242,14 @@ F:	drivers/char/toshiba.c
>  F:	include/linux/toshiba.h
>  
>  TMIO MMC DRIVER
> +M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
>  M:	Ian Molton <ian@mnementh.co.uk>
> +L:	linux-mmc@vger.kernel.org
>  S:	Maintained
> -F:	drivers/mmc/host/tmio_mmc.*
> +F:	drivers/mmc/host/tmio_mmc*
> +F:	drivers/mmc/host/sh_mobile_sdhi.c
> +F:	include/linux/mmc/tmio.h
> +F:	include/linux/mmc/sh_mobile_sdhi.h

Thanks, pushed to mmc-next for 3.1.  I don't have any suggestions about
hardware -- I have even less tmio hardware than you do.  :)

- Chris.
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 187282d..400ebbd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6242,9 +6242,14 @@  F:	drivers/char/toshiba.c
 F:	include/linux/toshiba.h
 
 TMIO MMC DRIVER
+M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
 M:	Ian Molton <ian@mnementh.co.uk>
+L:	linux-mmc@vger.kernel.org
 S:	Maintained
-F:	drivers/mmc/host/tmio_mmc.*
+F:	drivers/mmc/host/tmio_mmc*
+F:	drivers/mmc/host/sh_mobile_sdhi.c
+F:	include/linux/mmc/tmio.h
+F:	include/linux/mmc/sh_mobile_sdhi.h
 
 TMPFS (SHMEM FILESYSTEM)
 M:	Hugh Dickins <hughd@google.com>