From patchwork Sun Jul 17 20:04:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 984452 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6HK2FWM002548 for ; Sun, 17 Jul 2011 20:04:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232Ab1GQUEL (ORCPT ); Sun, 17 Jul 2011 16:04:11 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:64631 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754983Ab1GQUEK (ORCPT ); Sun, 17 Jul 2011 16:04:10 -0400 Received: from axis700.grange (dslb-178-001-136-051.pools.arcor-ip.net [178.1.136.51]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0LvPmd-1RPosm3w0J-00zuEW; Sun, 17 Jul 2011 22:04:08 +0200 Received: by axis700.grange (Postfix, from userid 1000) id 6CF78189B6E; Sun, 17 Jul 2011 22:04:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by axis700.grange (Postfix) with ESMTP id 65522189B6D; Sun, 17 Jul 2011 22:04:07 +0200 (CEST) Date: Sun, 17 Jul 2011 22:04:07 +0200 (CEST) From: Guennadi Liakhovetski X-X-Sender: lyakh@axis700.grange To: Chris Ball cc: linux-mmc@vger.kernel.org, Ian Molton Subject: [PATCH] mmc: add myself as a tmio-mmc maintainer Message-ID: MIME-Version: 1.0 X-Provags-ID: V02:K0:lcKB/xRoGu/aATJvT9qI6edQZVa85iDB/7Jsj9S0vzA DH56F76kOG7YUtvROJqpgHdEiTgY48qtO4l1Dg8cJL/7U+AFvc /L3f4lMqJNXUBmJVhjJaSBrIl5c3EFqda6JugEv+Hn4mEYZpxh eesd/MZHCjOzeCYcg6RXGk/FNhmcaGMAfM4/S8RnfP+jK/xvp4 0Y0rMomspyHcXGfkgLw5b1h+w63/jNMffsEHoiFa18= Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 17 Jul 2011 20:04:46 +0000 (UTC) Signed-off-by: Guennadi Liakhovetski --- 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 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 M: Ian Molton +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