From patchwork Wed Sep 6 11:45:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 9940477 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 268036035F for ; Wed, 6 Sep 2017 11:48:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 285CD28B8B for ; Wed, 6 Sep 2017 11:48:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1CD8028B9D; Wed, 6 Sep 2017 11:48:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D57328B8B for ; Wed, 6 Sep 2017 11:48:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753275AbdIFLrT (ORCPT ); Wed, 6 Sep 2017 07:47:19 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:25896 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752831AbdIFLrP (ORCPT ); Wed, 6 Sep 2017 07:47:15 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v86BkP6D025180; Wed, 6 Sep 2017 06:46:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1504698385; bh=LbPYQRBAZ3TxYvnCYqMAfh3mybgkmYPo4PNTr8ijPIQ=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Y6GMZJKQr0U5fJ6KItq+M+5GfcaelIAwJXgvBsquIFfi72DP1SBS88FpXqWgiLMel ZVicRDucnBlt6XzAe01KqTJiUGDd/hcgtQxYe8eY49VdhRrfPHcZpnNGJM1kkhgjn8 iWjFpSTOI3qbGE3vi6HRLN7zWVoKMYupcgSUplHw= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v86BkOYv007236; Wed, 6 Sep 2017 06:46:24 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Wed, 6 Sep 2017 06:46:24 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Wed, 6 Sep 2017 06:46:24 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v86Bk6DY005946; Wed, 6 Sep 2017 06:46:20 -0500 From: Kishon Vijay Abraham I To: Ulf Hansson , Adrian Hunter , Rob Herring , Mark Rutland , Tony Lindgren , Liam Girdwood , Mark Brown CC: Sekhar Nori , Russell King , Ravikumar Kattekola , , , , , , Subject: [PATCH v3 3/3] MAINTAINERS: Add TI OMAP SDHCI Maintainer Date: Wed, 6 Sep 2017 17:15:56 +0530 Message-ID: <20170906114556.32532-4-kishon@ti.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170906114556.32532-1-kishon@ti.com> References: <20170906114556.32532-1-kishon@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add Maintainer for the TI OMAP SDHCI driver. Signed-off-by: Kishon Vijay Abraham I Acked-by: Adrian Hunter --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1c3feffb1c1c..e52af3b87404 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11776,6 +11776,12 @@ L: linux-mmc@vger.kernel.org S: Maintained F: drivers/mmc/host/sdhci-spear.c +SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER +M: Kishon Vijay Abraham I +L: linux-mmc@vger.kernel.org +S: Maintained +F: drivers/mmc/host/sdhci-omap.c + SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER M: Scott Bauer M: Jonathan Derrick