From patchwork Wed Dec 12 17:32:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Raghavendra, Vignesh" X-Patchwork-Id: 1012166 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="DRIWp0nS"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43FPSS5jk2z9s3l for ; Thu, 13 Dec 2018 04:48:56 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 7B4CEC22771; Wed, 12 Dec 2018 17:47:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 1C5DCC22A05; Wed, 12 Dec 2018 17:34:13 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id E4F7AC22A05; Wed, 12 Dec 2018 17:34:11 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lists.denx.de (Postfix) with ESMTPS id 4BFDBC229ED for ; Wed, 12 Dec 2018 17:33:08 +0000 (UTC) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id wBCHX1nX048425; Wed, 12 Dec 2018 11:33:01 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1544635981; bh=LH5qVN4f/1IVBAJqA9LQSyiNfSaJNV0IIlDMTEAVn10=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=DRIWp0nSdCK6U79fKxPQPBFDTJfIKVwqorHyo+OLmxbdB8uVMtUn+6vvCeEGFLYZF fOh0/O26YVJnQXsaBzxRSwnsmrUH7p0ChbO3didr5ewHZGMAPTUSUY/EjQtS/f8Vui z+tGRy91w3w7fk9yidPsJW//UqP7uHg0zi2qnARI= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wBCHX1pX037077 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Dec 2018 11:33:01 -0600 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Wed, 12 Dec 2018 11:33:00 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Wed, 12 Dec 2018 11:33:00 -0600 Received: from a0132425.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 wBCHVd4T026129; Wed, 12 Dec 2018 11:32:56 -0600 From: Vignesh R To: Jagan Teki Date: Wed, 12 Dec 2018 23:02:28 +0530 Message-ID: <20181212173228.12281-17-vigneshr@ti.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181212173228.12281-1-vigneshr@ti.com> References: <20181212173228.12281-1-vigneshr@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: Marek Vasut , Tom Rini , Stefan Roese , Boris Brezillon , Michal Simek , u-boot@lists.denx.de, Miquel Raynal Subject: [U-Boot] [PATCH 16/16] MAINTAINERS: Add an entry for SPI NOR X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add myself as co-maintainer for U-Boot SPI NOR subsystem Signed-off-by: Vignesh R --- Jagan, If you agree, I can help in co-maintaining SPI NOR part especially for the code that is added/sync'd from Linux. MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0cec39c542db..d09e0a478f52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -634,6 +634,14 @@ F: drivers/mtd/spi/ F: drivers/spi/ F: include/spi* +SPI-NOR +M: Vignesh R +S: Maintained +F: drivers/mtd/spi/ +F: include/spi_flash.h +F: include/linux/mtd/cfi.h +F: include/linux/mtd/spi-nor.h + SPMI M: Mateusz Kulikowski S: Maintained