Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp3327109ybx; Fri, 8 Nov 2019 18:06:21 -0800 (PST) X-Google-Smtp-Source: APXvYqwL/t5B06Q+LtdUVLIvNIHmtowGwVjTusvja06p26cu/CtTduGMxa2h50tInDHED9ZCh2Si X-Received: by 2002:a17:906:b6ca:: with SMTP id ec10mr12011088ejb.60.1573265181807; Fri, 08 Nov 2019 18:06:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573265181; cv=none; d=google.com; s=arc-20160816; b=kPNCAII5VEyLuysoGxv4589snDP6IcC2w3SkXeKB6tV4Jk2hg5pET6cmRpJPMa9qxO FLJAeMd3cQc3tpBxckEAB20pgp8U+b7zSsnvBmTUad4EsE1dp9vOYqjDAy46nspInzMa g6Wz+NMj8zRtNWauUYs37d2g/BkFOBKnBiAC505USSQxlChDSezis8k/SzqqinqR2yce dajdDr5TBoIBubrZpZxUemKdPdCADuQ83ED3uxlfnESQe+hLQfVduF9igTtDHq0cgErl oTbTAtkOpMcCIRuq8tqe1kJGceRJCbXNU9bJ1l2ZiY4umC1ftyoezUyxQqqiLjG9zDXG /66g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=TYrEkKFS1Q36xMu3DzlvJ3OUZoVVTRCQ1W/Wi/UsCao=; b=mITeOFD/rm6ZhGbNn5ZdlWR3SLc6QzZEphbuAIwa1YbsR1s5YsUvbdmkKDiRKxrOX6 efEH0iVzpxjAG68ZNiI/fpLgzhhLW/+MDLRAsLTz7vmgVT/CM+iokfA57GoPeKZ6rcRm BsubwHTr8qj5490DXaRh4J+xPF73HHydxO4hbceO3bxowe/C5/9ZCsUECgvEJqyofzNN 6Yxp9xRSGPvTHp2JawnGRXh46Scom4qPp58JqxkN4JLPiyN9cINHcRFAAFi5hxwJWGHG EJeWoa+vC+hfVCzkzKZsgD2P8dA/zmNmQMgMNk8cWK/15l898EKHLiAVUQRahxU1apu/ c3YA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q3si4859306eju.247.2019.11.08.18.05.52; Fri, 08 Nov 2019 18:06:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726292AbfKICFq (ORCPT + 99 others); Fri, 8 Nov 2019 21:05:46 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:55342 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726112AbfKICFq (ORCPT ); Fri, 8 Nov 2019 21:05:46 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 12950D3826BCC61C5ADF; Sat, 9 Nov 2019 10:05:44 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Sat, 9 Nov 2019 10:05:34 +0800 From: Zaibo Xu To: , CC: , , , , , , , Subject: [PATCH v2 5/5] MAINTAINERS: Add maintainer for HiSilicon SEC V2 driver Date: Sat, 9 Nov 2019 10:01:57 +0800 Message-ID: <1573264917-14588-6-git-send-email-xuzaibo@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1573264917-14588-1-git-send-email-xuzaibo@huawei.com> References: <1573264917-14588-1-git-send-email-xuzaibo@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Here adds maintainer information for security engine driver. Signed-off-by: Zaibo Xu --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 536998f..bbf8985 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7372,6 +7372,16 @@ F: include/uapi/linux/if_hippi.h F: net/802/hippi.c F: drivers/net/hippi/ +HISILICON SECURITY ENGINE V2 DRIVER (SEC2) +M: Zaibo Xu +L: linux-crypto@vger.kernel.org +S: Maintained +F: drivers/crypto/hisilicon/sec2/sec_crypto.c +F: drivers/crypto/hisilicon/sec2/sec_main.c +F: drivers/crypto/hisilicon/sec2/sec_crypto.h +F: drivers/crypto/hisilicon/sec2/sec.h +F: Documentation/ABI/testing/debugfs-hisi-sec + HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE) M: Zaibo Xu L: linux-crypto@vger.kernel.org -- 2.8.1