From patchwork Fri May 25 16:06:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liming Sun X-Patchwork-Id: 10427945 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 8BEEE602D8 for ; Fri, 25 May 2018 16:34:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8CC3629760 for ; Fri, 25 May 2018 16:34:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 812EC29777; Fri, 25 May 2018 16:34:24 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 08A7529760 for ; Fri, 25 May 2018 16:34:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=rODJl7iAb0oB4q7WKIyKoITzwijxWKpbrw/U/tHg7U4=; b=B4piQe7CQJpac6X27oKEhgwuLE g4O6ozwcQfCmQeh9uVgQCg/ksBOINea149LHPzBb6H5B/Iv0jyVdzWWoOmw37tiRpCGmR2YKijQfy N37E3JsNB/PBui7GG4vQMsYVaxyGXNlGSWxrqNZkVp0Ad55ocOar7y5u5ofZjnvhZJDB0bJhaI+tC 1fQTChdRpq8HFBoGkUMA90XhYjFh7tyji3zg8SPqY3kaynKhgP2vVQXE5cffh0rDF4CH+zVoTKZP4 Wbn+yQCSwoAXRP1iJyHIHaqxrxJ929dTU5xzaq9kZ6qIdtCJ77hOEMeOLBCYOpgKCG3hbh/4ie7Qp WTttlkGg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fMFfV-0002aO-By; Fri, 25 May 2018 16:34:17 +0000 Received: from mail-il-dmz.mellanox.com ([193.47.165.129] helo=mellanox.co.il) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fMFfQ-0002Vn-O0 for linux-arm-kernel@lists.infradead.org; Fri, 25 May 2018 16:34:14 +0000 Received: from Internal Mail-Server by MTLPINE1 (envelope-from lsun@mellanox.com) with ESMTPS (AES256-SHA encrypted); 25 May 2018 19:35:58 +0300 Received: from localhost.localdomain (lab-14.mtbu.labs.mlnx [10.15.8.98]) by mtbu-labmailer.labs.mlnx (8.14.4/8.14.4) with ESMTP id w4PGXpGj018332; Fri, 25 May 2018 12:33:52 -0400 Received: (from lsun@localhost) by lab-14.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id w4PG7cfg026168; Fri, 25 May 2018 12:07:38 -0400 From: Liming Sun To: Olof Johansson , Arnd Bergmann , David Woods Subject: [PATCH v1 4/4] MAINTAINERS: Add entry for Mellanox Bluefield Soc Date: Fri, 25 May 2018 12:06:58 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180525_093413_218708_F9009620 X-CRM114-Status: UNSURE ( 6.88 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Liming Sun , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add maintainer information for Mellanox BlueField SoC. Reviewed-by: David Woods Signed-off-by: Liming Sun --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 58b9861..85d5639 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1636,6 +1636,14 @@ L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) S: Maintained F: drivers/phy/mediatek/phy-mtk-tphy.c +ARM/Mellanox BlueField SoC support +M: David Woods +M: Liming Sun +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/soc/mellanox/* +F: Documentation/devicetree/bindings/soc/mellanox/tmfifo.txt + ARM/MICREL KS8695 ARCHITECTURE M: Greg Ungerer L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)