From patchwork Fri Mar 13 12:51:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 6004981 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 25351BF90F for ; Fri, 13 Mar 2015 12:52:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 480F7200EC for ; Fri, 13 Mar 2015 12:52:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 655072025A for ; Fri, 13 Mar 2015 12:52:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbbCMMwa (ORCPT ); Fri, 13 Mar 2015 08:52:30 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:38515 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755209AbbCMMv4 (ORCPT ); Fri, 13 Mar 2015 08:51:56 -0400 Received: by labhs14 with SMTP id hs14so21801467lab.5 for ; Fri, 13 Mar 2015 05:51:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=lMIqnQaHO+2/8AySfdemzjO6IfJ8DboVCu237pH2rO8=; b=EWYSSd+NP/Kej6LJUSASly4e2r5L3gEZibFVf+b/9eBX74mq3ELcGqSMLXZUbcmjuv h8WX+oF3oazHahwVKTxo/7DR2OJsn7aixzZaKNWZEAAo5N569UXWWSfntZeB6qt8Kd1a sbF+tf/QFBiALj6wODzlfmGv/akp0K9/j3aw0T8mVUSBTbrD5c8DtJhb72jdeGIPYmNE iGsm7KTIoVRLLeGTVB33yxwNRqe/qELAQ3QM5QMtEHMnbzHPihwDcqRtAh1waPpqVcSP DTWxOoSXsKdKf/Hdy//T3Z14uC+EhE5loM043PIcX3oBG1nLRPo5yMg1G33UFxkmDH1W BVJg== X-Gm-Message-State: ALoCoQm0wk+kiGpBBfVEEVXVc98XBrhCHKo7SkXQDn/05Wut324AJT1NaF0zOEiQ62LGNGi+gguS X-Received: by 10.112.185.101 with SMTP id fb5mr44065346lbc.12.1426251114335; Fri, 13 Mar 2015 05:51:54 -0700 (PDT) Received: from uffe-Latitude-E6430s.lan (90-231-160-185-no158.tbcn.telia.com. [90.231.160.185]) by mx.google.com with ESMTPSA id yr7sm380431lbb.33.2015.03.13.05.51.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 Mar 2015 05:51:53 -0700 (PDT) From: Ulf Hansson To: linux-mmc@vger.kernel.org, Ulf Hansson , Chris Ball Cc: linux-kernel@vger.kernel.org, Anton Vorontsov Subject: [PATCH 2/3] MAINTAINERS: mmc: Remove the SDHCI-OF section Date: Fri, 13 Mar 2015 13:51:48 +0100 Message-Id: <1426251108-10926-1-git-send-email-ulf.hansson@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Anton told me that he isn't maintaing the SDHCI-OF parts anymore, so let's remove him from this section to avoid confusion. Morover, since the SDHCI-OF section overlaps with the SDHCI DRIVER section, let's just remove it completely. Cc: Anton Vorontsov Signed-off-by: Ulf Hansson --- MAINTAINERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 78a22aa..582b4b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8669,13 +8669,6 @@ F: include/linux/seccomp.h K: \bsecure_computing K: \bTIF_SECCOMP\b -SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) -M: Anton Vorontsov -L: linuxppc-dev@lists.ozlabs.org -L: linux-mmc@vger.kernel.org -S: Maintained -F: drivers/mmc/host/sdhci-pltfm.[ch] - SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER M: Ben Dooks L: linux-mmc@vger.kernel.org